change_ufutx_s2_commissions

This commit is contained in:
tian 2025-05-20 17:22:26 +08:00
parent 41c25a1a6c
commit 5611911eca

View File

@ -0,0 +1 @@
ALTER TABLE `ufutx_s2_commissions` CHANGE `withdraw_id` `status_withdraw` TINYINT NOT NULL DEFAULT '1' COMMENT '提现状态, 1=未提现, 2=提现审核中, 3=提现审核通过';