📄 Magento_Translation · engine innodb
translation
Translations
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["translation"]:::center n0["store"] click n0 "/schema/table/store" n0 -- store_id --> c click c "/schema/table/translation" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (6)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| key_id PK | int unsigned | no | Key ID of Translation | |
| string | varchar(255) | no | Translate String | Translation String |
| store_id | smallint unsigned | no | 0 | Store ID |
| translate | varchar(255) | yes | Translate | |
| locale | varchar(20) | no | en_US | Locale |
| crc_string | bigint | no | 1591228201 | Translation String CRC32 Hash |
Keys & indexes
Primary key: key_id
Unique
- TRANSLATION_STORE_ID_LOCALE_CRC_STRING_STRING (store_id, locale, crc_string, string)
References (1)
- store_id → store .store_id (on delete CASCADE)