migrate/1733972967_table_group_add_last_msg_id.up.sql

2 lines
123 B
MySQL
Raw Normal View History

2024-12-12 11:13:23 +08:00
ALTER TABLE `ufutx_groups`
ADD COLUMN `last_msg_id` bigint(20) UNSIGNED NOT NULL comment "最后消息id" after `owner_id`