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_catalogpermissions_index_product` (\n  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Id',\n  `store_id` smallint(5) unsigned NOT NULL COMMENT 'Store Id',\n  `customer_group_id` int(10) unsigned NOT NULL,\n  `grant_catalog_category_view` smallint(6) DEFAULT NULL COMMENT 'Grant Catalog Category View',\n  `grant_catalog_product_price` smallint(6) DEFAULT NULL COMMENT 'Grant Catalog Product Price',\n  `grant_checkout_items` smallint(6) DEFAULT NULL COMMENT 'Grant Checkout Items',\n  `index_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Index Id',\n  PRIMARY KEY (`index_id`),\n  UNIQUE KEY `MAGENTO_CATPERMISSIONS_IDX_PRD_PRD_ID_STORE_ID_CSTR_GROUP_ID` (`product_id`,`store_id`,`customer_group_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Enterprise Catalogpermissions Index Product'"