ALTER TABLE `ufutx_dma_question` ADD COLUMN `type` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0:方案前 1:方案后' AFTER `remark`;