Skip to content
Snippets Groups Projects
Commit f02bfea5 authored by Graham McVicker's avatar Graham McVicker
Browse files

added display_label column to prediction_transcript table

parent f5b0e360
No related branches found
No related tags found
No related merge requests found
......@@ -656,6 +656,7 @@ CREATE TABLE prediction_transcript (
seq_region_end int unsigned not null,
seq_region_strand tinyint not null,
analysis_id int,
display_label varchar(255),
PRIMARY KEY( prediction_transcript_id ),
KEY ( 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