From e9a0e7d35607b23fe5e8e81e932f62003b48f98a Mon Sep 17 00:00:00 2001 From: Hankin Date: Sat, 14 Dec 2024 14:09:08 +0800 Subject: [PATCH] group user comment --- 1734147860_table_group_user_add_custom.up.sql | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 1734147860_table_group_user_add_custom.up.sql diff --git a/1734147860_table_group_user_add_custom.up.sql b/1734147860_table_group_user_add_custom.up.sql new file mode 100644 index 0000000..c2173a5 --- /dev/null +++ b/1734147860_table_group_user_add_custom.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_group_users` +ADD COLUMN `comment` varchar(191) default null comment "备注" after `nickname` \ No newline at end of file