MageSmith

📄 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)

NameTypeNullDefaultComment
key_id PKint unsignednoKey ID of Translation
string varchar(255) noTranslate StringTranslation String
store_id smallint unsignedno0Store ID
translate varchar(255) yesTranslate
locale varchar(20) noen_USLocale
crc_string bigint no1591228201Translation 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)