chat_message add status
This commit is contained in:
parent
3e6114f09c
commit
33036d6a7c
2
1733275509_table_chat_message_add_status.up.sql
Normal file
2
1733275509_table_chat_message_add_status.up.sql
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
ALTER TABLE `ufutx_chat_message`
|
||||||
|
ADD COLUMN `status` tinyint(4) default 0 comment "0:未读,1:已读" after `data`
|
Loading…
Reference in New Issue
Block a user