解决新装后插入用户无法登陆的问题
This commit is contained in:
@@ -462,7 +462,7 @@ CREATE TABLE `sent_member` (
|
||||
`reg_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '注册时间',
|
||||
`last_login_ip` bigint(20) NOT NULL DEFAULT '0' COMMENT '最后登录IP',
|
||||
`last_login_time` int(10) unsigned NOT NULL DEFAULT '0' COMMENT '最后登录时间',
|
||||
`status` tinyint(4) NOT NULL DEFAULT '0' COMMENT '会员状态',
|
||||
`status` tinyint(4) NOT NULL DEFAULT '1' COMMENT '会员状态',
|
||||
PRIMARY KEY (`uid`),
|
||||
KEY `status` (`status`)
|
||||
) ENGINE=InnoDB AUTO_INCREMENT=1 DEFAULT CHARSET=utf8 COMMENT='会员表';
|
||||
|
||||
Reference in New Issue
Block a user