提交 5ae431e8 编写于 作者: huangxuan258's avatar huangxuan258

更新安装包文章和问题表增加讯搜索引

上级 8cc1cf9d
......@@ -917,15 +917,18 @@ CREATE TABLE `whatsns_question` (
`hasvoice` int(10) DEFAULT '0',
`askuid` int(10) DEFAULT '0',
`askcity` varchar(200) DEFAULT NULL,
`isupdatexunsearch` int(10) DEFAULT '0',
PRIMARY KEY (`id`),
KEY `cid` (`cid`),
KEY `cid1` (`cid1`),
KEY `cid` (`cid`),
KEY `cid2` (`cid2`),
KEY `cid3` (`cid3`),
KEY `time` (`time`),
KEY `price` (`price`),
KEY `answers` (`answers`),
KEY `authorid` (`authorid`)
KEY `authorid` (`authorid`),
KEY `status` (`status`),
KEY `isupdatexunsearch` (`isupdatexunsearch`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;
#
......@@ -1130,7 +1133,10 @@ CREATE TABLE `whatsns_topic` (
KEY `viewtime` (`viewtime`),
KEY `views` (`views`),
KEY `articleclassid` (`articleclassid`),
KEY `authorid` (`authorid`)
KEY `authorid` (`authorid`),
KEY `readmode` (`readmode`),
KEY `isupdatexunsearch` (`isupdatexunsearch`)
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8mb4;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册