Browse Source

群聊@功能(完成)

master
xsx 2 years ago
parent
commit
1df94c33b5
  1. 2
      im-platform/src/main/resources/db/db.sql

2
im-platform/src/main/resources/db/db.sql

@ -69,7 +69,7 @@ create table `im_group_message`(
`send_id` bigint not null comment '发送用户id',
`send_nick_name` varchar(255) DEFAULT '' comment '发送用户昵称',
`content` text comment '发送内容',
`at_user_ids` varchar(1024) comment '@的用户id列表',
`at_user_ids` varchar(1024) comment '@的用户id列表,逗号分隔',
`type` tinyint(1) NOT NULL comment '消息类型 0:文字 1:图片 2:文件 3:语音 10:系统提示' ,
`status` tinyint(1) DEFAULT 0 comment '状态 0:正常 2:撤回',
`send_time` datetime DEFAULT CURRENT_TIMESTAMP comment '发送时间',

Loading…
Cancel
Save