From d3c285efc0488d19b618dc3ea6ced07c18344f06 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 23 Apr 2025 14:43:47 +0800 Subject: [PATCH] change_ufutx_payments --- 1745390610_change_ufutx_payments.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1745390610_change_ufutx_payments.up.sql diff --git a/1745390610_change_ufutx_payments.up.sql b/1745390610_change_ufutx_payments.up.sql new file mode 100644 index 0000000..c3ffd30 --- /dev/null +++ b/1745390610_change_ufutx_payments.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_payments` ADD `pay_type` TINYINT NOT NULL DEFAULT '1' COMMENT '1=合作商,2=一般' AFTER `sub_mch_id`; \ No newline at end of file