a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863056;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `directory_country_format` (\n  `country_format_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Country Format ID',\n  `country_id` varchar(2) DEFAULT NULL COMMENT 'Country ID in ISO-2',\n  `type` varchar(30) DEFAULT NULL COMMENT 'Country Format Type',\n  `format` text NOT NULL COMMENT 'Country Format',\n  PRIMARY KEY (`country_format_id`),\n  UNIQUE KEY `DIRECTORY_COUNTRY_FORMAT_COUNTRY_ID_TYPE` (`country_id`,`type`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Directory Country Format'"