Skip to content
Snippets Groups Projects
Commit 547261cb authored by Arne Stabenau's avatar Arne Stabenau
Browse files

removed all not null from identityxrefs, will allow easy filliung from old...

removed all not null from identityxrefs, will allow easy filliung from old data, all additional fields for alignments, scores anmd analysis are optional
parent d6d2796b
No related branches found
No related tags found
No related merge requests found
......@@ -548,11 +548,11 @@ CREATE TABLE identity_xref(
hit_end int,
translation_start int,
translation_end int,
cigar_line text not null,
cigar_line text,
score double,
evalue double,
analysis_id int not null,
analysis_id int,
PRIMARY KEY (object_xref_id)
);
......
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