1
This commit is contained in:
parent
61b5acffbf
commit
c100bc35e4
@ -60,6 +60,7 @@ CREATE TABLE `t_user` (
|
|||||||
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
`createtime` int(11) NOT NULL DEFAULT '0' COMMENT '创建时间',
|
||||||
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
`modifytime` int(11) NOT NULL DEFAULT '0' COMMENT '修改时间',
|
||||||
`last_login_time` int(11) NOT NULL DEFAULT '0' COMMENT '上次登录时间',
|
`last_login_time` int(11) NOT NULL DEFAULT '0' COMMENT '上次登录时间',
|
||||||
|
`is_gain_item` int(11) NOT NULL DEFAULT '0' COMMENT '是否获取免费item道具',
|
||||||
PRIMARY KEY (`idx`),
|
PRIMARY KEY (`idx`),
|
||||||
UNIQUE KEY `account_id` (`account_id`),
|
UNIQUE KEY `account_id` (`account_id`),
|
||||||
KEY `channel` (`channel`)
|
KEY `channel` (`channel`)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user