SWDB
← Versions / 6.5.8.17 /

app_translation

Fields (8)

Name Type Null Key Default Extra
app_id binary(16) NO PRI NULL
language_id binary(16) NO PRI NULL
label varchar(255) YES NULL
description longtext YES NULL
privacy_policy_extensions mediumtext YES NULL
custom_fields json YES NULL
created_at datetime(3) NO NULL
updated_at datetime(3) YES NULL

Indexes (3)

Name Columns Unique
fk.app_translation.app_id app_id No
fk.app_translation.language_id language_id No
PRIMARY app_id,language_id Yes

Relations From (2)

app_id app . id
language_id language . id