This commit is contained in:
777
2025-12-05 15:18:46 +08:00
parent 34a8ea444c
commit e55d5b7dc8
3 changed files with 6 additions and 0 deletions

View File

@@ -13,6 +13,8 @@ CREATE TABLE `cai_account_delete` (
`id` bigint unsigned NOT NULL AUTO_INCREMENT COMMENT '子账户ID',
`user_id` bigint unsigned NOT NULL COMMENT '用户ID',
`usercode` varchar(10) NOT NULL COMMENT '用户Code',
`mobile` varchar(50) COMMENT '手机',
`invite_id` bigint unsigned DEFAULT NULL COMMENT '邀请人',
`coin` bigint NOT NULL DEFAULT '0' COMMENT '当前彩币数量',
`income_coin` bigint NOT NULL DEFAULT '0' COMMENT '收益的彩币数量',
`total_buy_money` decimal(20,2) NOT NULL DEFAULT '0.00' COMMENT '充值总额',