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.
--任务:xxx
ALTER TABLE `ma_machine`
ADD COLUMN `push_status` int NULL DEFAULT 0 COMMENT '推送到租赁标识0:未推送 1:推送' AFTER `phone`;