Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| elicitation_prompt_id | VARCHAR | 255 | null |
|
|
|||||||||
| prompt | VARCHAR | 255 | null |
|
|
|||||||||
| prompt_type_id | VARCHAR | 255 | null |
|
|
|||||||||
| origin_source_id | VARCHAR | 255 | null |
|
|
|||||||||
| language_id | VARCHAR | 255 | √ | null |
|
|
||||||||
| comment | TEXT | 65535 | √ | null |
|
|
||||||||
| description | 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 | elicitation_prompt_id |
| elicitation_prompts_language_id_foreign | Performance | Asc | language_id |
| elicitation_prompts_origin_source_id_foreign | Performance | Asc | origin_source_id |
| elicitation_prompts_prompt_type_id_foreign | Performance | Asc | prompt_type_id |

