awards
Each row represents a credit or recognition granted to a user for completing an activity or interacting with a catalog item, including amount and resource context.
Full schema
View all columns and table relationships
Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Sample query
select
t.awardwhen,
t.userid,
t.awardamount,
t.clientid,
t.resourceid
from awards as t
limit 100