Compare commits
2 Commits
135d0cb3e4
...
6bf630dfb8
Author | SHA1 | Date | |
---|---|---|---|
6bf630dfb8 | |||
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