Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
|---|---|---|---|---|---|---|---|---|---|---|
| id | BIGINT | 19 | √ | null |  |  | ||||
| questionid | BIGINT | 19 | 0 |  | 
 | ID of question with dependency. | ||||
| surveyid | BIGINT | 19 | null |  | 
 | ID of survey question contained in. | ||||
| dependquestionid | BIGINT | 19 | 0 |  |  | ID of question dependent on. | ||||
| dependchoiceid | BIGINT | 19 | 0 |  |  | ID of question choice dependent on. | ||||
| dependlogic | TINYINT | 3 | 0 |  |  | |||||
| dependandor | VARCHAR | 4 |  |  | Mandatory or obligatory dependency | 
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| PRIMARY | Primary key | Asc | id | 
| quesdepe_que2_ix | Performance | Asc | questionid | 
| quesdepe_sur2_ix | Performance | Asc | surveyid | 



