← Shopware 6.7.7.1

Shopware 6.7.7.1 currency_translation

Columns

7 columns

Column Type Nullable Additional
currency_id binary(16) NO Primary Key Foreign Key → currency.id
language_id binary(16) NO Primary Key Foreign Key → language.id
short_name varchar(255) YES
name varchar(255) YES
custom_fields json YES
created_at datetime(3) NO
updated_at datetime(3) YES

Indexes

2 indexes

Index Name Columns Unique
fk.currency_translation.language_id language_id No
PRIMARY currency_id,language_id Yes

Relations (from this table)

2 relations

Local Field Foreign Table Foreign Field
currency_id currency id
language_id language id