Skip to main content

Table

onboardingsurveys

Each row represents an onboarding survey instance scoped to a client.

statusgroupRedshift
All tables

onboardingsurveys

Each row represents an onboarding survey instance scoped to a client.

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)
clientidvarchar(36)
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.clientid
from onboardingsurveys as t
limit 100