From 60b20616fbe0d175f9ede2141b620d664aa0bbe2 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Thu, 14 Nov 2024 16:20:22 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=96=B9=E6=A1=88=E7=BB=93?= =?UTF-8?q?=E6=9D=9F=E6=97=B6=E9=97=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1731569934_change_orders.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1731569934_change_orders.up.sql diff --git a/1731569934_change_orders.up.sql b/1731569934_change_orders.up.sql new file mode 100644 index 0000000..0ba103d --- /dev/null +++ b/1731569934_change_orders.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_orders` +ADD COLUMN `end_time` varchar(32) NULL COMMENT '方案结束时间' AFTER `start_time`; \ No newline at end of file