Columns
| Column | Type | Children | Parents | Comments |
|---|---|---|---|---|
| id | int8 |
|
|
|
| survey_question_id | int8 |
|
|
|
| label | varchar |
|
|
|
| value | int8 |
|
|
|
| order | int8 |
|
|
|
| exceptional | bool |
|
|
|
| company_id | int8 |
|
|
The owning tenant’s ID. @example 1. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| edge_survey_question_options_pkey | Primary key | Asc | id |
| idx_edge_survey_question_options_company_id | Performance | Asc | company_id |
| idx_edge_survey_question_options_survey_question_id | Performance | Asc | survey_question_id |