From eaf98a51caccec059353bbefa68d8486a868cffb Mon Sep 17 00:00:00 2001 From: tian <156691306@qq.com> Date: Wed, 11 Sep 2024 14:48:31 +0800 Subject: [PATCH] Create 1726037295_change_ufutx_users.up.sql --- 1726037295_change_ufutx_users.up.sql | 1 + 1 file changed, 1 insertion(+) create mode 100644 1726037295_change_ufutx_users.up.sql diff --git a/1726037295_change_ufutx_users.up.sql b/1726037295_change_ufutx_users.up.sql new file mode 100644 index 0000000..85f602e --- /dev/null +++ b/1726037295_change_ufutx_users.up.sql @@ -0,0 +1 @@ +ALTER TABLE `ufutx_users` CHANGE `mobile` `mobile` VARCHAR(128) NULL DEFAULT NULL; \ No newline at end of file