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 `inventory_geoname` (\n  `entity_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'entity id',\n  `country_code` varchar(64) NOT NULL,\n  `postcode` varchar(64) NOT NULL,\n  `city` varchar(180) NOT NULL,\n  `region` varchar(100) NOT NULL,\n  `province` varchar(64) NOT NULL,\n  `latitude` double NOT NULL,\n  `longitude` double NOT NULL,\n  PRIMARY KEY (`entity_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3"