2 lines
123 B
MySQL
2 lines
123 B
MySQL
|
ALTER TABLE `ufutx_groups`
|
||
|
ADD COLUMN `last_msg_id` bigint(20) UNSIGNED NOT NULL comment "最后消息id" after `owner_id`
|