Shopware 6.7.7.1 import_export_profile
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| system_default | tinyint unsigned | NO | Default: 0 |
| source_entity | varchar(255) | NO | |
| file_type | varchar(255) | NO | |
| delimiter | varchar(255) | YES | |
| enclosure | varchar(255) | YES | |
| type | varchar(255) | NO | Default: import-export |
| mapping | longtext | YES | |
| update_by | json | YES | |
| created_at | datetime(3) | NO | |
| updated_at | datetime(3) | YES | |
| config | json | YES | |
| technical_name | varchar(255) | NO | Unique |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
| uniq.import_export_profile.technical_name | technical_name | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | import_export_log | profile_id |
| id | import_export_profile_translation | import_export_profile_id |
