a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060676;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `mageplaza_blog_post_product` (\n  `post_id` int unsigned NOT NULL COMMENT 'Post ID',\n  `entity_id` int unsigned NOT NULL COMMENT 'Entity ID',\n  `position` int NOT NULL DEFAULT '0' COMMENT 'Position',\n  PRIMARY KEY (`post_id`,`entity_id`),\n  UNIQUE KEY `MAGEPLAZA_BLOG_POST_PRODUCT_POST_ID_ENTITY_ID` (`post_id`,`entity_id`),\n  KEY `MAGEPLAZA_BLOG_POST_PRODUCT_POST_ID` (`post_id`),\n  KEY `MAGEPLAZA_BLOG_POST_PRODUCT_ENTITY_ID` (`entity_id`),\n  CONSTRAINT `MAGEPLAZA_BLOG_POST_PRD_ENTT_ID_CAT_PRD_ENTT_ENTT_ID` FOREIGN KEY (`entity_id`) REFERENCES `catalog_product_entity` (`entity_id`) ON DELETE CASCADE,\n  CONSTRAINT `MAGEPLAZA_BLOG_POST_PRODUCT_POST_ID_MAGEPLAZA_BLOG_POST_POST_ID` FOREIGN KEY (`post_id`) REFERENCES `mageplaza_blog_post` (`post_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COMMENT='Post To Product Link Table'"