diff --git a/1731564727_change_dma_question.up.sql b/1731564727_change_dma_question.up.sql new file mode 100644 index 0000000..452b080 --- /dev/null +++ b/1731564727_change_dma_question.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_dma_question` + ADD COLUMN `type` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0:方案前 1:方案后' AFTER `remark`; \ No newline at end of file