-- MySQL dump 8.23 -- -- Host: localhost Database: PO_0305 --------------------------------------------------------- -- Server version 4.1.7-standard-log -- -- Table structure for table `term_dbxref` -- CREATE TABLE term_dbxref ( term_id int(11) NOT NULL default '0', dbxref_id int(11) NOT NULL default '0', is_for_definition int(11) NOT NULL default '0', UNIQUE KEY term_id (term_id,dbxref_id,is_for_definition), KEY tx0 (term_id), KEY tx1 (dbxref_id), KEY tx2 (term_id,dbxref_id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;