Columns
Column | Type | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|
survey_request_response_id | int8 |
|
|
The unique identifier for the survey request response, E.g.: |
|||
survey_id | int8 |
|
|
The ID of the survey containing this response, E.g.: |
|||
survey_question_id | int8 |
|
|
The ID of the survey question containing this response, E.g.: |
|||
survey_request_id | int8 |
|
|
The ID of the survey request containing this response, E.g.: |
|||
membership_id | int8 |
|
|
The ID of the membership for this response, E.g.: |
|||
numeric_value | int8 |
|
|
The numeric response provided for |
|||
selected_option | int8 |
|
|
If the question was |
|||
selected_options | text |
|
|
If the question was |
|||
selected_responses | text |
|
|
If the question was |
|||
respondent_role | varchar |
|
|
The role of the respondent. One of: |
|||
survey_completed_at | timestamp |
|
|
The date and time the survey was completed (in UTC), E.g.: |
|||
option_exceptional | bool |
|
|
If the selected option was set as exceptional. |
|||
company_id | int8 |
|
|
The company ID, E.g.: |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fct_survey_question_responses_pkey | Primary key | Asc | survey_request_response_id |
fct_survey_question_responses_company_id_idx | Performance | Asc | company_id |
fct_survey_question_responses_survey_id_idx | Performance | Asc | survey_id |