From f97e3b75d4faf42189be733c6a4cd7849e92eda2 Mon Sep 17 00:00:00 2001 From: buke <1312023945@qq.com> Date: Mon, 2 Sep 2024 17:54:17 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E6=B3=A8=E5=86=8C=E5=A2=9E?= =?UTF-8?q?=E5=8A=A0open=5Fid=E8=AE=B0=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 1725270802_change_users.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1725270802_change_users.up.sql diff --git a/1725270802_change_users.up.sql b/1725270802_change_users.up.sql new file mode 100644 index 0000000..d823f65 --- /dev/null +++ b/1725270802_change_users.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_users` +ADD COLUMN `open_id` varchar(50) NULL COMMENT 'open_id' AFTER `ip`; \ No newline at end of file