⚙️ Magento_AsynchronousOperations · engine innodb
magento_acknowledged_bulk
Bulk that was viewed by user from notification area
Neighbourhood (1-hop foreign-key graph — showing 1 of 1)
flowchart LR c["magento_acknowledged_bulk"]:::center n0["magento_bulk"] click n0 "/schema/table/magento_bulk" n0 -- bulk_uuid --> c click c "/schema/table/magento_acknowledged_bulk" classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px
Click a node to jump to that table.
Related tables (1)
Columns (2)
| Name | Type | Null | Default | Comment |
|---|---|---|---|---|
| id PK | int unsigned | no | Internal ID | |
| bulk_uuid | varbinary(39) | yes | Related Bulk UUID |
Keys & indexes
Primary key: id
Unique
- MAGENTO_ACKNOWLEDGED_BULK_BULK_UUID (bulk_uuid)
References (1)
- bulk_uuid → magento_bulk .uuid (on delete CASCADE)