Shopware 6.7.7.1 import_export_profile_translation
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| import_export_profile_id | binary(16) | NO | Primary Key Foreign Key → import_export_profile.id |
| language_id | binary(16) | NO | Primary Key Foreign Key → language.id |
| label | varchar(255) | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| fk.import_export_profile_translation.language_id | language_id | No |
| PRIMARY | import_export_profile_id,language_id | Yes |
Relations (from this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| import_export_profile_id | import_export_profile | id |
| language_id | language | id |
