chat_linkman add last_msg_id

This commit is contained in:
Hankin 2024-11-30 11:26:05 +08:00
parent 874ee45d5f
commit 312ca53d52

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_chat_linkman`
ADD COLUMN `last_msg_id` bigint(20) UNSIGNED NOT NULL comment "最后消息id" after `other_user_id`