From 061f289a8519f0e2941f37bf5877e8a869e73a16 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Mon, 10 Nov 2025 14:26:24 +0800 Subject: [PATCH] change ufutx_s2_shop_order --- 1762755863_change_ufutx_s2_shop_order.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1762755863_change_ufutx_s2_shop_order.up.sql diff --git a/1762755863_change_ufutx_s2_shop_order.up.sql b/1762755863_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..4297535 --- /dev/null +++ b/1762755863_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` CHANGE `supplier_settlement_enable` `supplier_settlement_enable` TINYINT NOT NULL DEFAULT '1' COMMENT '是否可结算,1=不可,2=可以,3=结算流程中'; \ No newline at end of file