From e6ee95f22991da100e326107486ef08166736bf5 Mon Sep 17 00:00:00 2001 From: lcode <18046109718@163.com> Date: Thu, 17 Oct 2024 19:01:26 +0800 Subject: [PATCH] =?UTF-8?q?20241017=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 数据库更新/883-20241017更新.sql | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 数据库更新/883-20241017更新.sql diff --git a/数据库更新/883-20241017更新.sql b/数据库更新/883-20241017更新.sql new file mode 100644 index 0000000..f59ebc9 --- /dev/null +++ b/数据库更新/883-20241017更新.sql @@ -0,0 +1,3 @@ +ALTER TABLE `883web`.mini_warehouse_product ADD actual_weight DECIMAL(10,4) DEFAULT 0 NULL COMMENT '实际重量(KG)'; +ALTER TABLE `883web`.mini_sales_shipment_materials ADD sales_order_code varchar(256) NULL COMMENT '销售单号'; +ALTER TABLE `883web`.mini_sales_shipment DROP COLUMN sales_order_code; \ No newline at end of file