ALTER TABLE `ufutx_guides` MODIFY COLUMN `send_status` tinyint(0) NOT NULL DEFAULT 0 COMMENT '餐单发送状态 0:未发送 1:已发送' AFTER `status`;