From 08e805740250c142737e1709a5a1d11ba78306d6 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 5 Feb 2026 15:42:44 +0800 Subject: [PATCH] change_ufutx_s2_commissions --- 1770277348_change_ufutx_s2_commissions.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1770277348_change_ufutx_s2_commissions.up.sql diff --git a/1770277348_change_ufutx_s2_commissions.up.sql b/1770277348_change_ufutx_s2_commissions.up.sql new file mode 100644 index 0000000..05adfde --- /dev/null +++ b/1770277348_change_ufutx_s2_commissions.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_commissions` ADD `notice_send_time` TIMESTAMP NULL COMMENT '通知发送时间' AFTER `status`, ADD `notice_status` TINYINT NOT NULL DEFAULT '1' COMMENT '1=未知, 2=已确认' AFTER `notice_send_time`, ADD `notice_type` TINYINT NOT NULL DEFAULT '0' COMMENT '0=未确认, 1=短信, 2=app用户端, 3=app商务端, 4=人工通知' AFTER `notice_status`, ADD `notice_submit_time` TIMESTAMP NULL COMMENT '首次确认时间' AFTER `notice_type`, ADD `notice_human_time` TIMESTAMP NULL COMMENT '人工通知时间' AFTER `notice_submit_time`; \ No newline at end of file