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