From 3d0d1de8894f7690c0bcbf5b39b49feb9d4e1134 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Thu, 29 Aug 2024 10:32:07 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8F=8D=E9=A6=88=E5=A2=9E=E5=8A=A0=E5=AD=97?= =?UTF-8?q?=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1724898675_change_feedback.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1724898675_change_feedback.up.sql diff --git a/1724898675_change_feedback.up.sql b/1724898675_change_feedback.up.sql new file mode 100644 index 0000000..c807775 --- /dev/null +++ b/1724898675_change_feedback.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_feedback` +ADD COLUMN `is_bug` tinyint(4) NOT NULL DEFAULT 0 COMMENT '0:需求 1:bug' AFTER `mobile`; \ No newline at end of file