Skip to content
Snippets Groups Projects
Commit 6b7f8f72 authored by Andreas Kusalananda Kähäri's avatar Andreas Kusalananda Kähäri
Browse files

Add the 'is_constitutive' column to the exon table.

parent 86fcb2ef
No related branches found
No related tags found
No related merge requests found
......@@ -217,6 +217,7 @@ CREATE TABLE exon (
end_phase TINYINT(2) NOT NULL,
is_current BOOLEAN NOT NULL DEFAULT 1,
is_constitutive BOOLEAN NOT NULL DEFAULT 0,
PRIMARY KEY (exon_id),
KEY seq_region_idx (seq_region_id, seq_region_start)
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment