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

linkage_type added

parent a6ae5010
No related branches found
No related tags found
No related merge requests found
......@@ -3,6 +3,7 @@ CREATE TABLE `object_xref` (
`ensembl_id` int(10) unsigned NOT NULL default '0',
`ensembl_object_type` enum('RawContig','Transcript','Gene','Translation','regulatory_factor','regulatory_feature') collate latin1_bin NOT NULL default 'RawContig',
`xref_id` int(10) unsigned NOT NULL default '0',
`linkage_annotation` VARCHAR(255) DEFAULT NULL,
UNIQUE KEY `ensembl_object_type` (`ensembl_object_type`,`ensembl_id`,`xref_id`),
KEY `oxref_idx` (`object_xref_id`,`xref_id`,`ensembl_object_type`,`ensembl_id`),
KEY `xref_idx` (`xref_id`,`ensembl_object_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