--任务:是否推送到智慧工程 ALTER TABLE `lease_out_details` ADD COLUMN `push_notifications` int(11) NULL DEFAULT 0 COMMENT '是否推送到智慧工程0:否,1:是' AFTER `car_code`;