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