Skip to content

hashtags 话题表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
namevarchar(64)话题名NO
slugvarchar(255)话题名 URL Encode 转码NO唯一值
typesmallint UNSIGNED类型NO用于自定义用途,比如分类或过滤
descriptiontext描述YES多语言
cover_file_idbigint UNSIGNED封面图 IDYES关联字段 files->id
cover_file_urlvarchar(255)封面图 URLYES
like_countint UNSIGNED点赞数0NO有多少用户点赞了该话题
dislike_countint UNSIGNED点踩数0NO有多少用户点踩了该话题
follow_countint UNSIGNED关注数0NO有多少用户关注了(收藏)该话题
block_countint UNSIGNED屏蔽数0NO有多少用户屏蔽了(不感兴趣)该话题
post_countint UNSIGNED帖子数0NO有多少帖子关联了该话题
comment_countint UNSIGNED评论数0NO有多少评论关联了该话题
post_digest_countint UNSIGNED精华数0NO插件操作加精,插件加减统计数
comment_digest_countint UNSIGNED精华数0NO插件操作加精,插件加减统计数
is_enabledtinyint UNSIGNED是否启用1NO0.不启用 / 1.启用
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License