--任务:xxx
ALTER TABLE `ma_machine`
ADD COLUMN `push_status` int NULL DEFAULT 0 COMMENT '推送到租赁标识0:未推送 1:推送' AFTER `phone`;