Table
userbundles
Each row represents a bundle a user has purchased or been granted.
statusgroupRedshift
All tables
userbundles
Each row represents a bundle a user has purchased or been granted.
Full schema
View all columns and table relationships (SchemaSpy)Status group
Yes, this table includes a statusgroup column. See Status Group for details.
Column details
| Column | Type |
|---|---|
companyid | varchar(36) |
id | varchar(36) |
userid | varchar(36) |
bundleid | varchar(36) |
updatedat | timestamp |
statusgroup | varchar(256) |
statusgroupupdatedat | timestamp |
Column names and types come from the Redshift analytics schema. SchemaSpy is authoritative for nullability, defaults, keys, and relationships.
Platform Documentation
Sample query
select
t.userid,
t.bundleid
from userbundles as t
limit 100