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

changed go_xref schema

parent 067a9e7f
No related branches found
No related tags found
No related merge requests found
......@@ -529,7 +529,8 @@ CREATE TABLE identity_xref(
CREATE TABLE go_xref (
object_xref_id int(10) unsigned DEFAULT '0' NOT NULL,
linkage_type enum('computational','experimental','curated'),
linkage_type enum('IC', 'IDA', 'IEA', 'IEP', 'IGI', 'IMP',
'IPI', 'ISS', 'NAS', 'ND', 'TAS' ) NOT NULL,
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