提交 88c4632f 编写于 作者: huangxuan258's avatar huangxuan258

修复上次更新问题导致安装缺少文章表后网站空白500

上级 5ae431e8
......@@ -911,7 +911,7 @@ CREATE TABLE `whatsns_question` (
`attentions` int(10) NOT NULL DEFAULT '0',
`goods` mediumint(8) unsigned NOT NULL DEFAULT '0',
`status` tinyint(1) unsigned NOT NULL DEFAULT '1',
`ip` varchar(20) DEFAULT NULL COMMENT 'ip地址',
`ip` varchar(20) DEFAULT NULL ,
`views` int(10) unsigned NOT NULL DEFAULT '0',
`shangjin` double DEFAULT '0',
`hasvoice` int(10) DEFAULT '0',
......@@ -1124,6 +1124,7 @@ CREATE TABLE `whatsns_topic` (
`readmode` int(5) DEFAULT '1',
`freeconent` varchar(500) DEFAULT NULL,
`yuyin` int(5) DEFAULT '0',
`isupdatexunsearch` int(10) DEFAULT '0',
PRIMARY KEY (`id`),
KEY `fenlei` (`articleclassid`),
KEY `idandispc` (`id`,`ispc`),
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册