Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
ensembl-gh-mirror
ensembl
Commits
20d92006
Commit
20d92006
authored
Jul 18, 2008
by
Glenn Proctor
Browse files
hit_id -> hit_name
parent
85b8b357
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
modules/t/test-genome-DBs/homo_sapiens/core/protein_feature.sql
...s/t/test-genome-DBs/homo_sapiens/core/protein_feature.sql
+2
-2
No files found.
modules/t/test-genome-DBs/homo_sapiens/core/protein_feature.sql
View file @
20d92006
...
...
@@ -5,14 +5,14 @@ CREATE TABLE `protein_feature` (
`seq_end`
int
(
10
)
NOT
NULL
default
'0'
,
`hit_start`
int
(
10
)
NOT
NULL
default
'0'
,
`hit_end`
int
(
10
)
NOT
NULL
default
'0'
,
`hit_
id
`
varchar
(
40
)
collate
latin1_bin
NOT
NULL
default
''
,
`hit_
name
`
varchar
(
40
)
collate
latin1_bin
NOT
NULL
default
''
,
`analysis_id`
int
(
10
)
unsigned
NOT
NULL
default
'0'
,
`score`
double
NOT
NULL
default
'0'
,
`evalue`
double
default
NULL
,
`perc_ident`
float
default
NULL
,
PRIMARY
KEY
(
`protein_feature_id`
),
KEY
`translation_id`
(
`translation_id`
),
KEY
`hi
d
_index`
(
`hit_
id
`
),
KEY
`hi
tname
_index`
(
`hit_
name
`
),
KEY
`analysis_idx`
(
`analysis_id`
)
)
ENGINE
=
MyISAM
DEFAULT
CHARSET
=
latin1
COLLATE
=
latin1_bin
;
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment