Table
pickablegroups
Each row represents a curated pick list of selectable items with naming and SKU.
statusgroupRedshift
All tables
pickablegroups
Each row represents a curated pick list of selectable items with naming and SKU.
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) |
name | varchar(255) |
sku | varchar(255) |
slug | varchar(255) |
createdat | timestamp |
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.
Sample query
select
t.name,
t.sku,
t.slug
from pickablegroups as t
limit 100