a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863053;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `catalog_product_index_website` (\n  `website_id` smallint(5) unsigned NOT NULL COMMENT 'Website ID',\n  `default_store_id` smallint(5) unsigned NOT NULL COMMENT 'Default store ID for website',\n  `website_date` date DEFAULT NULL COMMENT 'Website Date',\n  `rate` float DEFAULT 1 COMMENT 'Rate',\n  PRIMARY KEY (`website_id`),\n  KEY `CATALOG_PRODUCT_INDEX_WEBSITE_WEBSITE_DATE` (`website_date`),\n  CONSTRAINT `CAT_PRD_IDX_WS_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='Catalog Product Website Index Table'"