Shopware 6.7.7.1 import_export_file
Columns
| Column | Type | Nullable | Additional |
|---|---|---|---|
| id | binary(16) | NO | Primary Key |
| original_name | varchar(255) | NO | |
| path | varchar(255) | NO | |
| expire_date | datetime(3) | NO | |
| size | int | YES | |
| updated_at | datetime(3) | YES | |
| created_at | datetime(3) | NO | |
| access_token | varchar(255) | YES |
Indexes
| Index Name | Columns | Unique |
|---|---|---|
| PRIMARY | id | Yes |
Relations (to this table)
| Local Field | Foreign Table | Foreign Field |
|---|---|---|
| id | import_export_log | file_id |
