From 1e5b68bf0a17a928b667423a838eed55f6a6f3fd Mon Sep 17 00:00:00 2001 From: lcode <18046109718@163.com> Date: Sun, 24 Nov 2024 15:16:49 +0800 Subject: [PATCH] =?UTF-8?q?20241124=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库更新/883-20241124更新.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 数据库更新/883-20241124更新.sql diff --git a/数据库更新/883-20241124更新.sql b/数据库更新/883-20241124更新.sql new file mode 100644 index 0000000..c702275 --- /dev/null +++ b/数据库更新/883-20241124更新.sql @@ -0,0 +1,2 @@ +ALTER TABLE `883web`.mini_purchase_orders ADD status TINYINT DEFAULT 0 NULL COMMENT '状态 0-未完 1-完成'; +ALTER TABLE `883web`.mini_sales_orders ADD status TINYINT DEFAULT 0 NULL COMMENT '状态 0-未完 1-完成';