← Shopware 5.7.2

Shopware 5.7.2 s_core_translations

Generic translation storage for various entities (object type + object key + language → data).

Columns

6 columns

Column Type Nullable Additional
id int(11) NO Primary Key, auto_increment
objecttype varchar(255) NO Index
objectdata longtext NO
objectkey int(11) unsigned NO
objectlanguage varchar(255) NO
dirty int(1) YES

Indexes

2 indexes

Index Name Columns Unique
objecttype objecttype,objectkey,objectlanguage Yes
PRIMARY id Yes