Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| response_id | VARCHAR | 255 | null |
|
|
|||||||||
| prompt_id | VARCHAR | 255 | null |
|
|
|||||||||
| location_id | VARCHAR | 255 | null |
|
|
|||||||||
| elicited_form | VARCHAR | 255 | null |
|
|
|||||||||
| entry_variant_id | VARCHAR | 255 | √ | null |
|
|
||||||||
| elicited_entry_id | VARCHAR | 255 | null |
|
|
|||||||||
| response_type | VARCHAR | 255 | √ | null |
|
|
||||||||
| speaker_id | VARCHAR | 255 | null |
|
|
|||||||||
| origin_source_id | VARCHAR | 255 | null |
|
|
|||||||||
| year | INT | 10 | √ | null |
|
|
||||||||
| certainty_id | VARCHAR | 255 | √ | null |
|
|
||||||||
| comment | TEXT | 65535 | √ | null |
|
|
||||||||
| created_at | TIMESTAMP | 19 | √ | null |
|
|
||||||||
| updated_at | TIMESTAMP | 19 | √ | null |
|
|
||||||||
| deleted_at | TIMESTAMP | 19 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PRIMARY | Primary key | Asc | response_id |
| responses_certainty_id_foreign | Performance | Asc | certainty_id |
| responses_elicited_entry_id_foreign | Performance | Asc | elicited_entry_id |
| responses_location_id_foreign | Performance | Asc | location_id |
| responses_origin_source_id_foreign | Performance | Asc | origin_source_id |
| responses_prompt_id_foreign | Performance | Asc | prompt_id |
| responses_speaker_id_foreign | Performance | Asc | speaker_id |

