From 547261cb3841eed4d9d8a7a80a3aa3c5dc62e24e Mon Sep 17 00:00:00 2001 From: Arne Stabenau <stabenau@sanger.ac.uk> Date: Mon, 1 Sep 2003 09:24:21 +0000 Subject: [PATCH] removed all not null from identityxrefs, will allow easy filliung from old data, all additional fields for alignments, scores anmd analysis are optional --- sql/table.sql | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sql/table.sql b/sql/table.sql index 87f5caa0e8..c94389cea2 100755 --- a/sql/table.sql +++ b/sql/table.sql @@ -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) ); -- GitLab