chat_linkman add is_hidden
This commit is contained in:
parent
5677a72d7a
commit
d8b4ce91b4
2
1734680656_table_linkman_add_is_hidden.up.sql
Normal file
2
1734680656_table_linkman_add_is_hidden.up.sql
Normal 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`;
|
2
1734680660_table_group_user_add_is_hidden.up.sql
Normal file
2
1734680660_table_group_user_add_is_hidden.up.sql
Normal file
@ -0,0 +1,2 @@
|
||||
ALTER TABLE `ufutx_group_users`
|
||||
ADD COLUMN `is_hidden` tinyint(4) default 0 comment "是否隐藏 0:显示,1:隐藏" after `comment`;
|
Loading…
Reference in New Issue
Block a user