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_banner_content` (\n  `banner_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Banner Id',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Store Id',\n  `banner_content` mediumtext DEFAULT NULL COMMENT 'Banner Content',\n  PRIMARY KEY (`banner_id`,`store_id`),\n  KEY `MAGENTO_BANNER_CONTENT_STORE_ID` (`store_id`),\n  CONSTRAINT `MAGENTO_BANNER_CONTENT_BANNER_ID_MAGENTO_BANNER_BANNER_ID` FOREIGN KEY (`banner_id`) REFERENCES `magento_banner` (`banner_id`) ON DELETE CASCADE,\n  CONSTRAINT `MAGENTO_BANNER_CONTENT_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Enterprise Banner Content'"