Skip to main content

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

ColumnType
companyidvarchar(36)
idvarchar(36)
deletedbool
includeondashboardbool
includeontranscriptbool
iconvarchar(255)
labelvarchar(255)
plurallabelvarchar(255)
updatedattimestamp

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