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
8800a9de
Commit
8800a9de
authored
Jun 15, 2009
by
Andreas Kusalananda Kähäri
Browse files
Add is_constitutive column to test database exon table.
parent
7da3f807
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
modules/t/test-genome-DBs/homo_sapiens/core/exon.sql
modules/t/test-genome-DBs/homo_sapiens/core/exon.sql
+1
-0
No files found.
modules/t/test-genome-DBs/homo_sapiens/core/exon.sql
View file @
8800a9de
...
...
@@ -7,6 +7,7 @@ CREATE TABLE `exon` (
`phase`
tinyint
(
2
)
NOT
NULL
default
'0'
,
`end_phase`
tinyint
(
2
)
NOT
NULL
default
'0'
,
`is_current`
BOOLEAN
DEFAULT
1
,
`is_constitutive`
BOOLEAN
DEFAULT
0
,
PRIMARY
KEY
(
`exon_id`
),
KEY
`seq_region_idx`
(
`seq_region_id`
,
`seq_region_start`
)
)
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