SWDB
← Versions / 6.5.2.1 /

customer_group_translation

Fields (10)

Name Type Null Key Default Extra
customer_group_id binary(16) NO PRI NULL
language_id binary(16) NO PRI NULL
name varchar(255) YES NULL
custom_fields json YES NULL
registration_title varchar(255) YES NULL
registration_introduction longtext YES NULL
registration_only_company_registration tinyint(1) YES NULL
registration_seo_meta_description longtext YES NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL

Indexes (2)

Name Columns Unique
fk.customer_group_translation.language_id language_id No
PRIMARY customer_group_id,language_id Yes

Relations From (2)

customer_group_id customer_group . id
language_id language . id