-- MySQL dump 9.08 -- -- Host: localhost Database: tscsnp --------------------------------------------------------- -- Server version 4.0.13-Max-log -- -- Table structure for table 'TBL_ALLELE_INFO' -- CREATE TABLE TBL_ALLELE_INFO ( ALLELE varchar(10) NOT NULL default '', COUNT int(5) NOT NULL default '0', SNP_ID int(9) unsigned NOT NULL default '0', PRIMARY KEY (SNP_ID,ALLELE) ) TYPE=MyISAM;