dbpatch/202410/南网租赁平台/20241016_租赁推送智慧工程.sql

2 lines
206 B
MySQL
Raw Normal View History

2024-10-16 15:08:48 +08:00
ALTER TABLE `service_order`.`order_item_sku`
ADD COLUMN `push_notifications` int NULL COMMENT '推送状态 0未推送1推送到仓储 2推送到智慧工程' AFTER `renewal_receipt_price`;