🔌 Magento_ImportExport · engine innodb
import_history
Import history table
Columns (7)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| history_id PK | int unsigned | no | History record ID | |
| started_at | timestamp | no | CURRENT_TIMESTAMP | Started at |
| user_id | int unsigned | no | 0 | User ID |
| imported_file | varchar(255) | yes | Imported file | |
| execution_time | varchar(255) | yes | Execution time | |
| summary | varchar(255) | yes | Summary | |
| error_file | varchar(255) | no | Imported file with errors |
Keys & indexes
Primary key: history_id