Skip to content
Snippets Groups Projects
Commit df2d9029 authored by Emmanuel Mongin's avatar Emmanuel Mongin
Browse files

added a linkage type ENUM

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