diff --git a/1747732911_change_ufutx_s2_commissions.up.sql b/1747732911_change_ufutx_s2_commissions.up.sql new file mode 100644 index 0000000..1c90fbd --- /dev/null +++ b/1747732911_change_ufutx_s2_commissions.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_commissions` CHANGE `withdraw_id` `status_withdraw` TINYINT NOT NULL DEFAULT '1' COMMENT '提现状态, 1=未提现, 2=提现审核中, 3=提现审核通过'; \ No newline at end of file