diff --git a/1732676328_table_group_messages_add_data.up.sql b/1732676328_table_group_messages_add_data.up.sql new file mode 100644 index 0000000..f021852 --- /dev/null +++ b/1732676328_table_group_messages_add_data.up.sql @@ -0,0 +1,2 @@ +ALTER TABLE `ufutx_group_messages` +ADD COLUMN `data` text default null comment "抄送消息" after `is_recall` \ No newline at end of file