|
|

楼主 |
发表于 2014-10-6 09:12:51
|
显示全部楼层
You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ''???' at line 21
CREATE TABLE `destoon_announce` ( `itemid` int(10) unsigned NOT NULL AUTO_INCREMENT, `typeid` int(10) unsigned NOT NULL DEFAULT '0', `areaid` int(10) unsigned NOT NULL DEFAULT '0', `level` tinyint(1) unsigned NOT NULL DEFAULT '0', `title` varchar(100) NOT NULL DEFAULT '', `style` varchar(50) NOT NULL DEFAULT '', `content` text NOT NULL, `hits` int(10) unsigned NOT NULL DEFAULT '0', `addtime` int(10) unsigned NOT NULL DEFAULT '0', `fromtime` int(10) unsigned NOT NULL DEFAULT '0', `totime` int(10) unsigned NOT NULL DEFAULT '0', `editor` varchar(30) NOT NULL DEFAULT '', `edittime` int(10) unsigned NOT NULL DEFAULT '0', `islink` tinyint(1) unsigned NOT NULL DEFAULT '0', `linkurl` varchar(255) NOT NULL DEFAULT '', `listorder` smallint(4) unsigned NOT NULL DEFAULT '0', `template` varchar(30) NOT NULL DEFAULT '', PRIMARY KEY (`itemid`), KEY `addtime` (`addtime`) ) ENGINE=MyISAM AUTO_INCREMENT=5 DEFAULT CHARSET=gbk COMMENT='???
内容,都做好准备吧 |
|