diff --git a/sql/gamedb.sql b/sql/gamedb.sql index 373f60b..c12cc9d 100644 --- a/sql/gamedb.sql +++ b/sql/gamedb.sql @@ -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`),