Columns
| Column | Type | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|
| survey_id | int8 |
|
|
The unique ID of the survey, E.g.: |
||||||
| survey_name | varchar |
|
|
The name of the survey. E.g.: |
||||||
| created_at | timestamp |
|
|
The date and time the survey was created (in UTC), E.g.: 2021-03-17 22:59:01.116801. |
||||||
| updated_at | timestamp |
|
|
The date and time the survey was last updated (in UTC), E.g.: |
||||||
| archived_at | timestamp |
|
|
The date and time the survey was archived (in UTC), E.g.: |
||||||
| recurrence_limit | int4 |
|
|
The recurrence limit for the survey, from |
||||||
| recurrence_interval | int4 |
|
|
The recurrence interval for the survey, from |
||||||
| recurrence_frequency | varchar |
|
|
The recurrence frequency for the survey, One of: |
||||||
| total_questions | int8 |
|
|
The total number of questions in the survey, E.g.: |
||||||
| total_survey_requests | int8 |
|
|
The total number of survey requests that were sent, E.g.: |
||||||
| total_survey_request_respondents | int8 |
|
|
The total number of respondents to the survey, E.g.: |
||||||
| company_id | int8 |
|
|
The company ID, E.g.: |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| fct_surveys_pkey | Primary key | Asc | survey_id |
| fct_surveys_company_id_idx | Performance | Asc | company_id |