chat_message add status

This commit is contained in:
Hankin 2024-12-04 09:29:23 +08:00
parent 3e6114f09c
commit 33036d6a7c

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_chat_message`
ADD COLUMN `status` tinyint(4) default 0 comment "0:未读,1:已读" after `data`