-- MySQL dump 8.23 -- -- Host: localhost Database: PO_0305 --------------------------------------------------------- -- Server version 4.1.7-standard-log -- -- Table structure for table `assoc_rel` -- CREATE TABLE assoc_rel ( id int(11) NOT NULL auto_increment, from_id int(11) NOT NULL default '0', to_id int(11) NOT NULL default '0', relationship_type_id int(11) NOT NULL default '0', PRIMARY KEY (id), KEY from_id (from_id), KEY to_id (to_id), KEY relationship_type_id (relationship_type_id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;