Skip to content

user_blocks 用户屏蔽表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
user_idbigint UNSIGNED用户主键 IDNO关联字段 users->id
block_typetinyint UNSIGNED目标类型1NO1.用户 / 2.小组 / 3.话题 / 4.帖子 / 5.评论
block_idbigint UNSIGNED屏蔽目标 IDNO1.关联字段 users->id
2.关联字段 groups->id
3.关联字段 hashtags->id
4.关联字段 posts->id
5.关联字段 comments->id
user_notevarchar(128)用户备注YES用户对 follow 的对象进行备注
created_attimestamp屏蔽时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License