# 用户扩展信息 user_extras
字段 | 类型 | 说明 |
---|---|---|
user_id | int | 用户id |
likes_count | int | 点赞统计 |
comments_count | int | 评论统计 |
followers_count | int | 粉丝统计 |
followings_count | int | 关注统计 |
feeds_count | int | 动态统计 |
checkin_count | int | 签到统计 |
last_checkin_count | int | 连续签到统计 |
be_reward_count | int | 被打赏统计 |
created_at | timestamp | 创建时间 |
updated_at | timestamp | 最后更新时间 |
deleted_at | timestamp | 软删除时间 |