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_source` (\n  `source_code` varchar(255) NOT NULL,\n  `name` varchar(255) NOT NULL,\n  `enabled` smallint unsigned NOT NULL DEFAULT '1',\n  `description` text,\n  `latitude` decimal(8,6) DEFAULT NULL,\n  `longitude` decimal(9,6) DEFAULT NULL,\n  `country_id` varchar(2) NOT NULL,\n  `region_id` int unsigned DEFAULT NULL,\n  `region` varchar(255) DEFAULT NULL,\n  `city` varchar(255) DEFAULT NULL,\n  `street` varchar(255) DEFAULT NULL,\n  `postcode` varchar(255) NOT NULL,\n  `contact_name` varchar(255) DEFAULT NULL,\n  `email` varchar(255) DEFAULT NULL,\n  `phone` varchar(255) DEFAULT NULL,\n  `fax` varchar(255) DEFAULT NULL,\n  `use_default_carrier_config` smallint unsigned NOT NULL DEFAULT '1',\n  `is_pickup_location_active` tinyint(1) NOT NULL DEFAULT '0',\n  `frontend_name` varchar(255) DEFAULT '',\n  `frontend_description` text,\n  PRIMARY KEY (`source_code`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3"