linkman add is_top

This commit is contained in:
Hankin 2025-05-06 09:26:49 +08:00
parent adcd8d70e5
commit c7b5c2df01

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_chat_linkman`
ADD COLUMN `is_top` tinyint DEFAULT 0 COMMENT "是否置顶,0:否,1:是" after `is_hidden`