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

go_xref replaced with onlogy_xref

parent 388460b0
No related merge requests found
CREATE TABLE `go_xref` ( CREATE TABLE `ontology_xref` (
`object_xref_id` int(10) unsigned NOT NULL default '0', `object_xref_id` int(10) unsigned NOT NULL default '0',
`linkage_type` enum('IC','IDA','IEA','IEP','IGI','IMP','IPI','ISS','NAS','ND','TAS','NR','RCA') NOT NULL, `linkage_type` enum('IC','IDA','IEA','IEP','IGI','IMP','IPI','ISS','NAS','ND','TAS','NR','RCA') NOT NULL,
`source_xref_id` int(10) unsigned default NULL, `source_xref_id` int(10) unsigned default NULL,
......
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