migrate/1747733299_change_ufutx_s2_commissions.up.sql
2025-05-20 17:28:26 +08:00

1 line
205 B
SQL

ALTER TABLE `ufutx_s2_commissions` CHANGE `status_withdraw` `status_withdraw` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '提现状态, 1=未提现, 2=提现审核中, 3=审核被拒绝,4=提现审核通过';