Skip to main content

Table

discountgrouptags

Each row links a tag to a discount group for segmentation.

statusgroupRedshift
All tables

discountgrouptags

Each row links a tag to a discount group for segmentation.

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
idvarchar(36)
companyidvarchar(36)
discountgroupidvarchar(36)
tagidvarchar(36)
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.discountgroupid,
  t.tagid
from discountgrouptags as t
limit 100