ALTER TABLE `ufutx_before_dma_question` ADD COLUMN `finish_submit` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0:未完全提交 1:完全提交' AFTER `status`;