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