1
This commit is contained in:
parent
782348b1ef
commit
ec9021b410
@ -68,6 +68,7 @@ CREATE TABLE `user` (
|
||||
`diamond_num` bigint NOT NULL DEFAULT '0' COMMENT '钻石数量',
|
||||
`diamond_shop_flush_times` int(11) NOT NULL DEFAULT '0' COMMENT '每日钻石商店刷新次数',
|
||||
`sum_coin` double NOT NULL DEFAULT '0' COMMENT '累计充值金额',
|
||||
`recharge_times_total` int(11) NOT NULL DEFAULT '0' COMMENT '累计充值次数',
|
||||
`pass_status` int(11) NOT NULL DEFAULT '0' COMMENT '通行证购买状态',
|
||||
`score` int(11) NOT NULL DEFAULT '0' COMMENT '通行证积分',
|
||||
PRIMARY KEY (`idx`),
|
||||
|
Loading…
x
Reference in New Issue
Block a user