a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863060;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `magento_operation` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Operation ID',\n  `operation_key` int(10) 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 DEFAULT NULL COMMENT 'Data (serialized) required to perform an operation',\n  `result_serialized_data` blob DEFAULT NULL COMMENT 'Result data (serialized) after perform an operation',\n  `status` smallint(6) DEFAULT 0 COMMENT 'Operation status (OPEN | COMPLETE | RETRIABLY_FAILED | NOT_RETRIABLY_FAILED)',\n  `error_code` smallint(6) 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  `started_at` timestamp NULL DEFAULT NULL COMMENT 'Datetime the operation started processing',\n  PRIMARY KEY (`id`),\n  KEY `MAGENTO_OPERATION_BULK_UUID_ERROR_CODE` (`bulk_uuid`,`error_code`),\n  KEY `MAGENTO_OPERATION_STATUS_STARTED_AT` (`status`,`started_at`),\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=66636 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Operation entity'"