-- MySQL dump 8.23 -- -- Host: localhost Database: PO_0405 --------------------------------------------------------- -- Server version 4.1.7-standard-log -- -- Table structure for table `term_audit` -- CREATE TABLE term_audit ( term_id int(11) NOT NULL default '0', term_loadtime int(11) default NULL, UNIQUE KEY term_id (term_id), KEY ta1 (term_id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;