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 `lease_out_details`
ADD COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '是否推送到智慧工程0:否,1:是' AFTER `car_code`;