-- MySQL dump 9.08 -- -- Host: localhost Database: tscsnp --------------------------------------------------------- -- Server version 4.0.13-Max-log -- -- Table structure for table 'TBL_MASK_RES' -- CREATE TABLE TBL_MASK_RES ( clique_id int(9) NOT NULL default '0', begin int(9) NOT NULL default '0', len int(9) NOT NULL default '0', UNIQUE KEY clique_id (clique_id,begin) ) TYPE=MyISAM;