🔌 Magento_DataExporter · engine innodb
data_exporter_uuid
Data Export Items UUID References Table
Columns (4)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| uuid | varchar(36) | no | Entity UUID | |
| entity_id | int unsigned | no | Entity ID | |
| type | varchar(36) | no | Entity type | |
| created_at | timestamp | no | CURRENT_TIMESTAMP | Created At |
Keys & indexes
Primary key: uuid
Unique
- DATA_EXPORTER_ENTITY_ID_TYPE_UNIQUE (entity_id, type)