ALTER TABLE `ufutx_feedback` ADD COLUMN `is_bug` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0:需求 1:bug' AFTER `mobile`;