This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
ALTER TABLE `service_order`.`order_item_sku`
ADD COLUMN `push_notifications` int NULL COMMENT '推送状态 0:未推送,1:推送到仓储 2:推送到智慧工程' AFTER `renewal_receipt_price`;