安装bug

This commit is contained in:
2020-04-20 13:44:18 +08:00
parent ed57619b65
commit 13641e34b7
2 changed files with 3 additions and 2 deletions

View File

@@ -460,7 +460,7 @@ CREATE TABLE `sent_member` (
`login` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '登录次数',
`reg_ip` bigint(20) NOT NULL DEFAULT '0' COMMENT '注册IP',
`reg_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '注册时间',
`last_login_ip` bigint(20) NOT NULL DEFAULT '0' COMMENT '最后登录IP',
`last_login_ip` varchar(30) NOT NULL DEFAULT '0' COMMENT '最后登录IP',
`last_login_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最后登录时间',
`status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '会员状态',
PRIMARY KEY (`uid`),