a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863059;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `magento_bulk` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Bulk Internal ID (must not be exposed)',\n  `uuid` varbinary(39) DEFAULT NULL COMMENT 'Bulk UUID (can be exposed to reference bulk entity)',\n  `user_id` int(10) unsigned DEFAULT NULL COMMENT 'ID of the WebAPI user that performed an action',\n  `user_type` int(11) DEFAULT NULL COMMENT 'Which type of user',\n  `description` varchar(255) DEFAULT NULL COMMENT 'Bulk Description',\n  `operation_count` int(10) unsigned NOT NULL COMMENT 'Total number of operations scheduled within this bulk',\n  `start_time` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Bulk start time',\n  PRIMARY KEY (`id`),\n  UNIQUE KEY `MAGENTO_BULK_UUID` (`uuid`),\n  KEY `MAGENTO_BULK_USER_ID` (`user_id`),\n  KEY `MAGENTO_BULK_START_TIME` (`start_time`)\n) ENGINE=InnoDB AUTO_INCREMENT=3241695 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Bulk entity that represents set of related asynchronous operations'"