From d9a43848c7ea5b2ff8016c9e35a833998a7a5bbe Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Fri, 11 Oct 2024 16:33:18 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A8=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1728635407_change_table_dma_question.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1728635407_change_table_dma_question.up.sql diff --git a/1728635407_change_table_dma_question.up.sql b/1728635407_change_table_dma_question.up.sql new file mode 100644 index 0000000..b241efb --- /dev/null +++ b/1728635407_change_table_dma_question.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_dma_question` +ADD COLUMN `other_config` text NULL COMMENT '其他配置' AFTER `step_five`; \ No newline at end of file