From 72cb262d8af44c5acb8b185f16438db417df5742 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Tue, 24 Dec 2024 16:39:30 +0800 Subject: [PATCH] change ufutx_s2_shop_order --- 1735029526_change_ufutx_s2_shop_order.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1735029526_change_ufutx_s2_shop_order.up.sql diff --git a/1735029526_change_ufutx_s2_shop_order.up.sql b/1735029526_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..c1e83bc --- /dev/null +++ b/1735029526_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `pay_no` VARCHAR(256) NOT NULL DEFAULT '' COMMENT '支付单号' AFTER `trade_no`; \ No newline at end of file