|
jinguanding 发表于 2011-11-25 15:23 ![]()
5.1.30版本是BUG很多的一个版本.....是否有此BUG不记得了,你查阅下官方手册
没改之前应该是这样的吧
CREATE TABLE `cs_main_statis_list` (
`group_id` int(10) NOT NULL DEFAULT 0,
`row_id` int(10) NOT NULL DEFAULT 0,
`date` date NOT NULL DEFAULT '0000-00-00',
`click_count` int(11) NOT NULL DEFAULT 0,
UNIQUE KEY `date_day` (`group_id`,`row_id`,`date`)
) ENGINE=MyISAM DEFAULT CHARSET=utf8 |
|