From 667e3a7cfc709721f2d4504f8e9affb266db80e8 Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Thu, 7 Nov 2024 15:03:22 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E5=A2=9E=E5=8A=A0=E5=8F=91?= =?UTF-8?q?=E7=A5=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1730962961_change_ufutx_s2_shop_order.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1730962961_change_ufutx_s2_shop_order.up.sql diff --git a/1730962961_change_ufutx_s2_shop_order.up.sql b/1730962961_change_ufutx_s2_shop_order.up.sql new file mode 100644 index 0000000..4d3f04d --- /dev/null +++ b/1730962961_change_ufutx_s2_shop_order.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_s2_shop_order` ADD `invoice_pics` TEXT NULL COMMENT '发票' AFTER `remark`; \ No newline at end of file