VUserDailyPoints


Columns

Column Type Size Nulls Auto Default Children Parents Comments
UserId uuid 2147483647 null

user id, can reference to public.Users

date timestamptz 35,6 null

date

qnCount int4 10 null

how many question this user created at the date

ansCount int4 10 null

how many answer this user created at the date

qnUpvoteCount int4 10 null

how many upvotes this user received from their questions at the date

ansUpvoteCount int4 10 null

how many upvotes this user received from their answers at the date

dailyPoints int4 10 null

how many points user earned at the date(maximal is 200)

Relationships

View Definition


Possibly Referenced Tables/Views