a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863058;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `inventory_source` (\n  `source_code` varchar(255) NOT NULL,\n  `name` varchar(255) NOT NULL,\n  `enabled` smallint(5) unsigned NOT NULL DEFAULT 1,\n  `description` text DEFAULT NULL,\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(10) 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(5) 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 DEFAULT NULL,\n  PRIMARY KEY (`source_code`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci"