Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Onboarding Survey |
||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
clientId | uuid | 2147483647 | √ | null |
|
|
The ID of the Client associated with the Onboarding Survey |
|||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Onboarding Survey was created |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
onboardingSurveys_pkey | Primary key | Asc | id |
onboardingSurveys_clientId_idx | Performance | Asc | clientId |