Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| inflected_form_variant_id | VARCHAR | 255 | null |
|
|
||||||
| inflected_form_variant | VARCHAR | 255 | null |
|
|
||||||
| adapted_inflected_form_variant | VARCHAR | 255 | null |
|
|
||||||
| inflected_form_id | VARCHAR | 255 | null |
|
|
||||||
| location_id | VARCHAR | 255 | null |
|
|
||||||
| source_id | VARCHAR | 255 | null |
|
|
||||||
| speaker_id | VARCHAR | 255 | √ | null |
|
|
|||||
| year | INT | 10 | √ | null |
|
|
|||||
| certainty_id | VARCHAR | 255 | √ | 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 | inflected_form_variant_id |
| inflected_form_variants_certainty_id_foreign | Performance | Asc | certainty_id |
| inflected_form_variants_inflected_form_id_foreign | Performance | Asc | inflected_form_id |
| inflected_form_variants_location_id_foreign | Performance | Asc | location_id |
| inflected_form_variants_source_id_foreign | Performance | Asc | source_id |
| inflected_form_variants_speaker_id_foreign | Performance | Asc | speaker_id |

