Skip to main content

Table

discountgroups

Each row represents a named group used to organize discounts or promotions.

statusgroupRedshift
All tables

discountgroups

Each row represents a named group used to organize discounts or promotions.

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)
namevarchar(255)
skuvarchar(255)
slugvarchar(255)
createdattimestamp
updatedattimestamp
statusgroupvarchar(256)
statusgroupupdatedattimestamp

Column names and types come from the Redshift analytics schema. SchemaSpy is authoritative for nullability, defaults, keys, and relationships.

Sample query

select
  t.name,
  t.sku,
  t.slug
from discountgroups as t
limit 100