-- MySQL dump 9.08 -- -- Host: localhost Database: tscsnp --------------------------------------------------------- -- Server version 4.0.13-Max-log -- -- Table structure for table 'TBL_FLANK_INFO' -- CREATE TABLE TBL_FLANK_INFO ( FLANK_SEQ text NOT NULL, SNP_ID int(9) unsigned NOT NULL default '0', IS_LEFT set('Y','N') NOT NULL default '', PRIMARY KEY (SNP_ID,IS_LEFT) ) TYPE=MyISAM;