From dc1ce295424a3982e78086508126844565bc833e Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Mon, 21 Oct 2024 14:56:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=A4=90=E5=8D=95=E5=8F=91?= =?UTF-8?q?=E9=80=81=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1729493634_change_table_guide.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1729493634_change_table_guide.up.sql diff --git a/1729493634_change_table_guide.up.sql b/1729493634_change_table_guide.up.sql new file mode 100644 index 0000000..accedc7 --- /dev/null +++ b/1729493634_change_table_guide.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_guides` +ADD COLUMN `send_status` tinyint(4) NOT NULL COMMENT '餐单发送状态 0:未发送 1:已发送' AFTER `status`; \ No newline at end of file