Skip to content

user_stats 用户数据统计表

字段名字段类型字段注释默认值可空备注
idbigint UNSIGNED主键 IDNO自动递增
user_idbigint UNSIGNED用户主键 IDNO关联字段 users->id
like_user_countint UNSIGNED用户点赞数0NO我点赞的用户总数
like_group_countint UNSIGNED小组点赞数0NO我点赞的小组总数
like_hashtag_countint UNSIGNED话题点赞数0NO我点赞的话题总数
like_post_countint UNSIGNED帖子点赞数0NO我点赞的帖子总数
like_comment_countint UNSIGNED评论点赞数0NO我点赞的评论总数
dislike_user_countint UNSIGNED用户点踩数0NO我点踩的用户总数
dislike_group_countint UNSIGNED小组点踩数0NO我点踩的小组总数
dislike_hashtag_countint UNSIGNED话题点踩数0NO我点踩的话题总数
dislike_post_countint UNSIGNED帖子点踩数0NO我点踩的帖子总数
dislike_comment_countint UNSIGNED评论点踩数0NO我点踩的评论总数
follow_user_countint UNSIGNED用户关注数0NO我关注的用户总数
follow_group_countint UNSIGNED小组关注数0NO我关注的小组总数
follow_hashtag_countint UNSIGNED话题关注数0NO我关注的(收藏)话题总数
follow_post_countint UNSIGNED帖子关注数0NO我关注的(收藏)帖子总数
follow_comment_countint UNSIGNED评论关注数0NO我关注的(收藏)评论总数
block_user_countint UNSIGNED用户屏蔽数0NO我一共屏蔽(拉黑)了多少用户
block_group_countint UNSIGNED小组屏蔽数0NO我屏蔽的(不感兴趣)小组总数
block_hashtag_countint UNSIGNED话题屏蔽数0NO我屏蔽的(不感兴趣)话题总数
block_post_countint UNSIGNED帖子屏蔽数0NO我屏蔽的(不感兴趣)帖子总数
block_comment_countint UNSIGNED评论屏蔽数0NO我屏蔽的(不感兴趣)评论总数
like_me_countint UNSIGNED被点赞数0NO别人点赞我的人数
dislike_me_countint UNSIGNED被点踩数0NO别人点踩我的人数
follow_me_countint UNSIGNED被关注数0NO别人关注我的人数(粉丝数)
block_me_countint UNSIGNED被屏蔽数0NO别人屏蔽(拉黑)我的人数
post_publish_countint UNSIGNED帖子发表总数0NO我发表的帖子总数
post_digest_countint UNSIGNED帖子精华总数0NO我的帖子精华总数
post_like_countint UNSIGNED帖子被赞总数0NO别人赞了我的帖子总数
post_dislike_countint UNSIGNED帖子被踩总数0NO别人踩了我的帖子总数
post_follow_countint UNSIGNED帖子被关注总数0NO别人关注了我的帖子总数
post_block_countint UNSIGNED帖子被屏蔽总数0NO别人屏蔽了我的帖子总数
comment_publish_countint UNSIGNED评论发表总数0NO我发表的评论总数
comment_digest_countint UNSIGNED评论精华总数0NO我的评论精华总数
comment_like_countint UNSIGNED评论被赞总数0NO别人赞了我的评论总数
comment_dislike_countint UNSIGNED评论被踩总数0NO别人踩了我的评论总数
comment_follow_countint UNSIGNED评论被关注总数0NO别人关注了我的评论总数
comment_block_countint UNSIGNED评论被屏蔽总数0NO别人屏蔽了我的评论总数
extcredits1int UNSIGNED扩展 10NO备用字段,由插件加减数值和定义名称,命名存储在系统配置表里
extcredits1_name 该键名定义该扩展命名,例如:积分
extcredits1_unit 该键名定义扩展单位,例如:分
extcredits2int UNSIGNED扩展 20NOextcredits2_name 该键名定义该扩展命名,例如:金币
extcredits2_unit 该键名定义扩展单位,例如:枚
extcredits3int UNSIGNED扩展 30NO同上,留空代表不定义名称或单位
extcredits4int UNSIGNED扩展 40NO同上,留空代表不定义名称或单位
extcredits5int UNSIGNED扩展 50NO同上,留空代表不定义名称或单位
created_attimestamp创建时间CURRENT_TIMESTAMPNO
updated_attimestamp更新时间YES
deleted_attimestamp删除时间YES

Released under the Apache-2.0 License