redemptioncodes
Each row represents an individual redeemable code with redemption state and who redeemed it.
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.redeemedbyuserid,
t.redemptioncodegroupid,
t.redeemed,
t.redeemedat,
t.code
from redemptioncodes as t
limit 100