Table
bundles
Each row represents a sellable bundle product with title, identifiers, pricing, and lifecycle fields.
statusgroupRedshift
All tables
bundles
Each row represents a sellable bundle product with title, identifiers, pricing, and lifecycle fields.
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) |
deleted | bool |
includeondashboard | bool |
includeontranscript | bool |
icon | varchar(255) |
label | varchar(255) |
plurallabel | varchar(255) |
updatedat | 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.sku,
t.title,
t.slug,
t.priceincents,
t.annualpriceincents
from bundles as t
limit 100