推送sql语句
This commit is contained in:
parent
e7a87da939
commit
288a1c89ad
|
|
@ -0,0 +1,2 @@
|
|||
ALTER TABLE `service_order`.`order_item_sku`
|
||||
ADD COLUMN `push_notifications` int NULL COMMENT '推送状态 0:未推送,1:推送到仓储 2:推送到智慧工程' AFTER `renewal_receipt_price`;
|
||||
Loading…
Reference in New Issue