Table
licenses
Each row represents a named license package under a client, optionally parented to another license.
statusgroupRedshift
All tables
licenses
Each row represents a named license package under a client, optionally parented to another license.
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) |
clientid | varchar(36) |
id | varchar(36) |
name | varchar(255) |
updatedat | timestamp |
parentlicense | varchar(36) |
statusgroup | varchar(256) |
statusgroupupdatedat | 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.clientid,
t.name,
t.parentlicense
from licenses as t
limit 100