From 7596cd95f1d446e5248203b4da53c75ba1ef86cb Mon Sep 17 00:00:00 2001 From: 15856 <15856818120@163.com> Date: Thu, 17 Oct 2024 14:00:58 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=9F=E8=B5=81=E6=8E=A8=E9=80=81=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=E5=88=B0=E6=99=BA=E6=85=A7=E5=B7=A5=E7=A8=8B=E5=92=8C?= =?UTF-8?q?=E4=BB=93=E5=82=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 202410/南网租赁平台/20241016_租赁推送智慧工程.sql | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/202410/南网租赁平台/20241016_租赁推送智慧工程.sql b/202410/南网租赁平台/20241016_租赁推送智慧工程.sql index 3d68643..7f57855 100644 --- a/202410/南网租赁平台/20241016_租赁推送智慧工程.sql +++ b/202410/南网租赁平台/20241016_租赁推送智慧工程.sql @@ -1,2 +1,5 @@ ALTER TABLE `service_order`.`order_item_sku` - ADD COLUMN `push_notifications` int NULL COMMENT '推送状态 0:未推送,1:推送到仓储 2:推送到智慧工程' AFTER `renewal_receipt_price`; \ No newline at end of file + ADD COLUMN `push_notifications` int NULL COMMENT '推送状态 0:未推送,1:推送到仓储 2:推送到智慧工程' AFTER `renewal_receipt_price`; + +ALTER TABLE `service_order`.`order_item_sku` + MODIFY COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '推送状态 0:未推送,1:推送到仓储 2:推送到智慧工程' AFTER `renewal_receipt_price`; \ No newline at end of file