This commit is contained in:
aozhiwei 2019-08-23 17:03:36 +08:00
parent 782348b1ef
commit ec9021b410

View File

@ -68,6 +68,7 @@ CREATE TABLE `user` (
`diamond_num` bigint NOT NULL DEFAULT '0' COMMENT '钻石数量', `diamond_num` bigint NOT NULL DEFAULT '0' COMMENT '钻石数量',
`diamond_shop_flush_times` int(11) NOT NULL DEFAULT '0' COMMENT '每日钻石商店刷新次数', `diamond_shop_flush_times` int(11) NOT NULL DEFAULT '0' COMMENT '每日钻石商店刷新次数',
`sum_coin` double 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 '通行证购买状态', `pass_status` int(11) NOT NULL DEFAULT '0' COMMENT '通行证购买状态',
`score` int(11) NOT NULL DEFAULT '0' COMMENT '通行证积分', `score` int(11) NOT NULL DEFAULT '0' COMMENT '通行证积分',
PRIMARY KEY (`idx`), PRIMARY KEY (`idx`),