Skip to content

user_stats

Column NameTypeCommentDefaultNullRemark
idbigint UNSIGNEDPrimary Key IDNOAuto Increment
user_idbigint UNSIGNEDUser Primary Key IDNORelated field users->id
like_user_countint UNSIGNEDUser Like Count0NOTotal number of users I liked
like_group_countint UNSIGNEDGroup Like Count0NOTotal number of groups I liked
like_hashtag_countint UNSIGNEDHashtag Like Count0NOTotal number of hashtags I liked
like_post_countint UNSIGNEDPost Like Count0NOTotal number of posts I liked
like_comment_countint UNSIGNEDComment Like Count0NOTotal number of comments I liked
dislike_user_countint UNSIGNEDUser Dislike Count0NOTotal number of users I disliked
dislike_group_countint UNSIGNEDGroup Dislike Count0NOTotal number of groups I disliked
dislike_hashtag_countint UNSIGNEDHashtag Dislike Count0NOTotal number of hashtags I disliked
dislike_post_countint UNSIGNEDPost Dislike Count0NOTotal number of posts I disliked
dislike_comment_countint UNSIGNEDComment Dislike Count0NOTotal number of comments I disliked
follow_user_countint UNSIGNEDUser Follow Count0NOTotal number of users I follow
follow_group_countint UNSIGNEDGroup Follow Count0NOTotal number of groups I follow
follow_hashtag_countint UNSIGNEDHashtag Follow Count0NOTotal number of hashtags I follow (collected)
follow_post_countint UNSIGNEDPost Follow Count0NOTotal number of posts I follow (collected)
follow_comment_countint UNSIGNEDComment Follow Count0NOTotal number of comments I follow (collected)
block_user_countint UNSIGNEDUser Block Count0NOTotal number of users I blocked (blacklisted)
block_group_countint UNSIGNEDGroup Block Count0NOTotal number of groups I blocked (not interested)
block_hashtag_countint UNSIGNEDHashtag Block Count0NOTotal number of hashtags I blocked (not interested)
block_post_countint UNSIGNEDPost Block Count0NOTotal number of posts I blocked (not interested)
block_comment_countint UNSIGNEDComment Block Count0NOTotal number of comments I blocked (not interested)
like_me_countint UNSIGNEDLiked By Others Count0NONumber of people who liked me
dislike_me_countint UNSIGNEDDisliked By Others Count0NONumber of people who disliked me
follow_me_countint UNSIGNEDFollowed By Others Count0NONumber of people who follow me (fans count)
block_me_countint UNSIGNEDBlocked By Others Count0NONumber of people who blocked (blacklisted) me
post_publish_countint UNSIGNEDPost Publish Count0NOTotal number of posts I published
post_digest_countint UNSIGNEDPost Digest Count0NOTotal number of my featured posts
post_like_countint UNSIGNEDPost Like Count0NOTotal number of my posts liked by others
post_dislike_countint UNSIGNEDPost Dislike Count0NOTotal number of my posts disliked by others
post_follow_countint UNSIGNEDPost Follow Count0NOTotal number of my posts followed by others
post_block_countint UNSIGNEDPost Block Count0NOTotal number of my posts blocked by others
comment_publish_countint UNSIGNEDComment Publish Count0NOTotal number of comments I published
comment_digest_countint UNSIGNEDComment Digest Count0NOTotal number of my featured comments
comment_like_countint UNSIGNEDComment Like Count0NOTotal number of my comments liked by others
comment_dislike_countint UNSIGNEDComment Dislike Count0NOTotal number of my comments disliked by others
comment_follow_countint UNSIGNEDComment Follow Count0NOTotal number of my comments followed by others
comment_block_countint UNSIGNEDComment Block Count0NOTotal number of my comments blocked by others
extcredits1int UNSIGNEDExtension 10NOSpare field, used by plugins to add or subtract values and define names, named storage in the system configuration table
extcredits1_name This key defines the extension name, for example: Points
extcredits1_unit This key defines the extension unit, for example: Points
extcredits2int UNSIGNEDExtension 20NOextcredits2_name This key defines the extension name, for example: Gold Coins
extcredits2_unit This key defines the extension unit, for example: Pieces
extcredits3int UNSIGNEDExtension 30NOAs above, leaving blank means not defining a name or unit
extcredits4int UNSIGNEDExtension 40NOAs above, leaving blank means not defining a name or unit
extcredits5int UNSIGNEDExtension 50NOAs above, leaving blank means not defining a name or unit
created_attimestampCreate TimeCURRENT_TIMESTAMPNO
updated_attimestampUpdate TimeYES
deleted_attimestampDelete TimeYES

Released under the Apache-2.0 License