From e2ceef45dd960ab7becbffe3d56fe32f177b8730 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Thu, 14 Nov 2024 14:24:56 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E9=97=AE=E5=8D=B7=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1731564727_change_dma_question.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1731564727_change_dma_question.up.sql 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