Skip to content

hashtags 话题表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
namevarchar(64)话题名NO
slugvarchar(255)话题名 URL Encode 转码NO唯一值
descriptionjson描述YES多语言
typesmallint UNSIGNED类型1NO用于自定义用途,比如分类或过滤
cover_file_idbigint UNSIGNED封面图 IDYES关联字段 files->id
cover_file_urlvarchar(255)封面图 URLYES
more_infojson更多信息字段YES
view_countint UNSIGNED查看数0NO由插件记录
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插件操作加精,插件加减统计数
last_post_attimestamp最后发表帖子时间YES
last_comment_attimestamp最后发表评论时间YES
is_enabledtinyint UNSIGNED是否启用1NO0.不启用 / 1.启用
created_attimestamp创建时间useCurrentNO比如 MySQL 默认值为 CURRENT_TIMESTAMP
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License