CREATE TABLE `uchome_app_bgsjw` (
`id` int(10) unsigned NOT NULL auto_increment,
`type` enum('single','double') character set gbk collate gbk_bin NOT NULL default
'single',
`uid` int(11) NOT NULL,
`score` int(8) NOT NULL,
`gtime` int(10) NOT NULL,
PRIMARY KEY (`id`)
) ENGINE=MyISAM DEFAULT CHARSET=gbk