a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060675;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `catalog_category_product` (\n  `entity_id` int NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `category_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Category ID',\n  `product_id` int unsigned NOT NULL DEFAULT '0' COMMENT 'Product ID',\n  `position` int NOT NULL DEFAULT '0' COMMENT 'Position',\n  PRIMARY KEY (`entity_id`,`category_id`,`product_id`),\n  UNIQUE KEY `CATALOG_CATEGORY_PRODUCT_CATEGORY_ID_PRODUCT_ID` (`category_id`,`product_id`),\n  KEY `CATALOG_CATEGORY_PRODUCT_PRODUCT_ID` (`product_id`),\n  CONSTRAINT `CAT_CTGR_PRD_CTGR_ID_CAT_CTGR_ENTT_ENTT_ID` FOREIGN KEY (`category_id`) REFERENCES `catalog_category_entity` (`entity_id`) ON DELETE CASCADE,\n  CONSTRAINT `CAT_CTGR_PRD_PRD_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`product_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=5886 DEFAULT CHARSET=utf8mb3 COMMENT='Catalog Product To Category Linkage Table'"