a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060676;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `magento_operation` (\n  `id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Operation ID',\n  `operation_key` int unsigned DEFAULT NULL COMMENT 'Operation Key',\n  `bulk_uuid` varbinary(39) DEFAULT NULL COMMENT 'Related Bulk UUID',\n  `topic_name` varchar(255) DEFAULT NULL COMMENT 'Name of the related message queue topic',\n  `serialized_data` blob COMMENT 'Data (serialized) required to perform an operation',\n  `result_serialized_data` blob COMMENT 'Result data (serialized) after perform an operation',\n  `status` smallint DEFAULT '0' COMMENT 'Operation status (OPEN | COMPLETE | RETRIABLY_FAILED | NOT_RETRIABLY_FAILED)',\n  `error_code` smallint DEFAULT NULL COMMENT 'Code of the error that appeared during operation execution (used to aggregate related failed operations)',\n  `result_message` varchar(255) DEFAULT NULL COMMENT 'Operation result message',\n  PRIMARY KEY (`id`),\n  KEY `MAGENTO_OPERATION_BULK_UUID_ERROR_CODE` (`bulk_uuid`,`error_code`),\n  CONSTRAINT `MAGENTO_OPERATION_BULK_UUID_MAGENTO_BULK_UUID` FOREIGN KEY (`bulk_uuid`) REFERENCES `magento_bulk` (`uuid`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=1238 DEFAULT CHARSET=utf8mb3 COMMENT='Operation entity'"