ALTER TABLE `emergency_schedules_new_item` ADD COLUMN `sort` tinyint NULL DEFAULT 0 COMMENT '排序' AFTER `user_name`;