Skip to main content

registrationcodes

Each row represents a shareable code that grants access for a number of days with usage limits.

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.maxredemptions,
t.accessdays,
t.timesredeemed,
t.code,
t.label
from registrationcodes as t
limit 100