Skip to content

conversations 对话表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
a_user_idbigint UNSIGNED对话 A 用户 IDNO关联字段 users->id
b_user_idbigint UNSIGNED对话 B 用户 IDNO关联字段 users->id
a_is_displaytinyint UNSIGNED用户 A 对话列表是否隐藏1NO0.隐藏 / 1.显示
b_is_displaytinyint UNSIGNED用户 B 对话列表是否隐藏1NO0.隐藏 / 1.显示
a_is_pintinyint UNSIGNED用户 A 对话列表是否置顶0NO0.否 / 1.是
b_is_pintinyint UNSIGNED用户 B 对话列表是否置顶0NO0.否 / 1.是
latest_message_attimestamp最新消息时间YES
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License