diff --git a/1733275509_table_chat_message_add_status.up.sql b/1733275509_table_chat_message_add_status.up.sql new file mode 100644 index 0000000..1f39e61 --- /dev/null +++ b/1733275509_table_chat_message_add_status.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_chat_message` +ADD COLUMN `status` tinyint(4) default 0 comment "0:未读,1:已读" after `data` \ No newline at end of file