From bf426c7cd016c5b7c127bc5bec61a23e6435e0e9 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Tue, 20 May 2025 17:24:36 +0800 Subject: [PATCH] change_ufutx_s2_commissions --- 1747732911_change_ufutx_s2_commissions.up.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1747732911_change_ufutx_s2_commissions.up.sql b/1747732911_change_ufutx_s2_commissions.up.sql index 1c90fbd..69462e1 100644 --- a/1747732911_change_ufutx_s2_commissions.up.sql +++ b/1747732911_change_ufutx_s2_commissions.up.sql @@ -1 +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 +ALTER TABLE `ufutx_s2_commissions` CHANGE `status_withdraw` `status_withdraw` TINYINT(4) NOT NULL DEFAULT '1' COMMENT '提现状态, 1=未提现, 2=提现审核中, 3=审核被拒绝,4=提现审核通过'; \ No newline at end of file