diff --git a/1745983568_table_group_user_add_is_top.up.sql b/1745983568_table_group_user_add_is_top.up.sql new file mode 100644 index 0000000..2815663 --- /dev/null +++ b/1745983568_table_group_user_add_is_top.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_group_users` +ADD COLUMN `is_top` tinyint DEFAULT 0 COMMENT "是否置顶,0:否,1:是" after `is_hidden` \ No newline at end of file