migrate/1733972967_table_group_add_last_msg_id.up.sql
2024-12-12 11:13:23 +08:00

2 lines
123 B
SQL

ALTER TABLE `ufutx_groups`
ADD COLUMN `last_msg_id` bigint(20) UNSIGNED NOT NULL comment "最后消息id" after `owner_id`