migrate/1746494716_chat_linkmen_add_is_top.up.sql
2025-05-06 09:26:49 +08:00

2 lines
123 B
SQL

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