SWDB
← Versions / 6.5.8.18 /

product_translation

Fields (15)

Name Type Null Key Default Extra
product_id binary(16) NO PRI NULL
product_version_id binary(16) NO PRI NULL
language_id binary(16) NO PRI NULL
meta_description varchar(255) YES NULL
name varchar(255) YES NULL
keywords mediumtext YES NULL
description mediumtext YES NULL
meta_title varchar(255) YES NULL
pack_unit varchar(255) YES NULL
custom_fields json YES NULL
slot_config json YES NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL
pack_unit_plural varchar(255) YES NULL
custom_search_keywords json YES NULL

Indexes (2)

Name Columns Unique
fk.product_translation.language_id language_id No
PRIMARY product_id,product_version_id,language_id Yes

Relations From (3)

language_id language . id
product_id product . id
product_version_id product . version_id