经查看作者的升级脚本与安装脚本新增的表不匹配,手工建表:
- CREATE TABLE IF NOT EXISTS `pre_aieditor_log_7ree` (
- `id_7ree` int(8) NOT NULL AUTO_INCREMENT,
- `uid_7ree` int(8) NOT NULL,
- `type_7ree` tinyint(1) NOT NULL,
- `request_time` int(10) NOT NULL,
- `response_time` float NOT NULL,
- `request` text NOT NULL,
- `response` text NOT NULL,
- PRIMARY KEY (`id_7ree`)
- ) ENGINE=MyISAM;
复制代码
|