Skip to content
Snippets Groups Projects
Commit 781acc12 authored by Ian Longden's avatar Ian Longden
Browse files

allow linkage_type in go_xref to be null

parent b3b69be2
No related branches found
No related tags found
No related merge requests found
......@@ -737,8 +737,7 @@ 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', 'NR', 'RCA',
'EXP','ISO','ISA','ISM','IGC')
NOT NULL,
'EXP','ISO','ISA','ISM','IGC'),
source_xref_id INT(10) UNSIGNED DEFAULT NULL,
KEY (source_xref_id),
UNIQUE (object_xref_id, source_xref_id, linkage_type)
......
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