a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863064;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `reporting_counts` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `type` varchar(255) DEFAULT NULL COMMENT 'Item Reported',\n  `count` int(10) unsigned DEFAULT NULL COMMENT 'Count Value',\n  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Updated At',\n  PRIMARY KEY (`entity_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Reporting for all count related events generated via the cron job'"