-- MySQL dump 8.23 -- -- Host: localhost Database: PO_0405 --------------------------------------------------------- -- Server version 4.1.7-standard-log -- -- Table structure for table `gene_product_seq` -- CREATE TABLE gene_product_seq ( gene_product_id int(11) NOT NULL default '0', seq_id int(11) NOT NULL default '0', is_primary_seq int(11) default NULL, KEY gpseq1 (gene_product_id), KEY gpseq2 (seq_id), KEY gpseq3 (seq_id,gene_product_id) ) ENGINE=MyISAM DEFAULT CHARSET=latin1;