From ad79912b201e9a91521684a96e717779fc7aad36 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Wed, 25 Sep 2024 15:22:17 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=86=E4=BA=AB=E5=A2=9E=E5=8A=A0=E5=9C=BA?= =?UTF-8?q?=E6=99=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1727170697_change_table_share_users.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1727170697_change_table_share_users.up.sql diff --git a/1727170697_change_table_share_users.up.sql b/1727170697_change_table_share_users.up.sql new file mode 100644 index 0000000..f30cf6a --- /dev/null +++ b/1727170697_change_table_share_users.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_share_users` +ADD COLUMN `scene` varchar(32) NULL COMMENT '场景' AFTER `channel`; \ No newline at end of file