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