← Shopware 5.7.2

Shopware 5.7.2 s_core_snippets

Text snippets (translations) — key-value pairs per shop and locale for storefront/email texts.

Columns

9 columns

Column Type Nullable Additional
id int(11) unsigned NO Primary Key, auto_increment
namespace varchar(255) NO Index
shopID int(11) unsigned NO
localeID int(11) unsigned NO
name varchar(255) NO
value mediumtext NO
created datetime NO
updated datetime NO
dirty int(1) YES Default: 0

Indexes

2 indexes

Index Name Columns Unique
namespace namespace,shopID,name,localeID Yes
PRIMARY id Yes