MageSmith

⚙️ Magento_AsynchronousOperations · engine innodb

magento_bulk

Bulk entity that represents set of related asynchronous operations

Neighbourhood (1-hop foreign-key graph — showing 2 of 2)

flowchart LR
  c["magento_bulk"]:::center
  n0["magento_acknowledged_bulk"]
  click n0 "/schema/table/magento_acknowledged_bulk"
  c -- bulk_uuid --> n0
  n1["magento_operation"]
  click n1 "/schema/table/magento_operation"
  c -- bulk_uuid --> n1
  click c "/schema/table/magento_bulk"
  classDef center fill:#eef2ff,stroke:#6366f1,color:#3730a3,stroke-width:1.5px

Click a node to jump to that table.

Columns (7)

NameTypeNullDefaultComment
id PKint unsignednoBulk Internal ID (must not be exposed)
uuid varbinary(39) yesBulk UUID (can be exposed to reference bulk entity)
user_id int unsignedyesID of the WebAPI user that performed an action
user_type int yesWhich type of user
description varchar(255) yesBulk Description
operation_count int unsignednoTotal number of operations scheduled within this bulk
start_time timestamp noCURRENT_TIMESTAMPBulk start time

Keys & indexes

Primary key: id

Unique

  • MAGENTO_BULK_UUID (uuid)

Indexes

  • MAGENTO_BULK_USER_ID_ADMIN_USER_USER_ID (user_id) btree
  • MAGENTO_BULK_START_TIME (start_time) btree

Referenced by (2)