-- MySQL dump 8.23 -- -- Host: localhost Database: PO_0205 --------------------------------------------------------- -- Server version 4.1.7-standard-log -- -- Table structure for table `term_definition` -- CREATE TABLE term_definition ( term_id int(11) NOT NULL default '0', term_definition text NOT NULL, dbxref_id int(11) default NULL, term_comment mediumtext, reference varchar(255) default NULL, UNIQUE KEY term_id (term_id), KEY dbxref_id (dbxref_id), KEY td1 (term_id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;