This commit is contained in:
Hankin 2024-12-12 11:13:23 +08:00
parent 6bf630dfb8
commit 7a7a67ce9d

View File

@ -0,0 +1,2 @@
ALTER TABLE `ufutx_groups`
ADD COLUMN `last_msg_id` bigint(20) UNSIGNED NOT NULL comment "最后消息id" after `owner_id`