From 3a02071f87e5f31158cb15e21d2b1547b9232d0c Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 13 Nov 2025 14:16:06 +0800 Subject: [PATCH] change_ufutx_s2_shop_order --- 1763014543_change_ufutx_s2_shop_order.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1763014543_change_ufutx_s2_shop_order.up.sql diff --git a/1763014543_change_ufutx_s2_shop_order.up.sql b/1763014543_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..8969442 --- /dev/null +++ b/1763014543_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `tax` BIGINT NOT NULL DEFAULT '0' COMMENT '总税费,单位:分' AFTER `freight`; \ No newline at end of file