chore: 首次提交 - 关联 GitHub fnvtk/MBTI_wang

Made-with: Cursor
This commit is contained in:
卡若
2026-03-17 12:39:38 +08:00
commit eb510304c0
259 changed files with 60464 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
-- 为提现记录表增加手续费字段(已有库执行)
-- 表名以实际前缀为准,若为 mbti_ 则表名为 mbti_distribution_withdrawals
ALTER TABLE `mbti_distribution_withdrawals`
ADD COLUMN `feeFen` int(11) NOT NULL DEFAULT 0 COMMENT '手续费(分)' AFTER `amountFen`;