-- MySQL dump 8.23 -- -- Host: localhost Database: PO_0205 --------------------------------------------------------- -- Server version 4.1.7-standard-log -- -- Table structure for table `association_qualifier` -- CREATE TABLE association_qualifier ( id int(11) NOT NULL auto_increment, association_id int(11) NOT NULL default '0', term_id int(11) NOT NULL default '0', `value` varchar(255) default NULL, PRIMARY KEY (id), KEY association_id (association_id), KEY term_id (term_id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;