Skip to main content

Table

companies

Each row represents a tenant site with subdomain, branding names, organization link, and status.

statusgroupRedshift
All tables

companies

Each row represents a tenant site with subdomain, branding names, organization link, and status.

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)
namevarchar(255)
customhostvarchar(255)
subdomainvarchar(255)
organizationidvarchar(36)
updatedattimestamp
rdbgroupvarchar(255)
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.customhost,
  t.subdomain,
  t.organizationid,
  t.copyrightname
from companies as t
limit 100