Skip to content
On this page

user_follows

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
user_idbigint UNSIGNED用户主键 IDNO关联字段 users->id
follow_typetinyint UNSIGNED目标类型1NO1.用户 / 2.小组 / 3.话题 / 4.帖子 / 5.评论
follow_idbigint UNSIGNED关注目标 IDNO1.关联字段 users > id
2.关联字段 groups > id
3.关联字段 hashtags > id
4.关联字段 posts > id
5.关联字段 comments > id
user_notevarchar(128)用户备注YES用户对 follow 的对象进行备注
is_mutualtinyint UNSIGNED用户专用:是否互相关注0NO0.否 / 1.是
is_enabletinyint UNSIGNED是否有效1NO0.无效 / 1.有效
expired_attimestamp小组专用:失效时间YES
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License