a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863054;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `catalog_product_super_style_index` (\n  `super_style_id` varchar(255) NOT NULL COMMENT 'Super Style ID',\n  `product_id` int(10) unsigned NOT NULL COMMENT 'Product Entity ID',\n  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',\n  PRIMARY KEY (`super_style_id`,`product_id`,`website_id`),\n  KEY `CAT_PRD_SPR_STYLE_IDX_WS_ID_STORE_WS_WS_ID` (`website_id`),\n  KEY `CATALOG_PRODUCT_SUPER_STYLE_INDEX_SUPER_STYLE_ID` (`super_style_id`),\n  KEY `CATALOG_PRODUCT_SUPER_STYLE_INDEX_SUPER_STYLE_ID_WEBSITE_ID` (`super_style_id`,`website_id`),\n  KEY `CATALOG_PRODUCT_SUPER_STYLE_INDEX_PRODUCT_ID` (`product_id`),\n  CONSTRAINT `CAT_PRD_SPR_STYLE_IDX_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_PRD_SPR_STYLE_IDX_WS_ID_STORE_WS_WS_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Fast lookup index for super_style_id to product mapping'"