Fields (8)
| Name | Type | Null | Key | Default | Extra |
|---|---|---|---|---|---|
| id | binary(16) | NO | PRI | NULL | |
| name | varchar(50) | NO | NULL | ||
| parent_id | binary(16) | YES | MUL | NULL | |
| locale_id | binary(16) | NO | MUL | NULL | |
| translation_code_id | binary(16) | YES | UNI | NULL | |
| custom_fields | longtext | YES | NULL | ||
| created_at | datetime(3) | NO | NULL | ||
| updated_at | datetime(3) | YES | NULL |
Indexes (6)
| Name | Columns | Unique |
|---|---|---|
| fk.language.locale_id | locale_id | No |
| fk.language.parent_id | parent_id | No |
| idx.language.language_id_parent_language_id | id,parent_id | No |
| idx.language.translation_code_id | translation_code_id | No |
| PRIMARY | id | Yes |
| uniq.translation_code_id | translation_code_id | Yes |