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_bulk` (\n  `id` int 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 unsigned DEFAULT NULL COMMENT 'ID of the WebAPI user that performed an action',\n  `user_type` int DEFAULT NULL COMMENT 'Which type of user',\n  `description` varchar(255) DEFAULT NULL COMMENT 'Bulk Description',\n  `operation_count` int 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=1238 DEFAULT CHARSET=utf8mb3 COMMENT='Bulk entity that represents set of related asynchronous operations'"