migrate/1732676328_table_group_messages_add_data.up.sql

2 lines
111 B
MySQL
Raw Normal View History

2024-11-27 11:02:31 +08:00
ALTER TABLE `ufutx_group_messages`
ADD COLUMN `data` text default null comment "抄送消息" after `is_recall`