Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
id | uuid | 2147483647 | null |
|
|
Unique Identifier of the Onboarding Survey Response |
||||
companyId | uuid | 2147483647 | null |
|
|
The ID of the learning site |
||||
userId | uuid | 2147483647 | null |
|
|
The ID of the User associated with the Onboarding Survey Response |
||||
onboardingSurveyId | uuid | 2147483647 | null |
|
|
The ID of the Onboarding Survey associated with the Onboarding Survey Response |
||||
question | varchar | 2048 | √ | null |
|
|
The question of the Onboarding Survey Response |
|||
answer | varchar | 2048 | √ | null |
|
|
The answer of the Onboarding Survey Response |
|||
createdAt | timestamp | 29,6 | √ | null |
|
|
The date and time the Onboarding Survey Response was created |
Table contained 0 rows
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
onboardingSurveyResponses_pkey | Primary key | Asc | id |
onboardingSurveyResponses_onboardingSurveyId_idx | Performance | Asc | onboardingSurveyId |
onboardingSurveyResponses_userId_idx | Performance | Asc | userId |