From e02712ea27a72be35756155ce7be9daf5ac50385 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Mon, 4 Nov 2024 14:25:42 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AE=A2=E5=8D=95=E8=A1=A8=E5=A2=9E=E5=8A=A0?= =?UTF-8?q?=E6=96=B9=E6=A1=88=E5=BC=80=E5=A7=8B=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1730701384_change_table_orders.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1730701384_change_table_orders.up.sql diff --git a/1730701384_change_table_orders.up.sql b/1730701384_change_table_orders.up.sql new file mode 100644 index 0000000..aec33ba --- /dev/null +++ b/1730701384_change_table_orders.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_orders` +ADD COLUMN `start_time` varchar(32) NULL COMMENT '方案开始时间' AFTER `check_sign_status`; \ No newline at end of file