chat_linkman add is_hidden

This commit is contained in:
Hankin 2024-12-20 15:51:30 +08:00
parent 5677a72d7a
commit d8b4ce91b4
2 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_chat_linkman`
ADD COLUMN `is_hidden` tinyint(4) default 0 comment "是否隐藏 0:显示,1:隐藏" after `last_msg_id`;

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_group_users`
ADD COLUMN `is_hidden` tinyint(4) default 0 comment "是否隐藏 0:显示,1:隐藏" after `comment`;