⚝
One Hat Cyber Team
⚝
Your IP:
216.73.216.1
Server IP:
185.238.29.86
Server:
Linux server2 6.8.12-6-pve #1 SMP PREEMPT_DYNAMIC PMX 6.8.12-6 (2024-12-19T19:05Z) x86_64
Server Software:
nginx/1.18.0
PHP Version:
8.1.31
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
proc
/
thread-self
/
root
/
var
/
www
/
Edit File: toneraktuell.sql
-- phpMyAdmin SQL Dump -- version 5.2.1 -- https://www.phpmyadmin.net/ -- -- Anamakine: localhost -- Üretim Zamanı: 09 May 2023, 19:39:40 -- Sunucu sürümü: 8.0.32-0ubuntu0.20.04.2 -- PHP Sürümü: 8.1.17 SET SQL_MODE = "NO_AUTO_VALUE_ON_ZERO"; START TRANSACTION; SET time_zone = "+00:00"; /*!40101 SET @OLD_CHARACTER_SET_CLIENT=@@CHARACTER_SET_CLIENT */; /*!40101 SET @OLD_CHARACTER_SET_RESULTS=@@CHARACTER_SET_RESULTS */; /*!40101 SET @OLD_COLLATION_CONNECTION=@@COLLATION_CONNECTION */; /*!40101 SET NAMES utf8mb4 */; -- -- Veritabanı: `toneraktuell` -- -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `acl_role` -- CREATE TABLE `acl_role` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `privileges` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `deleted_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `acl_user_role` -- CREATE TABLE `acl_user_role` ( `user_id` binary(16) NOT NULL, `acl_role_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `admin_elasticsearch_index_task` -- CREATE TABLE `admin_elasticsearch_index_task` ( `id` binary(16) NOT NULL, `index` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `entity` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `doc_count` int NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app` -- CREATE TABLE `app` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `author` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `copyright` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `license` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `privacy` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `version` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `base_app_url` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `allow_disable` tinyint(1) NOT NULL DEFAULT '1', `configurable` tinyint(1) NOT NULL DEFAULT '0', `icon` mediumblob, `app_secret` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `modules` json DEFAULT NULL, `main_module` json DEFAULT NULL, `cookies` json DEFAULT NULL, `allowed_hosts` json DEFAULT NULL, `integration_id` binary(16) NOT NULL, `acl_role_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `template_load_priority` int DEFAULT '0' ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_action_button` -- CREATE TABLE `app_action_button` ( `id` binary(16) NOT NULL, `entity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `view` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `action` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `open_new_tab` tinyint(1) NOT NULL DEFAULT '0', `app_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_action_button_translation` -- CREATE TABLE `app_action_button_translation` ( `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `app_action_button_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_administration_snippet` -- CREATE TABLE `app_administration_snippet` ( `id` binary(16) NOT NULL, `app_id` binary(16) NOT NULL, `locale_id` binary(16) NOT NULL, `value` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_cms_block` -- CREATE TABLE `app_cms_block` ( `id` binary(16) NOT NULL, `app_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `block` json NOT NULL, `template` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `styles` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_cms_block_translation` -- CREATE TABLE `app_cms_block_translation` ( `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `app_cms_block_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_config` -- CREATE TABLE `app_config` ( `key` varchar(50) COLLATE utf8mb4_general_ci NOT NULL, `value` longtext COLLATE utf8mb4_general_ci NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -- Tablo döküm verisi `app_config` -- INSERT INTO `app_config` (`key`, `value`) VALUES ('cache-id', 'a3dfe60691fa4c1cb6fda7954e8dc8f1'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_flow_action` -- CREATE TABLE `app_flow_action` ( `id` binary(16) NOT NULL, `app_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `badge` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `delayable` tinyint(1) NOT NULL DEFAULT '0', `parameters` json DEFAULT NULL, `config` json DEFAULT NULL, `headers` json DEFAULT NULL, `requirements` json DEFAULT NULL, `icon` mediumblob, `sw_icon` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_flow_action_translation` -- CREATE TABLE `app_flow_action_translation` ( `app_flow_action_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `headline` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_payment_method` -- CREATE TABLE `app_payment_method` ( `id` binary(16) NOT NULL, `app_id` binary(16) DEFAULT NULL, `payment_method_id` binary(16) NOT NULL, `app_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `identifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `pay_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `finalize_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `validate_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `capture_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `refund_url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `original_media_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_script_condition` -- CREATE TABLE `app_script_condition` ( `id` binary(16) NOT NULL, `app_id` binary(16) NOT NULL, `identifier` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `group` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `script` longtext COLLATE utf8mb4_unicode_ci, `constraints` longblob, `config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_script_condition_translation` -- CREATE TABLE `app_script_condition_translation` ( `app_script_condition_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_template` -- CREATE TABLE `app_template` ( `id` binary(16) NOT NULL, `template` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `path` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL, `app_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `app_translation` -- CREATE TABLE `app_translation` ( `app_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `privacy_policy_extensions` mediumtext COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cart` -- CREATE TABLE `cart` ( `token` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `price` float NOT NULL, `line_item_count` varchar(42) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `currency_id` binary(16) NOT NULL, `shipping_method_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `customer_id` binary(16) DEFAULT NULL, `sales_channel_id` binary(16) NOT NULL, `rule_ids` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `auto_increment` bigint NOT NULL, `compressed` tinyint(1) NOT NULL DEFAULT '0', `payload` longblob ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `category` -- CREATE TABLE `category` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `auto_increment` int NOT NULL, `parent_id` binary(16) DEFAULT NULL, `parent_version_id` binary(16) DEFAULT NULL, `media_id` binary(16) DEFAULT NULL, `cms_page_id` binary(16) DEFAULT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `product_stream_id` binary(16) DEFAULT NULL, `product_assignment_type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'product', `path` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `after_category_id` binary(16) DEFAULT NULL, `after_category_version_id` binary(16) DEFAULT NULL, `level` int UNSIGNED NOT NULL DEFAULT '1', `active` tinyint(1) NOT NULL DEFAULT '1', `child_count` int UNSIGNED NOT NULL DEFAULT '0', `display_nested_products` tinyint UNSIGNED NOT NULL DEFAULT '1', `visible` tinyint UNSIGNED NOT NULL DEFAULT '1', `type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `category` -- INSERT INTO `category` (`id`, `version_id`, `auto_increment`, `parent_id`, `parent_version_id`, `media_id`, `cms_page_id`, `cms_page_version_id`, `product_stream_id`, `product_assignment_type`, `path`, `after_category_id`, `after_category_version_id`, `level`, `active`, `child_count`, `display_nested_products`, `visible`, `type`, `created_at`, `updated_at`) VALUES (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', '|c81bf59638ec4c258e9624ce2ecafe4b|77b959cf66de4c1590c7f9b7da3982f3|', NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 1, 0, 1, 1, 'page', '2023-05-09 15:04:57.407', NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 8, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', '|c81bf59638ec4c258e9624ce2ecafe4b|a515ae260223466f8e37471d279e6406|', 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 1, 0, 1, 1, 'page', '2023-05-09 15:04:57.412', NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 9, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', '|c81bf59638ec4c258e9624ce2ecafe4b|', 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 1, 0, 1, 1, 'page', '2023-05-09 15:04:57.413', NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 4, 0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', '|c81bf59638ec4c258e9624ce2ecafe4b|77b959cf66de4c1590c7f9b7da3982f3|', 0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 1, 0, 1, 1, 'page', '2023-05-09 15:04:57.408', NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', '|c81bf59638ec4c258e9624ce2ecafe4b|', NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 0, 3, 1, 1, 'page', '2023-05-09 15:04:57.406', NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 7, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', '|c81bf59638ec4c258e9624ce2ecafe4b|a515ae260223466f8e37471d279e6406|', NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 1, 0, 1, 1, 'page', '2023-05-09 15:04:57.411', NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 6, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', '|c81bf59638ec4c258e9624ce2ecafe4b|', 0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 1, 2, 1, 1, 'page', '2023-05-09 15:04:57.410', NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 5, 0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', '|c81bf59638ec4c258e9624ce2ecafe4b|77b959cf66de4c1590c7f9b7da3982f3|', 0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 1, 0, 1, 1, 'page', '2023-05-09 15:04:57.409', NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 'product', NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 1, 3, 1, 1, 'page', '2023-05-09 17:55:45.404', '2023-05-09 15:04:57.404'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `category_tag` -- CREATE TABLE `category_tag` ( `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `category_translation` -- CREATE TABLE `category_translation` ( `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `breadcrumb` json DEFAULT NULL, `internal_link` binary(16) DEFAULT NULL, `link_new_tab` tinyint DEFAULT NULL, `link_type` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `external_link` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `meta_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `slot_config` json DEFAULT NULL ) ; -- -- Tablo döküm verisi `category_translation` -- INSERT INTO `category_translation` (`category_id`, `category_version_id`, `language_id`, `name`, `breadcrumb`, `internal_link`, `link_new_tab`, `link_type`, `external_link`, `description`, `meta_title`, `meta_description`, `keywords`, `custom_fields`, `created_at`, `updated_at`, `slot_config`) VALUES (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Backwaren', '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.407', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bakery products', '{\"19ca405790ff4f07aac8c599d4317868\": \"Bakery products\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Food\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.407', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x19ca405790ff4f07aac8c599d4317868, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"19ca405790ff4f07aac8c599d4317868\": \"Backwaren\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Herren', '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.413', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Men', '{\"2185182cbbd4462ea844abeb2a438b33\": \"Men\", \"a515ae260223466f8e37471d279e6406\": \"Clothing\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.413', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"2185182cbbd4462ea844abeb2a438b33\": \"Herren\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Freizeit & Elektro', '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.414', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Free time & electronics', '{\"251448b91bc742de85643f5fccd89051\": \"Free time & electronics\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.414', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"251448b91bc742de85643f5fccd89051\": \"Freizeit & Elektro\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fisch', '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.408', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Fish', '{\"48f97f432fd041388b2630184139cf0e\": \"Fish\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Food\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.408', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x48f97f432fd041388b2630184139cf0e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"48f97f432fd041388b2630184139cf0e\": \"Fisch\", \"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lebensmittel', '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.406', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL); INSERT INTO `category_translation` (`category_id`, `category_version_id`, `language_id`, `name`, `breadcrumb`, `internal_link`, `link_new_tab`, `link_type`, `external_link`, `description`, `meta_title`, `meta_description`, `keywords`, `custom_fields`, `created_at`, `updated_at`, `slot_config`) VALUES (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Food', '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Food\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.406', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Damen', '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.411', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Women', '{\"8de9b484c54f441c894774e5f57e485c\": \"Women\", \"a515ae260223466f8e37471d279e6406\": \"Clothing\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.412', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"8de9b484c54f441c894774e5f57e485c\": \"Damen\", \"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bekleidung', '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.410', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Clothing', '{\"a515ae260223466f8e37471d279e6406\": \"Clothing\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.411', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"a515ae260223466f8e37471d279e6406\": \"Bekleidung\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Süßes', '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.409', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sweets', '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Food\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Sweets\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.409', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"77b959cf66de4c1590c7f9b7da3982f3\": \"Lebensmittel\", \"bb22b05bff9140f3808b1cff975b75eb\": \"Süßes\", \"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x10e0b70b06524d1398833c4ebd26c1cd, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1214340d445f40b89b6dc336a9a99f3f, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x219d800519bf46758381316ca122b4ed, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28c6223baa8d403ea46d7068ed4ac062, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2d3b71c59c1742ad87219aeb363ae5d1, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Katalog #1', '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:45.409', '2023-05-09 15:04:57.405', NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x3f6727f5e9c0495bb907ba545605b74d, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41496f154551401793b92066c4f5e5a9, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x558c2398f6de49599881d3234dc77278, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5912f2124d294b4da3286839b4731d1a, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x62f324eea61c459586ea55cfb24771cb, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x63e194f5a3024cf588e642200f18630e, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6469d569a19e4391b9a50216dcf23bc7, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6fe52a03fefe41d3a062d04ca88820e2, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8a1e2715f3d34c709fee81f624f8255d, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Catalogue #1', '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Catalogue #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:45.408', '2023-05-09 15:04:57.405', NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x90ba4edffdb54680806e40572cd4367d, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x9c796db0b2ec43dd80c4954bf80a884f, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa93d457c38014a36a02843d51c6099b7, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc4a4c6107ebe4034bb2f289b1c47cb00, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcab4fb429b584f7ba88a4f04751ce7d2, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcc0472d1d9c34045a8bf0b7d7f31e129, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xce7e28e02adb4a8dbd5572dc37d73ab2, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xcf55419217504cc1852ebf8daa8a586b, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xea12e12ecde04838942ce5b10591836f, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf2b5ef58262942c29e18acecb4f909a5, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf775e5a15ad7475abe5f9432904813a1, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL), (0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfc23fda2513d49aaaf080b950d14877f, NULL, '{\"c81bf59638ec4c258e9624ce2ecafe4b\": \"Katalog #1\"}', NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 00:00:00.000', NULL, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_block` -- CREATE TABLE `cms_block` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `cms_section_id` binary(16) DEFAULT NULL, `cms_section_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `position` int NOT NULL, `section_position` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT 'main', `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `margin_top` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `margin_bottom` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `margin_left` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `margin_right` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_color` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_media_id` binary(16) DEFAULT NULL, `background_media_mode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `visibility` json DEFAULT NULL, `css_class` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_block` -- INSERT INTO `cms_block` (`id`, `version_id`, `cms_section_id`, `cms_section_version_id`, `position`, `section_position`, `type`, `name`, `locked`, `margin_top`, `margin_bottom`, `margin_left`, `margin_right`, `background_color`, `background_media_id`, `background_media_mode`, `visibility`, `css_class`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x03bb97311f614403a7fee6ff9f4bc9cc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd4aa50d961ec4e5fa643b4e1353993c1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:52.273', NULL), (0x109965c527d54349a7f48e0924faac51, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7c7b1d56d0bc4849937f3ccc23cb7305, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'image-text', 'Category info', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:45.798', NULL), (0x14b5508ddf5c46b5af2bc2b165bb1053, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6b238ff619cf407e83b12834e3ce0f49, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'main', 'gallery-buybox', 'Gallery buy box', 1, '20px', '0', '0', '0', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:56:02.514', NULL), (0x1d25c3d790324fcc919530c702561af4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6b238ff619cf407e83b12834e3ce0f49, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 'main', 'cross-selling', 'Cross selling', 1, '0', '0', '0', '0', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:56:02.514', NULL), (0x215c4e5de1504f619f6d3abd3cbde3a8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x67a6cd47b0784233a449ba8b92aa0d32, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:52.281', NULL), (0x21ff7114f30544678da20e62e6ec3835, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x935477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'image-cover', NULL, 0, NULL, NULL, NULL, NULL, NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 15:04:57.370', NULL), (0x2bb7a3da990a41e283b1ef3cc547cb8f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xe10887cbde6841968e8c18a8d3062f4a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:52.246', NULL), (0x511563731fcc44afbbfe509869d2f2cf, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6b238ff619cf407e83b12834e3ce0f49, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'product-heading', 'Product heading', 1, '0', '20px', '0', '0', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:56:02.514', NULL), (0x528df4cde48d4147ac52b3ddbd351dd5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x776ad3ddbd37432f80545bb1397f6703, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'main', 'form', 'Newsletter form', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:51.202', NULL), (0x5fc0ab32c7a24148af60a886f859c2e4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd5c2410f4f7c4797b4ed367dd8d4771a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'sidebar', 'sidebar-filter', 'Sidebar filter', 1, NULL, NULL, NULL, NULL, NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:49.255', NULL), (0x65ee3f2c9d874773917c8d8a21d7e88a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd5c2410f4f7c4797b4ed367dd8d4771a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'main', 'product-listing', 'Category listing', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:49.256', NULL), (0x707ce641c4ed4b90828a905860bb9e7d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xfcfc6c678b4b43eb917bd16b6c1d28aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:52.265', NULL), (0x7aa8de22f3114cd1a3e7228442e4b546, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6b238ff619cf407e83b12834e3ce0f49, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'main', 'product-description-reviews', 'Product description and reviews', 1, '20px', '20px', '0', '0', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:56:02.514', NULL), (0x8e5b555d6a8a4cc1b6b4a231b4cb4421, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7c7b1d56d0bc4849937f3ccc23cb7305, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'main', 'product-listing', 'Category listing', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:45.798', NULL), (0xb7d624ba418c40e2a5b7bc6f8ebc3e2e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd5c2410f4f7c4797b4ed367dd8d4771a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'sidebar', 'category-navigation', 'Sidebar navigation', 1, NULL, '30px', NULL, NULL, NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:49.255', NULL), (0xc81b861708564564a7ef667018ebe220, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x50eee1bf144641148d113285e910cda9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'image-text', 'Category info', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:49.255', NULL), (0xd29fbef755254443a86ed2618dd6ad4c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x27d8ebbf41904c30a306a91c28b67f9c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'main', 'text', NULL, 0, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:52.254', NULL), (0xebcc75ca50c44c659ecdfa82548f8c56, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc46ef06191014598be143776be9762e0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'main', 'form', 'Contact form', 1, '20px', '20px', '20px', '20px', NULL, NULL, 'cover', NULL, NULL, NULL, '2023-05-09 17:55:51.194', NULL), (0xee42b8728b9249a0bd570db713c5e60a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7c7b1d56d0bc4849937f3ccc23cb7305, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'main', 'sidebar-filter', 'Filter', 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:49.246', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_page` -- CREATE TABLE `cms_page` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `entity` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `preview_media_id` binary(16) DEFAULT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `css_class` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_page` -- INSERT INTO `cms_page` (`id`, `version_id`, `type`, `entity`, `preview_media_id`, `locked`, `css_class`, `config`, `created_at`, `updated_at`) VALUES (0x1079c997837649c98090d4d871681051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-05-09 17:55:52.261', NULL), (0x16703ecb1ead4494a694933232739cdc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-05-09 17:55:52.251', NULL), (0x361bda35a8114587bc56c3c5aa433188, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-05-09 17:55:52.270', NULL), (0x5828503f00b541488db6b3137b55df20, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 1, NULL, NULL, '2023-05-09 17:55:51.189', NULL), (0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'landingpage', NULL, NULL, 0, NULL, NULL, '2023-05-09 15:04:57.371', NULL), (0x7a6d253a67204037966f42b0119704d5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product_detail', NULL, NULL, 1, NULL, NULL, '2023-05-09 17:56:02.507', NULL), (0x7eb1ce7b4b36460a96664a87faa2e499, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-05-09 17:55:52.242', NULL), (0x8848140d90dc4183976878ca1778c130, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 0, NULL, NULL, '2023-05-09 17:55:52.278', NULL), (0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product_list', NULL, NULL, 1, NULL, NULL, '2023-05-09 17:55:45.792', NULL), (0xd587917ef4f8464aab645bb984ddbc1f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product_list', NULL, NULL, 1, NULL, NULL, '2023-05-09 17:55:49.250', NULL), (0xf17eaeef59cb4e13995d56052f9f827e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'page', NULL, NULL, 1, NULL, NULL, '2023-05-09 17:55:51.198', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_page_translation` -- CREATE TABLE `cms_page_translation` ( `cms_page_id` binary(16) NOT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_page_translation` -- INSERT INTO `cms_page_translation` (`cms_page_id`, `cms_page_version_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1079c997837649c98090d4d871681051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Widerrufsbelehrungen', NULL, '2023-05-09 17:55:52.263', NULL), (0x1079c997837649c98090d4d871681051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Right of rescission', NULL, '2023-05-09 17:55:52.262', NULL), (0x16703ecb1ead4494a694933232739cdc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'AGB', NULL, '2023-05-09 17:55:52.253', NULL), (0x16703ecb1ead4494a694933232739cdc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Terms of service', NULL, '2023-05-09 17:55:52.252', NULL), (0x361bda35a8114587bc56c3c5aa433188, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Datenschutz', NULL, '2023-05-09 17:55:52.271', NULL), (0x361bda35a8114587bc56c3c5aa433188, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Privacy', NULL, '2023-05-09 17:55:52.271', NULL), (0x5828503f00b541488db6b3137b55df20, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Shopseiten-Layout mit Kontaktformular', NULL, '2023-05-09 17:55:51.189', NULL), (0x5828503f00b541488db6b3137b55df20, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default shop page layout with contact form', NULL, '2023-05-09 17:55:51.189', NULL), (0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Startseite', NULL, '2023-05-09 15:04:57.371', NULL), (0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Homepage', NULL, '2023-05-09 15:04:57.371', NULL), (0x7a6d253a67204037966f42b0119704d5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Produktseite-Layout', NULL, '2023-05-09 17:56:02.512', NULL), (0x7a6d253a67204037966f42b0119704d5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default product page Layout', NULL, '2023-05-09 17:56:02.511', NULL), (0x7eb1ce7b4b36460a96664a87faa2e499, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Versand und Zahlung', NULL, '2023-05-09 17:55:52.244', NULL), (0x7eb1ce7b4b36460a96664a87faa2e499, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Payment / Shipping', NULL, '2023-05-09 17:55:52.243', NULL), (0x8848140d90dc4183976878ca1778c130, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Impressum', NULL, '2023-05-09 17:55:52.279', NULL), (0x8848140d90dc4183976878ca1778c130, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Imprint', NULL, '2023-05-09 17:55:52.279', NULL), (0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Kategorie-Layout', NULL, '2023-05-09 17:55:45.792', NULL), (0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default listing layout', NULL, '2023-05-09 17:55:45.792', NULL), (0xd587917ef4f8464aab645bb984ddbc1f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Kategorie-Layout mit Sidebar', NULL, '2023-05-09 17:55:49.250', NULL), (0xd587917ef4f8464aab645bb984ddbc1f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default listing layout with sidebar', NULL, '2023-05-09 17:55:49.250', NULL), (0xf17eaeef59cb4e13995d56052f9f827e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard Shopseiten-Layout mit Newsletterformular', NULL, '2023-05-09 17:55:51.198', NULL), (0xf17eaeef59cb4e13995d56052f9f827e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default shop page layout with newsletter form', NULL, '2023-05-09 17:55:51.198', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_section` -- CREATE TABLE `cms_section` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `cms_page_id` binary(16) NOT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `position` int NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'default', `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `sizing_mode` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'boxed', `mobile_behavior` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'wrap', `background_color` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `background_media_id` binary(16) DEFAULT NULL, `background_media_mode` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `visibility` json DEFAULT NULL, `css_class` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_section` -- INSERT INTO `cms_section` (`id`, `version_id`, `cms_page_id`, `cms_page_version_id`, `position`, `type`, `name`, `locked`, `sizing_mode`, `mobile_behavior`, `background_color`, `background_media_id`, `background_media_mode`, `visibility`, `css_class`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x27d8ebbf41904c30a306a91c28b67f9c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x16703ecb1ead4494a694933232739cdc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:52.253', NULL), (0x50eee1bf144641148d113285e910cda9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd587917ef4f8464aab645bb984ddbc1f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:49.254', NULL), (0x67a6cd47b0784233a449ba8b92aa0d32, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8848140d90dc4183976878ca1778c130, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:52.281', NULL), (0x6b238ff619cf407e83b12834e3ce0f49, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7a6d253a67204037966f42b0119704d5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:56:02.512', NULL), (0x776ad3ddbd37432f80545bb1397f6703, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xf17eaeef59cb4e13995d56052f9f827e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:51.201', NULL), (0x7c7b1d56d0bc4849937f3ccc23cb7305, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa0632b709249448fab84d821d9234b60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:49.002', NULL), (0x935477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x695477e02ef643e5a016b83ed4cdf63a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:57.371', NULL), (0xc46ef06191014598be143776be9762e0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5828503f00b541488db6b3137b55df20, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:51.192', NULL), (0xd4aa50d961ec4e5fa643b4e1353993c1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x361bda35a8114587bc56c3c5aa433188, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:52.272', NULL), (0xd5c2410f4f7c4797b4ed367dd8d4771a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd587917ef4f8464aab645bb984ddbc1f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'sidebar', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:49.254', NULL), (0xe10887cbde6841968e8c18a8d3062f4a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7eb1ce7b4b36460a96664a87faa2e499, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:52.245', NULL), (0xfcfc6c678b4b43eb917bd16b6c1d28aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1079c997837649c98090d4d871681051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0, 'default', NULL, 0, 'boxed', 'wrap', NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:52.264', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_slot` -- CREATE TABLE `cms_slot` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `cms_block_id` binary(16) NOT NULL, `cms_block_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `slot` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `cms_slot` -- INSERT INTO `cms_slot` (`id`, `version_id`, `cms_block_id`, `cms_block_version_id`, `type`, `slot`, `locked`, `created_at`, `updated_at`) VALUES (0x03568c20dea34cd3908118f8a2b71e0b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x65ee3f2c9d874773917c8d8a21d7e88a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product-listing', 'content', 1, '2023-05-09 17:55:49.259', NULL), (0x07db9bd97def4a33abfadca3a9374450, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xd29fbef755254443a86ed2618dd6ad4c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-05-09 17:55:52.255', NULL), (0x12d5f027d5c74255876388978e246b85, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x03bb97311f614403a7fee6ff9f4bc9cc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-05-09 17:55:52.274', NULL), (0x15799dcdc09644018ea5da9a3e229436, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2bb7a3da990a41e283b1ef3cc547cb8f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-05-09 17:55:52.247', NULL), (0x23744303255e4037b9ba7afe0ce6174f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x14b5508ddf5c46b5af2bc2b165bb1053, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'buy-box', 'right', 1, '2023-05-09 17:56:02.518', NULL), (0x2e12045f6eb442f582049044fcd6b29c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x528df4cde48d4147ac52b3ddbd351dd5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'form', 'content', 1, '2023-05-09 17:55:51.203', NULL), (0x39a36bf5a1be4363bd3e3d2b286190ee, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e5b555d6a8a4cc1b6b4a231b4cb4421, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product-listing', 'content', 1, '2023-05-09 17:55:45.802', NULL), (0x3b448746d0de461ab0a1fe37e90c61b6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7aa8de22f3114cd1a3e7228442e4b546, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product-description-reviews', 'content', 1, '2023-05-09 17:56:02.518', NULL), (0x43df75b105d949429e7c30b3f3dfe615, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81b861708564564a7ef667018ebe220, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'right', 1, '2023-05-09 17:55:49.259', NULL), (0x47dc3851d7ae4eeb856d5f852a9b46f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x1d25c3d790324fcc919530c702561af4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'cross-selling', 'content', 1, '2023-05-09 17:56:02.518', NULL), (0x66492e94f9104f0daa8bc880b367cc18, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xb7d624ba418c40e2a5b7bc6f8ebc3e2e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'category-navigation', 'content', 1, '2023-05-09 17:55:49.259', NULL), (0x7e88eceda779489f8a4c4ef9d76dbe63, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x14b5508ddf5c46b5af2bc2b165bb1053, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'image-gallery', 'left', 1, '2023-05-09 17:56:02.518', NULL), (0x83ae5ae6f4164a1cb5dc433eed1d9f86, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x215c4e5de1504f619f6d3abd3cbde3a8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-05-09 17:55:52.282', NULL), (0x938749fa93fa49c2a24252f3259d1665, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x707ce641c4ed4b90828a905860bb9e7d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'content', 0, '2023-05-09 17:55:52.265', NULL), (0x97ffe04ca65e49709703c99b08125335, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xebcc75ca50c44c659ecdfa82548f8c56, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'form', 'content', 1, '2023-05-09 17:55:51.195', NULL), (0x9e2f55fac84647098fe5b0f17ee4786f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x21ff7114f30544678da20e62e6ec3835, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'image', 'image', 0, '2023-05-09 15:04:57.368', NULL), (0xabeb6ae23ab14f07be1f4886e047383e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xee42b8728b9249a0bd570db713c5e60a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'sidebar-filter', 'content', 1, '2023-05-09 17:55:49.247', NULL), (0xb5183e0808384c09bde039801d5036fe, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x511563731fcc44afbbfe509869d2f2cf, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product-name', 'left', 1, '2023-05-09 17:56:02.518', NULL), (0xb74b280461b8459ab3d196bd1303db7e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81b861708564564a7ef667018ebe220, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'image', 'left', 1, '2023-05-09 17:55:49.259', NULL), (0xbb0ecb7df3b54e8e8ff53aae630ee964, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x511563731fcc44afbbfe509869d2f2cf, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'manufacturer-logo', 'right', 1, '2023-05-09 17:56:02.518', NULL), (0xda76a0b0349c46678e05aa459174ac5d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5fc0ab32c7a24148af60a886f859c2e4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'sidebar-filter', 'content', 1, '2023-05-09 17:55:49.259', NULL), (0xde69754b8ccf454d956406009eea2b24, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x109965c527d54349a7f48e0924faac51, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'text', 'right', 1, '2023-05-09 17:55:45.802', NULL), (0xe9f5bc83c0ec4522ac923f3673411ee5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x109965c527d54349a7f48e0924faac51, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'image', 'left', 1, '2023-05-09 17:55:45.802', NULL), (0xfaee815dda8343f5aa4b1a6a4572a490, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5fc0ab32c7a24148af60a886f859c2e4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'sidebar-filter', 'content', 1, '2023-05-09 17:55:49.259', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `cms_slot_translation` -- CREATE TABLE `cms_slot_translation` ( `cms_slot_id` binary(16) NOT NULL, `cms_slot_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `config` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `cms_slot_translation` -- INSERT INTO `cms_slot_translation` (`cms_slot_id`, `cms_slot_version_id`, `language_id`, `config`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x07db9bd97def4a33abfadca3a9374450, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>AGB</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.259', NULL), (0x07db9bd97def4a33abfadca3a9374450, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"content\": {\"value\": \"<h2>Terms of service</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.257', NULL), (0x12d5f027d5c74255876388978e246b85, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>Datenschutz</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.275', NULL), (0x12d5f027d5c74255876388978e246b85, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"content\": {\"value\": \"<h2>Privacy</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.275', NULL), (0x15799dcdc09644018ea5da9a3e229436, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>Versand und Zahlung</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.249', NULL), (0x15799dcdc09644018ea5da9a3e229436, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"content\": {\"value\": \"<h2>Payment / Shipping</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.247', NULL), (0x23744303255e4037b9ba7afe0ce6174f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"alignment\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.538', NULL), (0x23744303255e4037b9ba7afe0ce6174f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"alignment\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.537', NULL), (0x2e12045f6eb442f582049044fcd6b29c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"type\": {\"value\": \"newsletter\", \"source\": \"static\"}, \"mailReceiver\": {\"value\": [], \"source\": \"static\"}, \"confirmationText\": {\"value\": \"\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:51.203', NULL), (0x2e12045f6eb442f582049044fcd6b29c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"type\": {\"value\": \"newsletter\", \"source\": \"static\"}, \"mailReceiver\": {\"value\": [], \"source\": \"static\"}, \"confirmationText\": {\"value\": \"\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:51.203', NULL), (0x39a36bf5a1be4363bd3e3d2b286190ee, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:45.802', NULL), (0x39a36bf5a1be4363bd3e3d2b286190ee, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:45.802', NULL), (0x3b448746d0de461ab0a1fe37e90c61b6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"alignment\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.541', NULL), (0x3b448746d0de461ab0a1fe37e90c61b6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"alignment\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.540', NULL), (0x43df75b105d949429e7c30b3f3dfe615, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}}', NULL, '2023-05-09 17:55:49.259', NULL), (0x43df75b105d949429e7c30b3f3dfe615, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}}', NULL, '2023-05-09 17:55:49.259', NULL), (0x47dc3851d7ae4eeb856d5f852a9b46f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}, \"elMinWidth\": {\"value\": \"200px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.545', NULL), (0x47dc3851d7ae4eeb856d5f852a9b46f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"product\": {\"value\": null, \"source\": \"static\"}, \"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}, \"elMinWidth\": {\"value\": \"200px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.544', NULL), (0x66492e94f9104f0daa8bc880b367cc18, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, '2023-05-09 17:55:49.259', NULL), (0x66492e94f9104f0daa8bc880b367cc18, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, NULL, '2023-05-09 17:55:49.259', NULL), (0x7e88eceda779489f8a4c4ef9d76dbe63, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"zoom\": {\"value\": true, \"source\": \"static\"}, \"minHeight\": {\"value\": \"430px\", \"source\": \"static\"}, \"fullScreen\": {\"value\": true, \"source\": \"static\"}, \"displayMode\": {\"value\": \"contain\", \"source\": \"static\"}, \"sliderItems\": {\"value\": \"product.media\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}, \"navigationDots\": {\"value\": \"inside\", \"source\": \"static\"}, \"galleryPosition\": {\"value\": \"left\", \"source\": \"static\"}, \"navigationArrows\": {\"value\": \"inside\", \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.533', NULL), (0x7e88eceda779489f8a4c4ef9d76dbe63, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"zoom\": {\"value\": true, \"source\": \"static\"}, \"minHeight\": {\"value\": \"430px\", \"source\": \"static\"}, \"fullScreen\": {\"value\": true, \"source\": \"static\"}, \"displayMode\": {\"value\": \"contain\", \"source\": \"static\"}, \"sliderItems\": {\"value\": \"product.media\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}, \"navigationDots\": {\"value\": \"inside\", \"source\": \"static\"}, \"galleryPosition\": {\"value\": \"left\", \"source\": \"static\"}, \"navigationArrows\": {\"value\": \"inside\", \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.532', NULL), (0x83ae5ae6f4164a1cb5dc433eed1d9f86, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>Impressum</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.284', NULL), (0x83ae5ae6f4164a1cb5dc433eed1d9f86, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"content\": {\"value\": \"<h2>Imprint</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.283', NULL), (0x938749fa93fa49c2a24252f3259d1665, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"<h2>Widerrufsbelehrungen</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.267', NULL), (0x938749fa93fa49c2a24252f3259d1665, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"content\": {\"value\": \"<h2>Right of rescission</h2><hr><p>Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.</p>\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:55:52.266', NULL), (0x97ffe04ca65e49709703c99b08125335, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"type\": {\"value\": \"contact\", \"source\": \"static\"}, \"mailReceiver\": {\"value\": [], \"source\": \"static\"}, \"confirmationText\": {\"value\": \"\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:51.195', NULL), (0x97ffe04ca65e49709703c99b08125335, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"type\": {\"value\": \"contact\", \"source\": \"static\"}, \"mailReceiver\": {\"value\": [], \"source\": \"static\"}, \"confirmationText\": {\"value\": \"\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:51.195', NULL), (0x9e2f55fac84647098fe5b0f17ee4786f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"de4b7dbe9d95435092cb85ce146ced28\", \"source\": \"static\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"340px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-05-09 15:04:57.370', NULL), (0x9e2f55fac84647098fe5b0f17ee4786f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"de4b7dbe9d95435092cb85ce146ced28\", \"source\": \"static\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"340px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-05-09 15:04:57.370', NULL), (0xabeb6ae23ab14f07be1f4886e047383e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, NULL, '2023-05-09 17:55:49.247', NULL), (0xb5183e0808384c09bde039801d5036fe, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"product.name\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.526', NULL), (0xb5183e0808384c09bde039801d5036fe, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"content\": {\"value\": \"product.name\", \"source\": \"mapped\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.525', NULL), (0xb74b280461b8459ab3d196bd1303db7e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:49.259', NULL), (0xb74b280461b8459ab3d196bd1303db7e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:49.259', NULL), (0xbb0ecb7df3b54e8e8ff53aae630ee964, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"product.manufacturer.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": true, \"source\": \"static\"}, \"minHeight\": {\"value\": null, \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.530', NULL), (0xbb0ecb7df3b54e8e8ff53aae630ee964, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"product.manufacturer.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": true, \"source\": \"static\"}, \"minHeight\": {\"value\": null, \"source\": \"static\"}, \"displayMode\": {\"value\": \"standard\", \"source\": \"static\"}, \"verticalAlign\": {\"value\": null, \"source\": \"static\"}}', NULL, '2023-05-09 17:56:02.529', NULL), (0xda76a0b0349c46678e05aa459174ac5d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:49.259', NULL), (0xda76a0b0349c46678e05aa459174ac5d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"boxLayout\": {\"value\": \"standard\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:49.259', NULL), (0xde69754b8ccf454d956406009eea2b24, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}}', NULL, '2023-05-09 17:55:45.803', NULL), (0xde69754b8ccf454d956406009eea2b24, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"content\": {\"value\": \"category.description\", \"source\": \"mapped\"}}', NULL, '2023-05-09 17:55:45.803', NULL), (0xe9f5bc83c0ec4522ac923f3673411ee5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:45.802', NULL), (0xe9f5bc83c0ec4522ac923f3673411ee5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, '{\"url\": {\"value\": null, \"source\": \"static\"}, \"media\": {\"value\": \"category.media\", \"source\": \"mapped\"}, \"newTab\": {\"value\": false, \"source\": \"static\"}, \"minHeight\": {\"value\": \"320px\", \"source\": \"static\"}, \"displayMode\": {\"value\": \"cover\", \"source\": \"static\"}}', NULL, '2023-05-09 17:55:45.802', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `country` -- CREATE TABLE `country` ( `id` binary(16) NOT NULL, `iso` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `position` int NOT NULL DEFAULT '1', `tax_free` tinyint(1) NOT NULL DEFAULT '0', `active` tinyint(1) NOT NULL DEFAULT '1', `iso3` varchar(45) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `display_state_in_registration` tinyint(1) NOT NULL DEFAULT '0', `force_state_in_registration` tinyint(1) NOT NULL DEFAULT '0', `company_tax_free` tinyint(1) NOT NULL DEFAULT '0', `check_vat_id_pattern` tinyint(1) NOT NULL DEFAULT '0', `vat_id_pattern` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vat_id_required` tinyint(1) NOT NULL DEFAULT '0', `customer_tax` json DEFAULT NULL, `company_tax` json DEFAULT NULL, `advanced_postal_code_pattern` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `check_advanced_postal_code_pattern` tinyint(1) NOT NULL DEFAULT '0', `check_postal_code_pattern` tinyint(1) NOT NULL DEFAULT '0', `default_postal_code_pattern` varchar(1024) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `postal_code_required` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `shipping_available` tinyint(1) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `country` -- INSERT INTO `country` (`id`, `iso`, `position`, `tax_free`, `active`, `iso3`, `display_state_in_registration`, `force_state_in_registration`, `company_tax_free`, `check_vat_id_pattern`, `vat_id_pattern`, `vat_id_required`, `customer_tax`, `company_tax`, `advanced_postal_code_pattern`, `check_advanced_postal_code_pattern`, `check_postal_code_pattern`, `default_postal_code_pattern`, `postal_code_required`, `created_at`, `updated_at`, `shipping_available`) VALUES (0x00632582112d48f9973b4533695c0a98, 'QA', 10, 0, 1, 'QAT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.211', NULL, 1), (0x00e1933eaa4c41cf98fbbee19b7903e7, 'GL', 10, 0, 1, 'GRL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '39\\d{2}', 0, '2023-05-09 17:55:54.954', NULL, 1), (0x02e1694dab5f46f2b71b26f0dd155c5f, 'SG', 10, 0, 1, 'SGP', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.281', NULL, 1), (0x0439636e00954235a2d17feab2450c27, 'US', 10, 0, 1, 'USA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(\\d{5})(?:[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:45.183', NULL, 1), (0x0922332ca538493ebe77c7f72fd35566, 'BJ', 10, 0, 1, 'BEN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.777', NULL, 1), (0x0923f7babe4a4f3db1418a49a89a4335, 'DK', 10, 0, 1, 'DNK', 0, 0, 0, 0, '(DK)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:45.313', NULL, 1), (0x099b849a82ad45f0bd48b5c25b2c406e, 'YE', 10, 0, 1, 'YEM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.409', NULL, 1), (0x0a36323410a149d48d9b84687fa7ef11, 'BN', 10, 0, 1, 'BRN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[A-Z]{2} ?\\d{4}', 0, '2023-05-09 17:55:54.816', NULL, 1), (0x0b11d53b7d324d9d8a5be2781b8d0d18, 'TR', 10, 0, 1, 'TUR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:45.293', NULL, 1), (0x0b5be6cc0e3c4f4c8f03e13d58caa966, 'CD', 10, 0, 1, 'COD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Cc][Dd]', 0, '2023-05-09 17:55:54.872', NULL, 1), (0x0bc5bc1230c645eab99ae158b443ff58, 'CK', 10, 0, 1, 'COK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.875', NULL, 1), (0x0c51f0095a2d457591ebb5b51a60232a, 'MX', 10, 0, 1, 'MEX', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.095', NULL, 1), (0x0cb8d75d417642de9cee19e05c279e17, 'GA', 10, 0, 1, 'GAB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{2}\\s[a-zA-Z-_ ]\\s\\d{2}', 0, '2023-05-09 17:55:54.938', NULL, 1), (0x0cc8f676f96e45de8183d0e746d5ade2, 'BD', 10, 0, 1, 'BGD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.762', NULL, 1), (0x0cf9790d6c284045b5b83c5ea194486b, 'BY', 10, 0, 1, 'BLR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:54.770', NULL, 1), (0x0e77722547b445388cabe39738e8ca22, 'CA', 10, 0, 1, 'CAN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[ABCEGHJKLMNPRSTVXY]\\d[ABCEGHJ-NPRSTV-Z] ?\\d[ABCEGHJ-NPRSTV-Z]\\d', 0, '2023-05-09 17:55:45.159', NULL, 1), (0x0f3bb829af97458dba51be04ecacecd3, 'BV', 10, 0, 1, 'BVT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.800', NULL, 1), (0x0f64180a78a34c61964875a2147d5cbf, 'EC', 10, 0, 1, 'ECU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:54.900', NULL, 1), (0x0f6f1336240c45488410adc4158fe57e, 'AG', 10, 0, 1, 'ATG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.739', NULL, 1), (0x0fde690c51d444ad8b623bc856ff1dff, 'CR', 10, 0, 1, 'CRI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4,5}|\\d{3}-\\d{4}', 0, '2023-05-09 17:55:54.879', NULL, 1), (0x0fe271cf204f4fcb8c2852b87560b5cf, 'GT', 10, 0, 1, 'GTM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.966', NULL, 1), (0x0feb28da25e3469ba3fec061afaad4bf, 'NR', 10, 0, 1, 'NRU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.130', NULL, 1), (0x11cdb2ed1a084a8ebe24d00aa2246cfe, 'ST', 10, 0, 1, 'STP', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.260', NULL, 1), (0x13a564594c2b4c728f608514d7095cb6, 'AQ', 10, 0, 1, 'ATA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.736', NULL, 1), (0x14e0a709856a44edb0ea75aa3b46a91e, 'SN', 10, 0, 1, 'SEN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.266', NULL, 1), (0x16701008ff0d413d88db5ab138a39ee8, 'VC', 10, 0, 1, 'VCT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'VC\\d{4}', 0, '2023-05-09 17:55:55.250', NULL, 1), (0x18e0a863b09e4b48b394e850ae6b7290, 'CO', 10, 0, 1, 'COL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:54.861', NULL, 1), (0x190bcfa72c2c4ee084e02766684c481c, 'CX', 10, 0, 1, 'CXR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '6798', 0, '2023-05-09 17:55:54.854', NULL, 1), (0x1acff36b510843ba91220483fdc276ca, 'MN', 10, 0, 1, 'MNG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.107', NULL, 1), (0x1b44d0f5755d47d0b52dad408e9026ba, 'BR', 10, 0, 1, 'BRA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}-?\\d{3}', 0, '2023-05-09 17:55:45.303', NULL, 1), (0x1b5874630b1f49a7bb6d0146d0b84654, 'GR', 10, 0, 1, 'GRC', 0, 0, 0, 0, '(EL|GR)?[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3} ?\\d{2}', 0, '2023-05-09 17:55:44.743', NULL, 1), (0x1ce2e113b3864557a9cc0026edfcfe38, 'TV', 10, 0, 1, 'TUV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.375', NULL, 1), (0x1e381af2755e430caddaa9b0f8f0cbb6, 'CH', 10, 1, 1, 'CHE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 1, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[1-9]\\d{3}', 0, '2023-05-09 17:55:45.178', NULL, 1), (0x209657db7b6b4e6797597dd5baece47f, 'AU', 10, 0, 1, 'AUS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:45.308', NULL, 1), (0x20a31b6ebfaf4ecc9241731bc0ba0a6e, 'BZ', 10, 0, 1, 'BLZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.774', NULL, 1), (0x2209949d3d084f0e839957f2297456e5, 'JE', 10, 0, 1, 'JEY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'JE\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}', 0, '2023-05-09 17:55:55.021', NULL, 1), (0x228539c1477e4209bdbfd9c1c1c8f287, 'AS', 10, 0, 1, 'ASM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(96799)(? :[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:54.722', NULL, 1), (0x22ecaade447e49a694f7fdd87e767a96, 'PS', 10, 0, 1, 'PSE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.185', NULL, 1), (0x27074ca2c9a444c18f3c20b9991ecbf7, 'RS', 10, 0, 1, 'SRB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5,6}', 0, '2023-05-09 17:55:55.270', NULL, 1), (0x291708a306db4d408b892f8da94f6fd7, 'HK', 10, 0, 1, 'HKG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '999077', 0, '2023-05-09 17:55:54.998', NULL, 1), (0x2b09d689f1d14c13aa0b6b81c65240c3, 'ES', 10, 0, 1, 'ESP', 0, 0, 0, 0, '(ES)?[0-9A-Z][0-9]{7}[0-9A-Z]', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '^([0-4]\\d{4}|5[0-2]\\d{3})$', 0, '2023-05-09 17:55:45.181', NULL, 1), (0x2b322a71cb204f5f9c85ae2d9145214a, 'BO', 10, 0, 1, 'BOL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.786', NULL, 1), (0x2b9ba00fb03a4460bdbc0ef56bd266d4, 'MW', 10, 0, 1, 'MWI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.067', NULL, 1), (0x2bd80453bd4844cda8e48f5293366209, 'WF', 10, 0, 1, 'WLF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '986\\d{2}', 0, '2023-05-09 17:55:55.401', NULL, 1), (0x2bfc9ad2ab7642aca5fd7907ea85299a, 'SL', 10, 0, 1, 'SLE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.278', NULL, 1), (0x2f16d7c081694093afea939989192cd7, 'SE', 10, 0, 1, 'SWE', 0, 0, 0, 0, '(SE)?[0-9]{12}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3} ?\\d{2}', 0, '2023-05-09 17:55:45.176', NULL, 1), (0x308d0360d33a4a46a3f2fea45ad407c8, 'BM', 10, 0, 1, 'BMU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[A-Z]{2} ?[A-Z0-9]{2}', 0, '2023-05-09 17:55:54.780', NULL, 1), (0x31a92cb40b664f5a82b5980b2fd4eef6, 'MV', 10, 0, 1, 'MDV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.074', NULL, 1), (0x32289a831ebf4be287e124fcce34f510, 'CZ', 10, 0, 1, 'CZE', 0, 0, 0, 0, '(CZ)?[0-9]{8,10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3} ?\\d{2}', 0, '2023-05-09 17:55:45.296', NULL, 1), (0x36085ff004974e14908b468b2e6dc69a, 'WS', 10, 0, 1, 'WSM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.253', NULL, 1), (0x37ccf1a4975743e3b45f959646ea6d54, 'FM', 10, 0, 1, 'FSM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(9694[1-4])(?:[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:55.098', NULL, 1), (0x385f4e390cc3441d86bfafd7436121ca, 'AL', 10, 0, 1, 'ALB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.716', NULL, 1), (0x39406dba07804dcf996cfaea17d82d6b, 'SB', 10, 0, 1, 'SLB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.288', NULL, 1), (0x3a63f414714d459184876a908fccb74c, 'PT', 10, 0, 1, 'PRT', 0, 0, 0, 0, '(PT)?[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}-\\d{3}', 0, '2023-05-09 17:55:45.174', NULL, 1), (0x3e6e1226bd664510804f72020c12f27c, 'LA', 10, 0, 1, 'LAO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.042', NULL, 1), (0x3fbda9d917cb4404804e848e558ef0ce, 'NF', 10, 0, 1, 'NFK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '2899', 0, '2023-05-09 17:55:55.164', NULL, 1), (0x400f204d0c5c4cbcbb588df84a60b19b, 'RO', 10, 0, 1, 'ROU', 0, 0, 0, 0, '(RO)?[0-9]{2,10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:45.301', NULL, 1), (0x4025d0efccce4315a657ee1ad9845b1a, 'UY', 10, 0, 1, 'URY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.384', NULL, 1), (0x40ab11b68f064639914ac09e0f53c00c, 'MT', 10, 0, 1, 'MLT', 0, 0, 0, 0, '(MT)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[A-Z]{3} ?\\d{2,4}', 0, '2023-05-09 17:55:54.695', NULL, 1), (0x416887cf33af4694b1768f00ebe445dc, 'CY', 10, 0, 1, 'CYP', 0, 0, 0, 0, '(CY)?[0-9]{8}[A-Z]{1}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.702', NULL, 1), (0x4189f77c1d57462799e10e9eee7676ca, 'NU', 10, 0, 1, 'NIU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.160', NULL, 1), (0x41c0c7a211224a54abba4f1de178d8bb, 'GQ', 10, 0, 1, 'GNQ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.909', NULL, 1), (0x44587c8d8cd04b9c8f50e9505136556b, 'VU', 10, 0, 1, 'VUT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.390', NULL, 1), (0x458c1f7b461f4340bebd7b331d6e0241, 'DE', 1, 0, 1, 'DEU', 0, 0, 0, 0, '(DE)?[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:44.689', NULL, 1), (0x46b77dc7112547f99d56a0bdaaeedfe4, 'GE', 10, 0, 1, 'GEO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.944', NULL, 1), (0x48eaa42fe08c4bd0ae1b00570a7e384b, 'HN', 10, 0, 1, 'HND', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.994', NULL, 1), (0x4ae07507a20f4a4aa5200f4f6c1698f8, 'BA', 10, 0, 1, 'BIH', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.793', NULL, 1), (0x4b2f3ee58474467984968bd2371f52e5, 'FR', 10, 0, 1, 'FRA', 0, 0, 0, 0, '(FR)?[0-9A-Z]{2}[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{1}(?:A|B|\\d{1}) ?\\d{3}', 0, '2023-05-09 17:55:45.319', NULL, 1), (0x4b6b474d56b74911a7c6095c6befd313, 'HR', 10, 0, 1, 'HRV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.681', NULL, 1), (0x4b9db19dc72948238f8bb852475e4927, 'TN', 10, 0, 1, 'TUN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.364', NULL, 1), (0x4cd9646d51804684aaeb6262b7feaad8, 'LK', 10, 0, 1, 'LKA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.314', NULL, 1), (0x4d1b68dec29a42b5a5ab27e57f970457, 'KP', 10, 0, 1, 'PRK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.167', NULL, 1), (0x4d2f855261e94d60b9c7a6a7442b1a8f, 'BQ', 10, 0, 1, 'BES', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.790', NULL, 1), (0x4d4d28e062174c3baa634e47c13f990a, 'SX', 10, 0, 1, 'SXM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.285', NULL, 1), (0x4d5c7ad9513d44c9b7053c6a620482db, 'MU', 10, 0, 1, 'MUS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}(?:\\d{2}|[A-Z]{2}\\d{3})', 0, '2023-05-09 17:55:55.089', NULL, 1), (0x4d8f262b1f5249dfa165f65f18e70985, 'VA', 10, 0, 1, 'VAT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '00120', 0, '2023-05-09 17:55:54.990', NULL, 1), (0x4db024801a684e429d4a03126e837878, 'ME', 10, 0, 1, 'MNE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '8\\d{4}', 0, '2023-05-09 17:55:55.110', NULL, 1), (0x4e0331831d044c62a0bf9bcdaadf6f5e, 'PH', 10, 0, 1, 'PHL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.202', NULL, 1), (0x4f74c9532d174e96a63f57313d9e04c9, 'GN', 10, 0, 1, 'GIN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-05-09 17:55:54.971', NULL, 1), (0x505c7a234f034e1fbc0e2e1856fe401f, 'FK', 10, 0, 1, 'FLK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Ff][Ii][Qq]{2}\\s{0,1}[1][Zz]{2}', 0, '2023-05-09 17:55:54.918', NULL, 1), (0x50c3183066614a3b97fc2509d32296a1, 'NP', 10, 0, 1, 'NPL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.134', NULL, 1), (0x525ddcacb8c4449aaa7d12e6d471657a, 'SK', 10, 0, 1, 'SVK', 0, 0, 0, 0, '(SK)?[0-9]{10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3} ?\\d{2}', 0, '2023-05-09 17:55:45.298', NULL, 1), (0x52d6cd43551246bba629c392d9eb1fe7, 'UA', 10, 0, 1, 'UKR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.381', NULL, 1), (0x52dc2cbb9e634f7e86c20723f06b37ea, 'KR', 10, 0, 1, 'KOR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}(?:\\d{2}|-\\d{3})', 0, '2023-05-09 17:55:55.307', NULL, 1), (0x541b48b019654abfa9a8e0a3432c5fb4, 'AT', 10, 0, 1, 'AUT', 0, 0, 0, 0, '(AT)?U[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:45.171', NULL, 1), (0x54c898aa129c4478a20ee8b02f2376d3, 'DJ', 10, 0, 1, 'DJI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.890', NULL, 1), (0x55021f73af944ce4b9555d38e93ec69d, 'MP', 10, 0, 1, 'MNP', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(9695[012])(?:[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:55.171', NULL, 1), (0x56501ac6cb0943e694971ee545fde26d, 'AF', 10, 0, 1, 'AFG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.705', NULL, 1), (0x58c185feb90d47249b480dd042599f50, 'HU', 10, 0, 1, 'HUN', 0, 0, 0, 0, '(HU)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:45.290', NULL, 1), (0x5a0e8f4057d74b9689646ae81bf7bd18, 'MY', 10, 0, 1, 'MYS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.071', NULL, 1), (0x5a38b4f0cb214d32b67e4886ec0a179c, 'SH', 10, 0, 1, 'SHN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:ASCN|STHL) 1ZZ', 0, '2023-05-09 17:55:55.231', NULL, 1), (0x5a86c999f7fa448e8ad01862039ae8df, 'KE', 10, 0, 1, 'KEN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.030', NULL, 1), (0x5abb378e176347d5919f50fdc4a8fb81, 'NI', 10, 0, 1, 'NIC', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.143', NULL, 1), (0x5c2d52b1980c4866aad12e74ab2fe859, 'ML', 10, 0, 1, 'MLI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.077', NULL, 1), (0x5d0ac35cba74466f889fa6a2e2e0d6c1, 'HM', 10, 0, 1, 'HMD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.985', NULL, 1), (0x5d27b319679e4a71b56539f5dc4bda26, 'LB', 10, 0, 1, 'LBN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:\\d{4})(?: ?(?:\\d{4}))?', 0, '2023-05-09 17:55:55.045', NULL, 1), (0x5dd6d9e93fb3491487235385d3ca0e16, 'TF', 10, 0, 1, 'ATF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.934', NULL, 1), (0x5edf9670bb2b497fa7426dd4e613a2d9, 'ZM', 10, 0, 1, 'ZMB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.413', NULL, 1), (0x602304391aef4ee7ae0c86cc3cd406b2, 'DM', 10, 0, 1, 'DMA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.894', NULL, 1), (0x619e949c9b5d45338b44d8444c9b65f9, 'MH', 10, 0, 1, 'MHL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(969[67]\\d)(?:[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:55.079', NULL, 1), (0x62662a1674b14cbc810727e282549517, 'PK', 10, 0, 1, 'PAK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.178', NULL, 1), (0x626a5688b9eb406e932df543b5965c51, 'BS', 10, 0, 1, 'BHS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.756', NULL, 1), (0x628b876ee3654d6cbd0693058a1df32d, 'ER', 10, 0, 1, 'ERI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.912', NULL, 1), (0x64ba8ee378c747c984189302421cd76b, 'MK', 10, 0, 1, 'MKD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.062', NULL, 1), (0x653be6e373f2441b8a2e0f2c2fab5192, 'LR', 10, 0, 1, 'LBR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.053', NULL, 1), (0x670a7b2d11624bc1bc098e892166df7e, 'GM', 10, 0, 1, 'GMB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.941', NULL, 1), (0x6716529e829b4859bc9546168156ab97, 'SY', 10, 0, 1, 'SYR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.330', NULL, 1), (0x67cc15c767e34723a1158b5fa8b79b9a, 'NC', 10, 0, 1, 'NCL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '988\\d{2}', 0, '2023-05-09 17:55:55.137', NULL, 1), (0x693d66673f2b4bae8bd11733516214a4, 'EG', 10, 0, 1, 'EGY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.903', NULL, 1), (0x6a76ee8a280a49ca8dcc0a65bf57bb59, 'CM', 10, 0, 1, 'CMR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.830', NULL, 1), (0x6bf03d7cfb5f4f23b7b5808ccff63590, 'SI', 10, 0, 1, 'SVN', 0, 0, 0, 0, '(SI)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.698', NULL, 1), (0x6ceb63847524460cb6ffd63218027508, 'TC', 10, 0, 1, 'TCA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'TKCA 1ZZ', 0, '2023-05-09 17:55:55.371', NULL, 1), (0x6da014e6833f41d581a602999a7cb08c, 'CL', 10, 0, 1, 'CHL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{7}', 0, '2023-05-09 17:55:54.847', NULL, 1), (0x7551b50d275b45988b5a517f60e2f006, 'IN', 10, 0, 1, 'IND', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.001', NULL, 1), (0x77742c76a8d74a118bff9da545bb3490, 'IO', 10, 0, 1, 'IOT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Bb]{2}[Nn][Dd]\\s{0,1}[1][Zz]{2}', 0, '2023-05-09 17:55:54.803', NULL, 1), (0x7a5072f742504df284c333f0755ef53b, 'TO', 10, 0, 1, 'TON', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.357', NULL, 1), (0x7ae0f04631914c94a3f0d2747c3b468f, 'MO', 10, 0, 1, 'MAC', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '999078', 0, '2023-05-09 17:55:55.059', NULL, 1), (0x7bfae68be75d41c19b9343a305a5847e, 'KN', 10, 0, 1, 'KNA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.235', NULL, 1), (0x7d064092368742c89af9d87d808cc99f, 'LC', 10, 0, 1, 'LCA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.239', NULL, 1), (0x7e59543ba56f4fac9f19765e4454ae47, 'FI', 10, 0, 1, 'FIN', 0, 0, 0, 0, '(FI)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:45.316', NULL, 1), (0x7f5dcd885c69476d91081485261d8456, 'IL', 10, 0, 1, 'ISR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}(?:\\d{2})?', 0, '2023-05-09 17:55:45.306', NULL, 1), (0x7faeb1e1990040af81f35d3a16d982e3, 'SR', 10, 0, 1, 'SUR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.320', NULL, 1), (0x7fc6acdaa8f441b69ece4d74352e0b31, 'JM', 10, 0, 1, 'JAM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[a-zA-Z]{2}', 0, '2023-05-09 17:55:55.018', NULL, 1), (0x80adc46ff2ca4ca9b62b564e034eba47, 'KH', 10, 0, 1, 'KHM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.826', NULL, 1), (0x81739267c51246819867db338ab30d91, 'BH', 10, 0, 1, 'BHR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:\\d|1[0-2])\\d{2}', 0, '2023-05-09 17:55:54.759', NULL, 1), (0x81bada2897ea44e48a5ae669bc0f084f, 'PN', 10, 0, 1, 'PCN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'PCRN 1ZZ', 0, '2023-05-09 17:55:55.204', NULL, 1), (0x82f2378360c24368bf99337918be98be, 'GF', 10, 0, 1, 'GUF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78]3\\d{2}', 0, '2023-05-09 17:55:54.928', NULL, 1), (0x859479e3882b4fb5870b5806a6f2a557, 'UZ', 10, 0, 1, 'UZB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.387', NULL, 1), (0x86c7774b15664c27bb059139a9344e24, 'ET', 10, 0, 1, 'ETH', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.915', NULL, 1), (0x87b29ba50e2f49c997cf365cc486e654, 'AM', 10, 0, 1, 'ARM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:37)?\\d{4}', 0, '2023-05-09 17:55:54.746', NULL, 1), (0x88ca70c1ac71475ea87428d343a1c4e9, 'EE', 10, 0, 1, 'EST', 0, 0, 0, 0, '(EE)?[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.678', NULL, 1), (0x896492617a2449e2abb64e813bd457f5, 'BT', 10, 0, 1, 'BTN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.783', NULL, 1), (0x8b40e3b86b90496bbc21c63431c40923, 'IQ', 10, 0, 1, 'IRQ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.012', NULL, 1), (0x8c740a8b49024d5d944dce218ac6bdcb, 'RE', 10, 0, 1, 'REU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78]4\\d{2}', 0, '2023-05-09 17:55:55.218', NULL, 1), (0x8ccd7d3223d9404db8b9224460f3727c, 'KW', 10, 0, 1, 'KWT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.036', NULL, 1), (0x8d65ba03c85342fc9520f6caf3de69cf, 'VE', 10, 0, 1, 'VEN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.394', NULL, 1), (0x8d8fd87cd64d44c8b90cc131f8f18f99, 'LU', 10, 0, 1, 'LUX', 0, 0, 0, 0, '(LU)?[0-9]{8}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:45.162', NULL, 1), (0x8db998bdae974d92b01076ae6445729b, 'GH', 10, 0, 1, 'GHA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.947', NULL, 1), (0x92a09353944048ad8c9f7249bb8f74a0, 'TK', 10, 0, 1, 'TKL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.353', NULL, 1), (0x92ce6b1965dd4386b8557c066346ab2a, 'NE', 10, 0, 1, 'NER', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.146', NULL, 1), (0x92d43e7ee73d46608a532525ea5323b4, 'NO', 10, 0, 1, 'NOR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:45.169', NULL, 1), (0x92d6ad4ce3a7488cb40dbf1d4d1c320d, 'ZW', 10, 0, 1, 'ZWE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.418', NULL, 1), (0x92e4565e401c4262a6aded0899243f51, 'FJ', 10, 0, 1, 'FJI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.925', NULL, 1), (0x93b6f5ac9c6d41c4b65a821a8aa72ebf, 'TT', 10, 0, 1, 'TTO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.361', NULL, 1), (0x9448761f02cf4e9fa14385afaf2a8ca8, 'IM', 10, 0, 1, 'IMN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'IM\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}', 0, '2023-05-09 17:55:55.015', NULL, 1), (0x957619513f0a4c56a8508a5680d25c3b, 'DO', 10, 0, 1, 'DOM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.897', NULL, 1), (0x966f76562a98405eaba958654a9343fa, 'VG', 10, 0, 1, 'VGB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'VG\\d{4}', 0, '2023-05-09 17:55:54.810', NULL, 1), (0x96c606f5e6494badbf4bb226b6b82714, 'AD', 10, 0, 1, 'AND', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'AD[1-7]0\\d', 0, '2023-05-09 17:55:54.726', NULL, 1), (0x976d0ea0f07a41699fdfc088e58001ae, 'BG', 10, 0, 1, 'BGR', 0, 0, 0, 0, '(BG)?[0-9]{9,10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.674', NULL, 1), (0x985c250d70f24291b7374fb48e9b8585, 'LV', 10, 0, 1, 'LVA', 0, 0, 0, 0, '(LV)?[0-9]{11}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(LV-)?\\d{4}', 0, '2023-05-09 17:55:54.685', NULL, 1), (0x99c4f05bad854e1da7887caad487c1cb, 'LI', 10, 0, 1, 'LIE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '948[5-9]|949[0-7]', 0, '2023-05-09 17:55:45.283', NULL, 1), (0x9a8584539265428b86c72d5fd2bb89a2, 'GP', 10, 0, 1, 'GLP', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78][01]\\d{2}', 0, '2023-05-09 17:55:54.960', NULL, 1); INSERT INTO `country` (`id`, `iso`, `position`, `tax_free`, `active`, `iso3`, `display_state_in_registration`, `force_state_in_registration`, `company_tax_free`, `check_vat_id_pattern`, `vat_id_pattern`, `vat_id_required`, `customer_tax`, `company_tax`, `advanced_postal_code_pattern`, `check_advanced_postal_code_pattern`, `check_postal_code_pattern`, `default_postal_code_pattern`, `postal_code_required`, `created_at`, `updated_at`, `shipping_available`) VALUES (0x9baa845e92cf494fa7d2367b884a6a75, 'GU', 10, 0, 1, 'GUM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(969(?:[12]\\d|3[12]))(?:[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:54.963', NULL, 1), (0x9e623656aaa2497ebebc4492bdec714e, 'JO', 10, 0, 1, 'JOR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.023', NULL, 1), (0x9f952885602d48a3a8b705a0be7c5c82, 'MR', 10, 0, 1, 'MRT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.086', NULL, 1), (0xa0b9a965f35f4c75a8ab9d7f5208cf9d, 'HT', 10, 0, 1, 'HTI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.982', NULL, 1), (0xa0f259a650e1498bb78ab7320e5c6ad0, 'RU', 10, 0, 1, 'RUS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.221', NULL, 1), (0xa116b2804f9745b2a2bc311f8255c1b7, 'GY', 10, 0, 1, 'GUY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.978', NULL, 1), (0xa15a9be5d824464085e8709b03ee0e8e, 'AI', 10, 0, 1, 'AIA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:AI-)?2640', 0, '2023-05-09 17:55:54.733', NULL, 1), (0xa229fb64069f462aa2b88738a97a594b, 'SC', 10, 0, 1, 'SYC', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.274', NULL, 1), (0xa804cd99d22f4fc1a0a72c6751db083b, 'MG', 10, 0, 1, 'MDG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-05-09 17:55:55.065', NULL, 1), (0xa965040b424445d9b363b06a294d91a6, 'CG', 10, 0, 1, 'COG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.869', NULL, 1), (0xaa2d51ae868740f4acd3de72b6a7af97, 'BF', 10, 0, 1, 'BFA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.819', NULL, 1), (0xaa583e2c03ff402ea88e83d7249ed545, 'CW', 10, 0, 1, 'CUW', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.886', NULL, 1), (0xab7006d2954e47c5b153c989510f2e86, 'SZ', 10, 0, 1, 'SWZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[HLMS]\\d{3}', 0, '2023-05-09 17:55:55.326', NULL, 1), (0xad5e318ba7474fc28742b8e033178145, 'UG', 10, 0, 1, 'UGA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.378', NULL, 1), (0xada8e3e207354d10a4f576783199433d, 'CC', 10, 0, 1, 'CCK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '6799', 0, '2023-05-09 17:55:54.857', NULL, 1), (0xb122ae2b14084956b74a6ac472288371, 'GI', 10, 0, 1, 'GIB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Gg][Xx][1]{2}\\s{0,1}[1][Aa]{2}', 0, '2023-05-09 17:55:54.950', NULL, 1), (0xb19818199dee4a8caabb4d09441491fc, 'AO', 10, 0, 1, 'AGO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.729', NULL, 1), (0xb2018ee9bdda481a947a3b4b4178253c, 'ZA', 10, 0, 1, 'ZAF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.294', NULL, 1), (0xb33c5eac80e44b9fa3a3ddf91b9f209a, 'NA', 10, 0, 1, 'NAM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:45.164', NULL, 1), (0xb38391a24f614e75bc56bda2a1554ffb, 'LS', 10, 0, 1, 'LSO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-05-09 17:55:55.050', NULL, 1), (0xb5fb8e415ed44e6ab6491dc9e0559fb8, 'MA', 10, 0, 1, 'MAR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.120', NULL, 1), (0xb6e8f0d1e6a9442fbb204352fd478289, 'NG', 10, 0, 1, 'NGA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.157', NULL, 1), (0xb71533038e724b959c4c12cd911653de, 'CU', 10, 0, 1, 'CUB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.882', NULL, 1), (0xb79075c45d614e448c72db248833fd52, 'SV', 10, 0, 1, 'SLV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'CP [1-3][1-7][0-2]\\d', 0, '2023-05-09 17:55:54.906', NULL, 1), (0xb8bff8faaca647f29ec863f60314bcc7, 'GS', 10, 0, 1, 'SGS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Ss][Ii][Qq]{2}\\s{0,1}[1][Zz]{2}', 0, '2023-05-09 17:55:55.298', NULL, 1), (0xb9f3d62f61fe468e8e72cf85a08bec2e, 'MF', 10, 0, 1, 'MAF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78][01]\\d{2}', 0, '2023-05-09 17:55:55.243', NULL, 1), (0xbb65e6f35eee463d8752b4b9965597a5, 'CN', 10, 0, 1, 'CHN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:54.851', NULL, 1), (0xbbbaed59818f4ec894a78edafcf82357, 'BB', 10, 0, 1, 'BRB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'BB\\d{5}', 0, '2023-05-09 17:55:54.767', NULL, 1), (0xbbd06bb732344a72b969f0916dbd70d3, 'YT', 10, 0, 1, 'MYT', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '976\\d{2}', 0, '2023-05-09 17:55:55.092', NULL, 1), (0xbc49f1023dc0439b9e7d48ffa5aed465, 'AZ', 10, 0, 1, 'AZE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.753', NULL, 1), (0xbd41f927721d43eda1ea94b221b65ff5, 'IS', 10, 0, 1, 'ISL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-05-09 17:55:45.152', NULL, 1), (0xbdb5eab207c74af4a75e92e71e1e72c6, 'PW', 10, 0, 1, 'PLW', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(969(?:39|40))(?:[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:55.181', NULL, 1), (0xbdf6e71359714279a77ab8713d6fc5d8, 'MZ', 10, 0, 1, 'MOZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.124', NULL, 1), (0xbe32d6b3734f460596dc6125369df5b3, 'PR', 10, 0, 1, 'PRI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(00[679]\\d{2})(?:[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:55.208', NULL, 1), (0xbe567cf33b1c4f4fb27dc7b5f7b49a28, 'KI', 10, 0, 1, 'KIR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.033', NULL, 1), (0xbe6d43f7d2e3419f87230748ba0dc65e, 'XK', 10, 0, 1, 'KOS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[1-7]\\d{4}', 0, '2023-05-09 17:55:55.214', NULL, 1), (0xbe9eb041c88a47b3b243cbaf7cd90689, 'GW', 10, 0, 1, 'GNB', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.975', NULL, 1), (0xbea1ddbbdb364f44b5b5abc854a67e20, 'KM', 10, 0, 1, 'COM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.865', NULL, 1), (0xbedc162678824e139d7446471780be40, 'CF', 10, 0, 1, 'CAF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.840', NULL, 1), (0xbf016d7126d4449381359c1821b70458, 'CI', 10, 0, 1, 'CIV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.007', NULL, 1), (0xbfab085ad05946a99945b1e05cf7e8ad, 'PE', 10, 0, 1, 'PER', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:LIMA \\d{1,2}|CALLAO 0?\\d)|[0-2]\\d{4}', 0, '2023-05-09 17:55:55.198', NULL, 1), (0xc081e33f28b242a98de9d0b7b8e7235b, 'TL', 10, 0, 1, 'TLS', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.347', NULL, 1), (0xc1833fbc17e640aeb4e46053d6a7c2e8, 'SJ', 10, 0, 1, 'SJM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.323', NULL, 1), (0xc1afe6dd9d894a36acb6c2396806b5f9, 'MD', 10, 0, 1, 'MDA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.101', NULL, 1), (0xc210fab45c064431a985a2ac3667341d, 'LY', 10, 0, 1, 'LBY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.056', NULL, 1), (0xc21262b6b4c9497d83324d9a4599a74e, 'PF', 10, 0, 1, 'PYF', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '987\\d{2}', 0, '2023-05-09 17:55:54.931', NULL, 1), (0xc2c51720553046e68f8a37752d73927f, 'TW', 10, 0, 1, 'TWN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}(?:\\d{2})?', 0, '2023-05-09 17:55:55.333', NULL, 1), (0xc2f286b5deb04645b2e93456d9c7e513, 'SA', 10, 0, 1, 'SAU', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.263', NULL, 1), (0xc2f996806b3942e1bb9e3a27eb6132ec, 'FO', 10, 0, 1, 'FRO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-05-09 17:55:54.922', NULL, 1), (0xc375ef3a5cc348c19311e702794b879c, 'NL', 10, 0, 1, 'NLD', 0, 0, 0, 0, '(NL)?[0-9]{9}B[0-9]{2}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[1-9]{1}\\d{3}([ ]?[A-Z]{2})', 0, '2023-05-09 17:55:45.166', NULL, 1), (0xc3a35358cf9d403fbdbfffb731133aef, 'AE', 10, 0, 1, 'ARE', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:45.286', NULL, 1), (0xc4762c1cfe404df7bd67af618fbe4920, 'MM', 10, 0, 1, 'MMR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.127', NULL, 1), (0xc6154f515ea54375aa950905715e2280, 'OM', 10, 0, 1, 'OMN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(?:PC )?\\d{3}', 0, '2023-05-09 17:55:55.175', NULL, 1), (0xc6d56849bdd34d629f581e5267c25801, 'TM', 10, 0, 1, 'TKM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.367', NULL, 1), (0xcc7ab01d148d4268b174aa8ab2b9abf5, 'NZ', 10, 0, 1, 'NZL', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.140', NULL, 1), (0xcd59f569ba4e417683f1e1a8c7f1f8c4, 'SD', 10, 0, 1, 'SDN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.317', NULL, 1), (0xcecc6745850c4a558182b60c9b0be728, 'KG', 10, 0, 1, 'KGZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.039', NULL, 1), (0xcfc702a48110458a8f6ab72114fab84e, 'EH', 10, 0, 1, 'ESH', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.405', NULL, 1), (0xd09a2774bf104bb6bf98c946007eea84, 'KZ', 10, 0, 1, 'KAZ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.027', NULL, 1), (0xd1aef64f1f024d6db54952656376568b, 'KY', 10, 0, 1, 'CYM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'KY\\d-\\d{4}', 0, '2023-05-09 17:55:54.837', NULL, 1), (0xd318aa7fb5f04dc5bdf300225b1e8914, 'TG', 10, 0, 1, 'TGO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.350', NULL, 1), (0xd460424f32724092a91c8dd27efb8316, 'AR', 10, 0, 1, 'ARG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '((?:[A-HJ-NP-Z])?\\d{4})([A-Z]{3})?', 0, '2023-05-09 17:55:54.743', NULL, 1), (0xd4cd84dcad954ec383f766a390d4747c, 'TJ', 10, 0, 1, 'TJK', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.336', NULL, 1), (0xd8d95b30d273421c8f645ffa7dfad09f, 'BL', 10, 0, 1, 'BLM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78][01]\\d{2}', 0, '2023-05-09 17:55:55.228', NULL, 1), (0xda33abae47e64a3eb393b0a0f29bff37, 'GB', 5, 0, 1, 'GBR', 0, 0, 0, 0, '(GB)?([0-9]{9}([0-9]{3})?|[A-Z]{2}[0-9]{3})', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '^GIR ?0AA$|^(?:(?:AB|AL|B|BA|BB|BD|BH|BL|BN|BR|BS|BT|BX|CA|CB|CF|CH|CM|CO|CR|CT|CV|CW|DA|DD|DE|DG|DH|DL|DN|DT|DY|E|EC|EH|EN|EX|FK|FY|G|GL|GY|GU|HA|HD|HG|HP|HR|HS|HU|HX|IG|IM|IP|IV|JE|KA|KT|KW|KY|L|LA|LD|LE|LL|LN|LS|LU|M|ME|MK|ML|N|NE|NG|NN|NP|NR|NW|OL|OX|PA|PE|PH|PL|PO|PR|RG|RH|RM|S|SA|SE|SG|SK|SL|SM|SN|SO|SP|SR|SS|ST|SW|SY|TA|TD|TF|TN|TQ|TR|TS|TW|UB|W|WA|WC|WD|WF|WN|WR|WS|WV|YO|ZE)(?:\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}))$|^BFPO ?\\d{1,4}$', 0, '2023-05-09 17:55:44.746', NULL, 1), (0xdb03050d78ac4db9989b57173e3b7fa8, 'TZ', 10, 0, 1, 'TZA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4,5}', 0, '2023-05-09 17:55:55.340', NULL, 1), (0xdb16ecea2d3f4ab2a562aa2d9e43bb3a, 'MS', 10, 0, 1, 'MSR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[Mm][Ss][Rr]\\s{0,1}\\d{4}', 0, '2023-05-09 17:55:55.117', NULL, 1), (0xdb749f0b61ac45b3839553178578f1c2, 'JP', 10, 0, 1, 'JPN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}-?\\d{4}', 0, '2023-05-09 17:55:45.157', NULL, 1), (0xddc5a342f0fc41ce9bd73a3a1c37f2b5, 'IE', 10, 0, 1, 'IRL', 0, 0, 0, 0, '(IE)?[0-9]S[0-9]{5}L', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[\\dA-Z]{3}( ?[\\dA-Z]{4})?', 0, '2023-05-09 17:55:45.149', NULL, 1), (0xdf8bdfc366064064a09b230a17887050, 'VN', 10, 0, 1, 'VNM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{6}', 0, '2023-05-09 17:55:55.398', NULL, 1), (0xe05ecbd069124932a34a10b3fecea462, 'MQ', 10, 0, 1, 'MTQ', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78]2\\d{2}', 0, '2023-05-09 17:55:55.084', NULL, 1), (0xe0ab04d8e35c4d2681e90ee917a9d51c, 'CV', 10, 0, 1, 'CPV', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:54.833', NULL, 1), (0xe202a815f4fb42b7b3374c44fc1920a3, 'IT', 10, 0, 1, 'ITA', 0, 0, 0, 0, '(IT)?[0-9]{11}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:45.154', NULL, 1), (0xe227f0d5f60e499a8dfee201ab9dd53d, 'UM', 10, 0, 1, 'UMI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '96898', 0, '2023-05-09 17:55:54.806', NULL, 1), (0xe27882c6ee4f4b349ed6d80658b73634, 'PG', 10, 0, 1, 'PNG', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{3}', 0, '2023-05-09 17:55:55.191', NULL, 1), (0xe3a08f2806224e4198b0de6702d95692, 'TD', 10, 0, 1, 'TCD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.844', NULL, 1), (0xe4d2e0e82de84052a67cca67ab2ff446, 'ID', 10, 0, 1, 'IDN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.004', NULL, 1), (0xe5ad6b18e9d643ec8b6d50ffb07f5955, 'BI', 10, 0, 1, 'BDI', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.823', NULL, 1), (0xe7132c37b2b64686b0627712de62397b, 'AW', 10, 0, 1, 'ABW', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.749', NULL, 1), (0xe787a5d1e72a4aa9a4fea8f84c0a63d9, 'VI', 10, 0, 1, 'VIR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(008(?:(?:[0-4]\\d)|(?:5[01])))(?:[ \\-](\\d{4}))?', 0, '2023-05-09 17:55:54.813', NULL, 1), (0xe8f1327adb274f2abc8ac081ab29fa4c, 'GG', 10, 0, 1, 'GGY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, 'GY\\d[\\dA-Z]? ?\\d[ABD-HJLN-UW-Z]{2}', 0, '2023-05-09 17:55:54.968', NULL, 1), (0xea2e817b5d71488fbf755eeea5a444fc, 'PM', 10, 0, 1, 'SPM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '9[78]5\\d{2}', 0, '2023-05-09 17:55:55.246', NULL, 1), (0xec54f98cd8d74be69e07891728a547f4, 'PY', 10, 0, 1, 'PRY', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.194', NULL, 1), (0xee59a79bdbea402fa605b2844af44abe, 'MC', 10, 0, 1, 'MCO', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '980\\d{2}', 0, '2023-05-09 17:55:55.104', NULL, 1), (0xef2e7c5013b646cdb17d688ca728b921, 'SS', 10, 0, 1, 'SSD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.311', NULL, 1), (0xefeaa590f73040fc8314eaaec4e9d7b4, 'PA', 10, 0, 1, 'PAN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:55.188', NULL, 1), (0xf19fcef499e245daa1f835f552de5309, 'SM', 10, 0, 1, 'SMR', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '4789\\d', 0, '2023-05-09 17:55:55.256', NULL, 1), (0xf2e8fe2ee0644d78b423ff9f96e8b567, 'BW', 10, 0, 1, 'BWA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.797', NULL, 1), (0xf3607270673b4500ab2bfa31dccfceef, 'PL', 10, 0, 1, 'POL', 0, 0, 0, 0, '(PL)?[0-9]{10}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{2}-\\d{3}', 0, '2023-05-09 17:55:45.288', NULL, 1), (0xf4ae54a742c24441bd49db03443151b5, 'GD', 10, 0, 1, 'GRD', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:54.957', NULL, 1), (0xf7e1dc9697c14b7f9fc8675fafd06cea, 'DZ', 10, 0, 1, 'DZA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:54.719', NULL, 1), (0xf80710e1e86346cdb782617199f5dde2, 'TH', 10, 0, 1, 'THA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}', 0, '2023-05-09 17:55:55.343', NULL, 1), (0xfb4e558f1d974e91b38082dbc7812d3e, 'LT', 10, 0, 1, 'LTU', 0, 0, 0, 0, '(LT)?([0-9]{9}|[0-9]{12})', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '(LT-)?\\d{5}', 0, '2023-05-09 17:55:54.687', NULL, 1), (0xfbd2652710f6496285accba17e6cf10e, 'AX', 10, 0, 1, 'ALA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '22\\d{3}', 0, '2023-05-09 17:55:54.709', NULL, 1), (0xfbe7f1c0226f44748d5c8155a6f4938f, 'IR', 10, 0, 1, 'IRN', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{5}-?\\d{5}', 0, '2023-05-09 17:55:55.009', NULL, 1), (0xfdbec2010a124160b92a7753343fc5d9, 'RW', 10, 0, 1, 'RWA', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, NULL, 0, '2023-05-09 17:55:55.225', NULL, 1), (0xfe64d957d9f149788fa9cdbd98bbb59a, 'BE', 10, 0, 1, 'BEL', 0, 0, 0, 0, '(BE)?0[0-9]{9}', 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '\\d{4}', 0, '2023-05-09 17:55:45.311', NULL, 1), (0xff7a45cda72e497ca0cd5ffdff018375, 'SO', 10, 0, 1, 'SOM', 0, 0, 0, 0, NULL, 0, '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', '{\"amount\": 0, \"enabled\": 0, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}', NULL, 0, 0, '[A-Z]{2} ?\\d{5}', 0, '2023-05-09 17:55:55.291', NULL, 1); -- -- Tetikleyiciler `country` -- DELIMITER $$ CREATE TRIGGER `country_tax_free_insert` BEFORE INSERT ON `country` FOR EACH ROW BEGIN IF @TRIGGER_DISABLED IS NULL OR @TRIGGER_DISABLED = 0 THEN IF NEW.tax_free = 1 OR NEW.customer_tax IS NULL THEN SET NEW.customer_tax = JSON_OBJECT("enabled", NEW.tax_free, "currencyId", 'b7d2554b0ce847cd82f3ac9bd1c0dfca', "amount", 0); ELSEIF NEW.customer_tax IS NOT NULL THEN SET NEW.tax_free = JSON_EXTRACT(NEW.customer_tax, "$.enabled"); END IF; IF NEW.company_tax_free = 1 OR NEW.company_tax IS NULL THEN SET NEW.company_tax = JSON_OBJECT("enabled", NEW.company_tax_free, "currencyId", 'b7d2554b0ce847cd82f3ac9bd1c0dfca', "amount", 0); ELSEIF NEW.company_tax IS NOT NULL THEN SET NEW.company_tax_free = JSON_EXTRACT(NEW.company_tax, "$.enabled"); END IF; END IF; END $$ DELIMITER ; DELIMITER $$ CREATE TRIGGER `country_tax_free_update` BEFORE UPDATE ON `country` FOR EACH ROW BEGIN IF @TRIGGER_DISABLED IS NULL OR @TRIGGER_DISABLED = 0 THEN IF NEW.tax_free <> OLD.tax_free THEN SET NEW.customer_tax = JSON_OBJECT("enabled", NEW.tax_free, "currencyId", JSON_EXTRACT(OLD.customer_tax, "$.currencyId"), "amount", JSON_EXTRACT(OLD.customer_tax, "$.amount")); ELSEIF NEW.tax_free = OLD.tax_free AND JSON_EXTRACT(NEW.customer_tax, "$.enabled") <> JSON_EXTRACT(OLD.customer_tax, "$.enabled") THEN SET NEW.tax_free = JSON_EXTRACT(NEW.customer_tax, "$.enabled"); END IF; IF NEW.company_tax_free <> OLD.company_tax_free THEN SET NEW.company_tax = JSON_OBJECT("enabled", NEW.company_tax_free, "currencyId", JSON_EXTRACT(OLD.company_tax, "$.currencyId"), "amount", JSON_EXTRACT(OLD.company_tax, "$.amount")); ELSEIF NEW.company_tax_free = OLD.company_tax_free AND JSON_EXTRACT(NEW.company_tax, "$.enabled") <> JSON_EXTRACT(OLD.company_tax, "$.enabled") THEN SET NEW.company_tax_free = JSON_EXTRACT(NEW.company_tax, "$.enabled"); END IF; END IF; END $$ DELIMITER ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `country_state` -- CREATE TABLE `country_state` ( `id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `short_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL DEFAULT '1', `active` tinyint(1) NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `country_state` -- INSERT INTO `country_state` (`id`, `country_id`, `short_code`, `position`, `active`, `created_at`, `updated_at`) VALUES (0x00556d254aa94d909ecd63f6b4d5dc80, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-IOS', 1, 1, '2023-05-09 17:55:44.973', NULL), (0x03279df305344537a2bc324ee1690db1, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DNC', 1, 1, '2023-05-09 17:55:44.879', NULL), (0x034f0ceec08141deac4ef1950f08e86d, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-SH', 1, 1, '2023-05-09 17:55:44.738', NULL), (0x0476468e53c24ef1ac78eef0e5cdb995, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-STE', 1, 1, '2023-05-09 17:55:45.017', NULL), (0x0540aeafbde94a0cadd41529994ec4eb, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BUR', 1, 1, '2023-05-09 17:55:44.873', NULL), (0x06de299c8ec04e01bcc1f1ee169b7008, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HIL', 1, 1, '2023-05-09 17:55:44.836', NULL), (0x0d9a997ceb564d77a2979e22b450c73f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SKP', 1, 1, '2023-05-09 17:55:44.916', NULL), (0x0f6937acb85a4c5fbc6d45d1a812baf6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-KEC', 1, 1, '2023-05-09 17:55:44.841', NULL), (0x0f8edaaf62bd44dcaa2881b056c90b8d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-STH', 1, 1, '2023-05-09 17:55:45.011', NULL), (0x100576de89a14b29a367b7daba634a05, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CRY', 1, 1, '2023-05-09 17:55:44.818', NULL), (0x10c1e0d3b9ce44ff9c8dfa5220aa42b4, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ESX', 1, 1, '2023-05-09 17:55:44.770', NULL), (0x11b8839f71df44a0bc0856d245c175c3, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-AND', 1, 1, '2023-05-09 17:55:45.037', NULL), (0x12e22cc5017f4e6bb06c7bdade3a7b7e, 0x0439636e00954235a2d17feab2450c27, 'US-WA', 1, 1, '2023-05-09 17:55:45.274', NULL), (0x13e33fcd2464469fbb78f37c2c4ad039, 0x0439636e00954235a2d17feab2450c27, 'US-SD', 1, 1, '2023-05-09 17:55:45.263', NULL), (0x156e47825f334871b70179934f5afcdf, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CCG', 1, 1, '2023-05-09 17:55:45.042', NULL), (0x1586a6dd97234401a66784ceacd398e4, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ERW', 1, 1, '2023-05-09 17:55:45.070', NULL), (0x15ceffe4cae64a0f8eb8056408b50950, 0x0439636e00954235a2d17feab2450c27, 'US-AL', 1, 1, '2023-05-09 17:55:45.186', NULL), (0x161985bb611f419681123128b87e351b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ERY', 1, 1, '2023-05-09 17:55:44.962', NULL), (0x16445dd390724630bdb7bffd9fb0a583, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HRW', 1, 1, '2023-05-09 17:55:44.832', NULL), (0x1659441c6a844ee4ae887e5ee660e450, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WLN', 1, 1, '2023-05-09 17:55:45.106', NULL), (0x172070fd1a5343f7a7aa68b77b40b53b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BFS', 1, 1, '2023-05-09 17:55:45.040', NULL), (0x17af3e05b7e4476c9e59427ea5a7f80e, 0x0439636e00954235a2d17feab2450c27, 'US-CO', 1, 1, '2023-05-09 17:55:45.194', NULL), (0x18153d25e9504fdebe7c1c15b5adfc15, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MON', 1, 1, '2023-05-09 17:55:45.128', NULL), (0x1874d8c75d8f451396c6798a9d5cdf76, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DGY', 1, 1, '2023-05-09 17:55:45.062', NULL), (0x1b47155a227c424ea34f413a61ee8c96, 0x0439636e00954235a2d17feab2450c27, 'US-HI', 1, 1, '2023-05-09 17:55:45.202', NULL), (0x1ce16ce20da84fc691a52f338bccd72a, 0x0439636e00954235a2d17feab2450c27, 'US-NJ', 1, 1, '2023-05-09 17:55:45.238', NULL), (0x1cf0a71692704efca1dcac5b45b5bdea, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CMD', 1, 1, '2023-05-09 17:55:44.816', NULL), (0x1dda1922291d4746a306dfcc9d350470, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-STG', 1, 1, '2023-05-09 17:55:45.103', NULL), (0x1eb030d062d1423ba8a8a2c2c7c8d91f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WLS', 1, 1, '2023-05-09 17:55:44.753', NULL), (0x1eef8a0206f64c9d97209406fec5d517, 0x0439636e00954235a2d17feab2450c27, 'US-NE', 1, 1, '2023-05-09 17:55:45.233', NULL), (0x1ffe8b6f6ea04e69b90dd104d4c82193, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-PLY', 1, 1, '2023-05-09 17:55:44.997', NULL), (0x24a2f368849b4905a06f849fc1884aea, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CHW', 1, 1, '2023-05-09 17:55:44.952', NULL), (0x24ec396a27384412a84a89e7a25f4c29, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ROT', 1, 1, '2023-05-09 17:55:44.901', NULL), (0x25c798fd09a74fe2be4e1e2c67408ac2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-GRE', 1, 1, '2023-05-09 17:55:44.823', NULL), (0x25f2deb8d5174c909dd30576697e2927, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MIK', 1, 1, '2023-05-09 17:55:44.983', NULL), (0x263922daf46e43d19caf997c1dc058b1, 0x0439636e00954235a2d17feab2450c27, 'US-LA', 1, 1, '2023-05-09 17:55:45.215', NULL), (0x26b30c1c6a28483d98083f7f9f6e103a, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SOL', 1, 1, '2023-05-09 17:55:44.912', NULL), (0x28ae64cd8cc24d0e942cb1e1ace4f0a2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ANN', 1, 1, '2023-05-09 17:55:45.035', NULL), (0x2a126aa33ad44eb190b837d20c77ffd5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NWP', 1, 1, '2023-05-09 17:55:45.135', NULL), (0x2a3bdcb4467e493481421ebe0e050c24, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NYK', 1, 1, '2023-05-09 17:55:44.787', NULL), (0x2aca358524ad470da230824dece72ea3, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-EDH', 1, 1, '2023-05-09 17:55:45.072', NULL), (0x2acf06a0db3d4115976bfa458554ff64, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SAY', 1, 1, '2023-05-09 17:55:45.100', NULL), (0x2bbc5ef5493442209e52c96623da1e8e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NLK', 1, 1, '2023-05-09 17:55:45.088', NULL), (0x2c19483ff5644aa1b93eb17b3f8a33fe, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MAN', 1, 1, '2023-05-09 17:55:44.892', NULL), (0x2d8bf15407c84c32b9eefe2af293d036, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-EAY', 1, 1, '2023-05-09 17:55:45.065', NULL), (0x2ee3c46fadfb481b8e94c749035b02f2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SHF', 1, 1, '2023-05-09 17:55:44.910', NULL), (0x3022afd46af843d0b68c44bf39b3f37d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WND', 1, 1, '2023-05-09 17:55:44.861', NULL), (0x30705c79464d4ed0889682a79f95cbed, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WSM', 1, 1, '2023-05-09 17:55:44.863', NULL), (0x309936d18ca54921a63c11d8f0054434, 0x0439636e00954235a2d17feab2450c27, 'US-MO', 1, 1, '2023-05-09 17:55:45.229', NULL), (0x317a44d1217d42988ea5a90a37a4ce08, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-BW', 1, 1, '2023-05-09 17:55:44.694', NULL), (0x31a0a2d89a374d33ba03c5ed2fa016f8, 0x0439636e00954235a2d17feab2450c27, 'US-MS', 1, 1, '2023-05-09 17:55:45.227', NULL), (0x3203fd7a4f664fdbaccd5e006de32479, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MRY', 1, 1, '2023-05-09 17:55:45.085', NULL), (0x3383697639614857996620fbbb2839ce, 0x0439636e00954235a2d17feab2450c27, 'US-AK', 1, 1, '2023-05-09 17:55:45.187', NULL), (0x347d7cd08d9a4e4cb2466b63c8279c47, 0x0439636e00954235a2d17feab2450c27, 'US-ID', 1, 1, '2023-05-09 17:55:45.204', NULL), (0x358e96ce8e434d85b10238b3cdb6a190, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-COV', 1, 1, '2023-05-09 17:55:44.877', NULL), (0x360916f757e5450c9057c73d389dba4d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NTY', 1, 1, '2023-05-09 17:55:44.896', NULL), (0x36a67910556b445785044e58a13e110d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-KTT', 1, 1, '2023-05-09 17:55:44.842', NULL), (0x3bb08b2a1a854a508612a5668015acd0, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-UKM', 1, 1, '2023-05-09 17:55:44.758', NULL), (0x3c3fddf469f94bfda700795877a9dafb, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-KWL', 1, 1, '2023-05-09 17:55:44.887', NULL), (0x3cbbbcc593934d9a9bad3eaffa048320, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-TFW', 1, 1, '2023-05-09 17:55:45.020', NULL), (0x3d31961399164c079139c79fa05af65c, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BGW', 1, 1, '2023-05-09 17:55:45.108', NULL), (0x3d54e76d0cde4b54b58e1992ebe7d375, 0x0439636e00954235a2d17feab2450c27, 'US-GA', 1, 1, '2023-05-09 17:55:45.201', NULL), (0x3d79dd3a9e51419c8c98794f483195c0, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-TWH', 1, 1, '2023-05-09 17:55:44.858', NULL), (0x3e90973c854846008108c3a9665ce258, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LBC', 1, 1, '2023-05-09 17:55:45.047', NULL), (0x3f28649d7bd44d1fb095c5b2a88ec00f, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-NI', 1, 1, '2023-05-09 17:55:44.715', NULL), (0x3f855c50ef244144af51d9157911f97e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LUT', 1, 1, '2023-05-09 17:55:44.978', NULL), (0x40a61931d1284c839a0f89cc1402af3b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-GLS', 1, 1, '2023-05-09 17:55:44.774', NULL), (0x41284efb65c846eaa82fd49168ea3efb, 0x0439636e00954235a2d17feab2450c27, 'US-MA', 1, 1, '2023-05-09 17:55:45.220', NULL), (0x4248f7c5ae6f432eb8c00b1cf9350007, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WOR', 1, 1, '2023-05-09 17:55:44.804', NULL), (0x43099b0c95dd4bcc9db350e07832303b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WOK', 1, 1, '2023-05-09 17:55:45.032', NULL), (0x4361e3ac2b5d4400b6af6b896cd26162, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SLF', 1, 1, '2023-05-09 17:55:44.905', NULL), (0x4377f964cd97453cb29d6e509b31c10a, 0x0439636e00954235a2d17feab2450c27, 'US-MI', 1, 1, '2023-05-09 17:55:45.223', NULL), (0x43b3bd72009348e29878e4c8deda3fd6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HRT', 1, 1, '2023-05-09 17:55:44.777', NULL), (0x4519d41bdcb74c32a7b0416ca566ab8a, 0x0439636e00954235a2d17feab2450c27, 'US-CT', 1, 1, '2023-05-09 17:55:45.195', NULL), (0x457205e4bf8f49ac98512c6fc0ea473e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-FMO', 1, 1, '2023-05-09 17:55:45.045', NULL), (0x461f737c4ee44397a4478c6318eb2e2a, 0x0439636e00954235a2d17feab2450c27, 'US-NY', 1, 1, '2023-05-09 17:55:45.241', NULL), (0x46adcfc87e724084b5f292ab1341628f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ZET', 1, 1, '2023-05-09 17:55:45.097', NULL), (0x474d9fa146014506b7b989838e45d702, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MLN', 1, 1, '2023-05-09 17:55:45.083', NULL), (0x4835427d4403418398800a91d208fe97, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ELS', 1, 1, '2023-05-09 17:55:45.073', NULL), (0x48a9731421f04a608570a27f07ad1e5c, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SAW', 1, 1, '2023-05-09 17:55:44.907', NULL), (0x4974af9aa6464e788dcd65bff5f5b6aa, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LIV', 1, 1, '2023-05-09 17:55:44.890', NULL), (0x497bb209b5544ecea64ca7feb99b83c8, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CHE', 1, 1, '2023-05-09 17:55:44.950', NULL), (0x49c8894253a0470ea75d98035fd495c9, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-PKN', 1, 1, '2023-05-09 17:55:45.093', NULL), (0x4a1ff3d7172a488e8b799165e785d5ca, 0x0439636e00954235a2d17feab2450c27, 'US-WV', 1, 1, '2023-05-09 17:55:45.275', NULL), (0x4b164ed33d304ffaae288fa69d67f6b7, 0x0439636e00954235a2d17feab2450c27, 'US-MD', 1, 1, '2023-05-09 17:55:45.218', NULL), (0x4b18d07331824af49d81ac44ca4235f6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WFT', 1, 1, '2023-05-09 17:55:44.859', NULL), (0x4bd925782f0f40cf81c71c0c51350656, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-GWN', 1, 1, '2023-05-09 17:55:45.123', NULL), (0x4ce9270862a54708bbb6d27cd4bf84e9, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-FIF', 1, 1, '2023-05-09 17:55:45.076', NULL), (0x4cf12dffa3084727b3f3e0ec17ba7508, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SWA', 1, 1, '2023-05-09 17:55:45.143', NULL), (0x4da2858b0c2948adb08139a7033357bd, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NTT', 1, 1, '2023-05-09 17:55:44.790', NULL), (0x4f8d2ae65c804210b808e160491d9e5e, 0x0439636e00954235a2d17feab2450c27, 'US-ND', 1, 1, '2023-05-09 17:55:45.244', NULL), (0x5040421febd943ca96d50a08d3f75c3b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-GAT', 1, 1, '2023-05-09 17:55:44.883', NULL), (0x5268f681e14a49d7abc28ca8990abc70, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NSM', 1, 1, '2023-05-09 17:55:44.988', NULL), (0x53f48143ec404150a2109050ad1d66fd, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CMA', 1, 1, '2023-05-09 17:55:44.763', NULL), (0x5471b39dae504d4bb86cef59ce22d96e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-RCT', 1, 1, '2023-05-09 17:55:45.141', NULL), (0x54f53dc849bf4c90a8bac0b970e3831f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BEN', 1, 1, '2023-05-09 17:55:44.813', NULL), (0x5769451e86554d85a6d837b8456fabe7, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LEW', 1, 1, '2023-05-09 17:55:44.846', NULL), (0x5853ae03a0c749fd9f946761e17cdd7d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BNS', 1, 1, '2023-05-09 17:55:44.865', NULL), (0x5ac567d8df1d4652b53e7252d3c05b14, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DAL', 1, 1, '2023-05-09 17:55:44.956', NULL), (0x5aecead563e543ae86fe6fe18f2309e0, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LBH', 1, 1, '2023-05-09 17:55:44.844', NULL), (0x5b3869c2ddb9416b81e37b83bcf3b033, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NEL', 1, 1, '2023-05-09 17:55:44.985', NULL), (0x5c3726dbb2a349a7924fb543e611a512, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-EAW', 1, 1, '2023-05-09 17:55:44.755', NULL), (0x5e8266c61ac24a97aea90dc20416c9c9, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BKM', 1, 1, '2023-05-09 17:55:44.760', NULL), (0x5ed8a0eb5cd7432d87046de1855a3bae, 0x0439636e00954235a2d17feab2450c27, 'US-IN', 1, 1, '2023-05-09 17:55:45.207', NULL), (0x5f8d7fddff6d4164b88b527cbbf54bb5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NGM', 1, 1, '2023-05-09 17:55:44.993', NULL), (0x60f7fd662dd64efb93f6efedcf5940f3, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BNE', 1, 1, '2023-05-09 17:55:44.809', NULL), (0x61b4b615de654d77b91e000178ca1467, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-YOR', 1, 1, '2023-05-09 17:55:45.034', NULL), (0x61bce167bace45c6a54c154d58009eef, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LDS', 1, 1, '2023-05-09 17:55:44.888', NULL), (0x6273e2244a9c493a80d1700a880ab9f8, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BST', 1, 1, '2023-05-09 17:55:44.947', NULL), (0x62abae8197d9495f944035461dba8c8e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SFT', 1, 1, '2023-05-09 17:55:44.909', NULL), (0x63787a691a5348e6bb0bdf2c4fb9504c, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-RP', 1, 1, '2023-05-09 17:55:44.723', NULL), (0x6389ad72538446498f05c98da1af13a5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MDW', 1, 1, '2023-05-09 17:55:44.980', NULL), (0x645da0cbbb7146518bfe76741a78a5de, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WLL', 1, 1, '2023-05-09 17:55:44.925', NULL), (0x64cef24516c74611b1a3d9c42f35cc7c, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ABD', 1, 1, '2023-05-09 17:55:45.055', NULL), (0x6528b4cb6f4d4c54bce37d2949f59528, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-BE', 1, 1, '2023-05-09 17:55:44.703', NULL), (0x65abaf682d1d4309918ac7b9f6724532, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-THR', 1, 1, '2023-05-09 17:55:45.022', NULL), (0x66c9f947cf0d429ab8bdd41ab4ff38b5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SHR', 1, 1, '2023-05-09 17:55:45.007', NULL), (0x66ca90ef89d5444dbe118bd66920dde4, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-IVC', 1, 1, '2023-05-09 17:55:45.081', NULL), (0x6733ac1f46684216a336e581409210a5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SGC', 1, 1, '2023-05-09 17:55:45.010', NULL), (0x684802f51a8143b1a15ab06f7e8d5bf6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DUD', 1, 1, '2023-05-09 17:55:44.881', NULL), (0x6aae522436764b11ad4d1dc58f6fb027, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WSX', 1, 1, '2023-05-09 17:55:44.803', NULL), (0x6b161a39934e4d56ad5271d01db1cca5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WIL', 1, 1, '2023-05-09 17:55:45.028', NULL), (0x6cba62b8cd02446a85905c8147d92a2f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NTL', 1, 1, '2023-05-09 17:55:45.133', NULL), (0x6d1211b07cc4405491724806d849c358, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ENG', 1, 1, '2023-05-09 17:55:44.749', NULL), (0x6eb36ba229234ba2a067eda574fa31ba, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-EDU', 1, 1, '2023-05-09 17:55:45.067', NULL), (0x701809d4ed3246e6b752a83cf49d29bb, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SLK', 1, 1, '2023-05-09 17:55:45.101', NULL), (0x704e397930ab49b4a149e99c6fd1247e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NET', 1, 1, '2023-05-09 17:55:44.894', NULL), (0x7129cc4d5c9e445db90c65d6bfc4f358, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-SN', 1, 1, '2023-05-09 17:55:44.733', NULL), (0x7280508cfbb54e6483a54475af58ea0a, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-HB', 1, 1, '2023-05-09 17:55:44.708', NULL), (0x75d82a7e637440d6bcfce1c679dcad90, 0x0439636e00954235a2d17feab2450c27, 'US-OK', 1, 1, '2023-05-09 17:55:45.249', NULL), (0x75e29914f425453aac83aa9856ef763e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WAR', 1, 1, '2023-05-09 17:55:44.801', NULL), (0x763c92d9134d455082f6505cdd46492b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BEX', 1, 1, '2023-05-09 17:55:44.811', NULL), (0x77b082faa9f3424ea01e6a232feffd35, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BGE', 1, 1, '2023-05-09 17:55:45.109', NULL), (0x78909a26520a495486b67620b16e9bd2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-RUT', 1, 1, '2023-05-09 17:55:45.005', NULL), (0x7ab7200287974328b8ec0076d7188565, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-STN', 1, 1, '2023-05-09 17:55:44.856', NULL), (0x7ade4bb690c047ed9e86692bbea717cd, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-NW', 1, 1, '2023-05-09 17:55:44.721', NULL), (0x7c014d377b33479290d4b2bdb1cf9feb, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HNS', 1, 1, '2023-05-09 17:55:44.837', NULL), (0x7c70b5a2563748dfb56001219b1fd6d5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LIN', 1, 1, '2023-05-09 17:55:44.784', NULL), (0x7caa22c3438640f7b5d4eb53661600a9, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-RFW', 1, 1, '2023-05-09 17:55:45.094', NULL), (0x7d723edd387c4ff99aa5b259946d7c8b, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-BB', 1, 1, '2023-05-09 17:55:44.706', NULL), (0x7ef9dcf3bdea47a1ad4b152a8509010a, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NIR', 1, 1, '2023-05-09 17:55:44.750', NULL), (0x8065c8be7c704bc486e852f4414e0c5e, 0x0439636e00954235a2d17feab2450c27, 'US-OR', 1, 1, '2023-05-09 17:55:45.250', NULL), (0x80dd62e28be34586868a4c1bcff1cc6a, 0x0439636e00954235a2d17feab2450c27, 'US-DC', 1, 1, '2023-05-09 17:55:45.281', NULL), (0x8133cb1bcc59482c97eb379595813f76, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BDG', 1, 1, '2023-05-09 17:55:44.808', NULL), (0x8216935cbde64aa59361fa71f47a60e0, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BNH', 1, 1, '2023-05-09 17:55:44.945', NULL), (0x83f54d2f5c914687a28a322d9f7a4793, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ELN', 1, 1, '2023-05-09 17:55:45.068', NULL), (0x84250d79243a453487645a7a2247dc95, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CLD', 1, 1, '2023-05-09 17:55:44.875', NULL), (0x84ade52cab394993991e49baea783f53, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NWM', 1, 1, '2023-05-09 17:55:44.849', NULL), (0x8521a57a5c49421da201fbd0678e9228, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HPL', 1, 1, '2023-05-09 17:55:44.967', NULL), (0x85ea6c372ad34b22b382bc7fc7a6fba2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LAN', 1, 1, '2023-05-09 17:55:44.781', NULL), (0x8705481788db4aa8b3e996c88336be1e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SCB', 1, 1, '2023-05-09 17:55:45.096', NULL), (0x882fa11fc0724085a9624bfbc70fc128, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-STS', 1, 1, '2023-05-09 17:55:44.795', NULL), (0x8b467814136b49c3a7b151f492ed4ebd, 0x0439636e00954235a2d17feab2450c27, 'US-FL', 1, 1, '2023-05-09 17:55:45.199', NULL), (0x8bc89595cbca4b95bd2385d3429eb5eb, 0x0439636e00954235a2d17feab2450c27, 'US-OH', 1, 1, '2023-05-09 17:55:45.247', NULL), (0x8c5ca4c6fb9843babdd6844c756a200b, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-TH', 1, 1, '2023-05-09 17:55:44.740', NULL), (0x8cae5e03e29c47e7a2650d2f1a2830e7, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-TOF', 1, 1, '2023-05-09 17:55:45.144', NULL), (0x8cf38adedc5245898e0c1ac18ceb6dd2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ABE', 1, 1, '2023-05-09 17:55:45.053', NULL), (0x8d7579f5ed2f4b669bd7ddc98255da60, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NFK', 1, 1, '2023-05-09 17:55:44.785', NULL), (0x8dc6d18e0196478a8e6a0c24f3d2537d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-RIC', 1, 1, '2023-05-09 17:55:44.853', NULL), (0x8e4e612ee9f6456e92054635098903f2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-RDG', 1, 1, '2023-05-09 17:55:45.002', NULL), (0x8e7526ad9ada4cd995896d5c58cb5059, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WRT', 1, 1, '2023-05-09 17:55:45.025', NULL), (0x8f230b9de5c84ed4bc1d3b9cac26dc4b, 0x0439636e00954235a2d17feab2450c27, 'US-RI', 1, 1, '2023-05-09 17:55:45.255', NULL), (0x8fd2b35d05a4471cbb814219c24c73df, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-ST', 1, 1, '2023-05-09 17:55:44.735', NULL), (0x9018c8bb01064e4fbcb6e4d26dd5b4e9, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ISL', 1, 1, '2023-05-09 17:55:44.839', NULL), (0x917f6b5447a047e580039206d96c7e89, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-RCC', 1, 1, '2023-05-09 17:55:45.003', NULL), (0x94e076d0cec243cf8cf9992370299fbf, 0x0439636e00954235a2d17feab2450c27, 'US-UT', 1, 1, '2023-05-09 17:55:45.268', NULL), (0x95b03054ce7e44929bfbdee35617b66b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CLK', 1, 1, '2023-05-09 17:55:45.060', NULL), (0x95f5e6d075894074bd5d5648c044c9b7, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-EAL', 1, 1, '2023-05-09 17:55:44.819', NULL), (0x96748f7e498545ec9bda6ad8edd21405, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-FAL', 1, 1, '2023-05-09 17:55:45.075', NULL), (0x96e774f8c1c749c7bd729d7cf59b5275, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DEV', 1, 1, '2023-05-09 17:55:44.767', NULL), (0x9768f7937ae74b97a59e1be6da694379, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-TAM', 1, 1, '2023-05-09 17:55:44.920', NULL), (0x99715c8fe8d5491e90a04d3a760944a3, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NLN', 1, 1, '2023-05-09 17:55:44.987', NULL), (0x99d0006be2e5491e9dbe6652ae5a8bbb, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-AGY', 1, 1, '2023-05-09 17:55:45.125', NULL), (0x9acedb4cfdce4ff3b6b385a8a1d341be, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MRT', 1, 1, '2023-05-09 17:55:44.848', NULL), (0x9cc17680afc942b2901db5c227746dc4, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-FLN', 1, 1, '2023-05-09 17:55:45.121', NULL), (0x9dc1a04e39aa48228381aabbb3592dc1, 0x0439636e00954235a2d17feab2450c27, 'US-MT', 1, 1, '2023-05-09 17:55:45.231', NULL), (0x9e7becf91a8046c992b87180a23b4498, 0x0439636e00954235a2d17feab2450c27, 'US-SC', 1, 1, '2023-05-09 17:55:45.261', NULL), (0xa2cc4b0e6cb8422caeb3974250cc606d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SFK', 1, 1, '2023-05-09 17:55:44.797', NULL), (0xa32560174a814f1daacd356a3f6b5792, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WGN', 1, 1, '2023-05-09 17:55:44.927', NULL), (0xa3f88f21a42244d298f70cd81345ae38, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SOS', 1, 1, '2023-05-09 17:55:45.013', NULL), (0xa6ffca2d65154d3288b9f466bf0f61c6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CWY', 1, 1, '2023-05-09 17:55:45.117', NULL), (0xa73e6737bfa945e0a8bdee81427254cf, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-KEN', 1, 1, '2023-05-09 17:55:44.779', NULL), (0xa7d834f5c0d64532b9d98055208b3e5c, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ORK', 1, 1, '2023-05-09 17:55:45.091', NULL), (0xab91b44d3de243278da8df1f84aaffd3, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SWK', 1, 1, '2023-05-09 17:55:44.854', NULL), (0xadb868efc4064208bbcda9231c4e47cd, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-AGB', 1, 1, '2023-05-09 17:55:45.058', NULL), (0xae67b870276a483b9867d2da2b080681, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HMF', 1, 1, '2023-05-09 17:55:44.827', NULL), (0xaf325e27cc874c2b95f535b0889ecac6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BRC', 1, 1, '2023-05-09 17:55:44.943', NULL), (0xafce799622a2403aa1b2d32d903710a6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WBK', 1, 1, '2023-05-09 17:55:45.027', NULL), (0xb078476e32f0430e9daf55e9dc5ded69, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BRY', 1, 1, '2023-05-09 17:55:44.814', NULL), (0xb1887de8efc74b469be48cd2d0e32c59, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-MV', 1, 1, '2023-05-09 17:55:44.718', NULL), (0xb32035b50d92442c87076b11849dd15d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-TOB', 1, 1, '2023-05-09 17:55:45.023', NULL), (0xb322b30740064e7fa22f53e714c7aa32, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-OLD', 1, 1, '2023-05-09 17:55:44.897', NULL), (0xb38b598ac010469cbad07b396b58b4d1, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WLV', 1, 1, '2023-05-09 17:55:44.931', NULL), (0xb3f82bd3aa5946c28b46500faf340f9c, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DUR', 1, 1, '2023-05-09 17:55:44.960', NULL), (0xb48e7d5ce84b41b68b7e4f9f09c06909, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-POW', 1, 1, '2023-05-09 17:55:45.139', NULL), (0xb601f0f014bd45d3ae761a2b0bd585ea, 0x0439636e00954235a2d17feab2450c27, 'US-PA', 1, 1, '2023-05-09 17:55:45.253', NULL), (0xb6532ea52c11482f85860f0de4409fde, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HLD', 1, 1, '2023-05-09 17:55:45.080', NULL), (0xb6609b2bd1f647dbbc5e38f889fb4dfc, 0x0439636e00954235a2d17feab2450c27, 'US-VT', 1, 1, '2023-05-09 17:55:45.270', NULL), (0xb75be49243364691852e2f4f9690f2f8, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DER', 1, 1, '2023-05-09 17:55:44.958', NULL), (0xb78ae67095844dafad915d1c8d36090f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-STY', 1, 1, '2023-05-09 17:55:44.914', NULL), (0xb78aeb579ee14d47b7d994449f2f4b7b, 0x0439636e00954235a2d17feab2450c27, 'US-IA', 1, 1, '2023-05-09 17:55:45.209', NULL), (0xb7ab9559cf194e89a1ac09e746e81443, 0x0439636e00954235a2d17feab2450c27, 'US-AR', 1, 1, '2023-05-09 17:55:45.190', NULL), (0xb87f7302063e463a996a57e45f1ead1b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-RDB', 1, 1, '2023-05-09 17:55:44.851', NULL), (0xb97fd687aff14ac49e744d2e5f131081, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MUL', 1, 1, '2023-05-09 17:55:45.050', NULL), (0xb9de2a7697bd4f93b8ce11108878b0dc, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SND', 1, 1, '2023-05-09 17:55:44.918', NULL), (0xbab0dd0d65bb42c4b22ac940732338be, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SCT', 1, 1, '2023-05-09 17:55:44.752', NULL), (0xbb2a111bee604228a99043d23aeaf7e5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BMH', 1, 1, '2023-05-09 17:55:44.941', NULL), (0xbc566c522e004172a3633e604e77c0d1, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NTH', 1, 1, '2023-05-09 17:55:44.789', NULL), (0xbd1570e68f6546e3927dbd8f00d7692d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SRY', 1, 1, '2023-05-09 17:55:44.799', NULL), (0xbd526182831149d0b213fac7ca103b6f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-POL', 1, 1, '2023-05-09 17:55:44.998', NULL), (0xbf6729b14ed147599480727535507f8f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DEN', 1, 1, '2023-05-09 17:55:45.119', NULL), (0xbfd0978ac3714a8986dfbe181bf82ea6, 0x0439636e00954235a2d17feab2450c27, 'US-TX', 1, 1, '2023-05-09 17:55:45.266', NULL), (0xc24446f94eee4bdf8b561303d4463268, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-TRF', 1, 1, '2023-05-09 17:55:44.922', NULL), (0xc2adea1e09e241c99bbdaedace7e96b6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WRL', 1, 1, '2023-05-09 17:55:44.929', NULL), (0xc4523d1e11d64c4d8ad23c46c23f7956, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HRY', 1, 1, '2023-05-09 17:55:44.831', NULL), (0xc49fa0c837344d5980bc5dec8d52403b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CGN', 1, 1, '2023-05-09 17:55:45.116', NULL), (0xc52f6846760a44b78a90b3607758f446, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SWD', 1, 1, '2023-05-09 17:55:45.018', NULL), (0xc7889233a68a4b65b57f6309978cd327, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CAY', 1, 1, '2023-05-09 17:55:45.111', NULL), (0xc85f478e65ae44f585871ebd9f59e20c, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WKF', 1, 1, '2023-05-09 17:55:44.923', NULL), (0xc89ddb60a24f47488c50161179af76f6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-RCH', 1, 1, '2023-05-09 17:55:44.899', NULL), (0xca9eaff58a0c46c7a94c052e340a146e, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-BY', 1, 1, '2023-05-09 17:55:44.699', NULL), (0xcac0c011b5934fafa5b2cfa78732b5f6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BIR', 1, 1, '2023-05-09 17:55:44.866', NULL), (0xcb322299115d454b8f98d996d3208ec6, 0x0439636e00954235a2d17feab2450c27, 'US-WI', 1, 1, '2023-05-09 17:55:45.277', NULL), (0xcc88e0f70393480da0b4a7898992ddc2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WRX', 1, 1, '2023-05-09 17:55:45.147', NULL), (0xccfc934f31384bdfaae84b180b10022c, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DBY', 1, 1, '2023-05-09 17:55:44.765', NULL), (0xccfef2a4a14d4e7b8ef01888af863927, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LEC', 1, 1, '2023-05-09 17:55:44.782', NULL), (0xcdd4373e0e7c42ad8fa7eee56a71758a, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LCE', 1, 1, '2023-05-09 17:55:44.976', NULL), (0xce13920a569745569c43d1b6919640ef, 0x0439636e00954235a2d17feab2450c27, 'US-IL', 1, 1, '2023-05-09 17:55:45.206', NULL), (0xcf312eb4037545beb8d6a0a9a360f3bb, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CBF', 1, 1, '2023-05-09 17:55:44.949', NULL), (0xcf32968dc9334b468294d410ed8b2dbc, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SHN', 1, 1, '2023-05-09 17:55:44.903', NULL), (0xcf933672775743eda95599eaef9eafc7, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BDF', 1, 1, '2023-05-09 17:55:44.935', NULL), (0xd00a221c097947aab6555b18a502b79e, 0x0439636e00954235a2d17feab2450c27, 'US-NV', 1, 1, '2023-05-09 17:55:45.234', NULL), (0xd0499c9642a541b68ee0b810bd7d913e, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-KHL', 1, 1, '2023-05-09 17:55:44.975', NULL), (0xd20a6e17b25f422ea2a8402e39d8bad5, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-STT', 1, 1, '2023-05-09 17:55:45.015', NULL), (0xd244d4fd06634a0ab301be5a0adaa19f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SOM', 1, 1, '2023-05-09 17:55:44.794', NULL), (0xd2ef51f37d8e43ab868919a58647a2c2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ABC', 1, 1, '2023-05-09 17:55:45.038', NULL), (0xd3287f03cecb42fdb761313676c089e4, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HCK', 1, 1, '2023-05-09 17:55:44.825', NULL), (0xd3eedaeb6ebd43e9a9cf7f35f05a9c24, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-IOW', 1, 1, '2023-05-09 17:55:44.971', NULL), (0xd3fc5d515728441891f885be7a25044d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BBD', 1, 1, '2023-05-09 17:55:44.937', NULL), (0xd50d37b3087941a8a6e47d2e3f288e2c, 0x0439636e00954235a2d17feab2450c27, 'US-WY', 1, 1, '2023-05-09 17:55:45.279', NULL), (0xd50defdb6f334a8fa4c8fee20198951b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-VGL', 1, 1, '2023-05-09 17:55:45.146', NULL), (0xd6995b94a7074d2d8224ddb0cf098ab0, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HAV', 1, 1, '2023-05-09 17:55:44.834', NULL), (0xd6d7b744ecda4ec380c4b4637863f022, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ANS', 1, 1, '2023-05-09 17:55:45.057', NULL), (0xd712e48bb19e49e0bc49c77194b54ed9, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NAY', 1, 1, '2023-05-09 17:55:45.086', NULL), (0xd8bbda9eec0a45658add9de178d9697f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WNM', 1, 1, '2023-05-09 17:55:45.030', NULL), (0xdc1a4cf1bd4e43398df7dc8ea6fe7e31, 0x0439636e00954235a2d17feab2450c27, 'US-ME', 1, 1, '2023-05-09 17:55:45.217', NULL), (0xdcc0e7b363bb406c9194050c6f060aaa, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MEA', 1, 1, '2023-05-09 17:55:45.048', NULL), (0xddbcc8a32bdc4b039eb8fd52c38010cc, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-HE', 1, 1, '2023-05-09 17:55:44.713', NULL), (0xde0a03a4932c4fe797a1b123cd01777d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BOL', 1, 1, '2023-05-09 17:55:44.868', NULL), (0xdec1b7249cee4ff1bbdccaacf87f4948, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ENF', 1, 1, '2023-05-09 17:55:44.821', NULL), (0xdf2bd95397d747b9baa3d26db4379c93, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-OXF', 1, 1, '2023-05-09 17:55:44.792', NULL), (0xe23517a4833f44868ac1d03618e5efcb, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CAM', 1, 1, '2023-05-09 17:55:44.762', NULL), (0xe4a4486c4b8d4b578bbe0fb90f3cec16, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BPL', 1, 1, '2023-05-09 17:55:44.939', NULL), (0xe4a9317ec2cc41e9b3ac44e99f7a75e1, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-GLG', 1, 1, '2023-05-09 17:55:45.078', NULL), (0xe4d1eec5615d44288e78be53368f3f70, 0x0439636e00954235a2d17feab2450c27, 'US-DE', 1, 1, '2023-05-09 17:55:45.197', NULL), (0xe50fad65528942e1b3ae26db9343629b, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HAM', 1, 1, '2023-05-09 17:55:44.775', NULL), (0xe66ca970c1cb49eba399ce107ec7797f, 0x0439636e00954235a2d17feab2450c27, 'US-NC', 1, 1, '2023-05-09 17:55:45.243', NULL), (0xe6b925b375b94332afac9a1a45a224d2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-KIR', 1, 1, '2023-05-09 17:55:44.885', NULL), (0xe827f8ee280e4e2bb3e1391f69c893dc, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HEF', 1, 1, '2023-05-09 17:55:44.969', NULL), (0xe9306099ea9c48cfae8d286337d8568f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CON', 1, 1, '2023-05-09 17:55:44.954', NULL), (0xe958450ce7cc456f885f674c097cd5c0, 0x0439636e00954235a2d17feab2450c27, 'US-KY', 1, 1, '2023-05-09 17:55:45.213', NULL), (0xe9dcdad70e2940a295e21ee36448e015, 0x0439636e00954235a2d17feab2450c27, 'US-AZ', 1, 1, '2023-05-09 17:55:45.189', NULL), (0xe9defe06062f436c936dd512aa7ca9e1, 0x0439636e00954235a2d17feab2450c27, 'US-NH', 1, 1, '2023-05-09 17:55:45.236', NULL), (0xea55bb5e23524203b2a904799d6092a6, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CMN', 1, 1, '2023-05-09 17:55:45.114', NULL), (0xea9782d054ce452d8e4a623f07e082b2, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DRS', 1, 1, '2023-05-09 17:55:45.043', NULL), (0xebcdf1f98536469d8f70fd98cc2eed8a, 0x0439636e00954235a2d17feab2450c27, 'US-NM', 1, 1, '2023-05-09 17:55:45.240', NULL), (0xecd2831f40ae4b6c93cdb525bd3fdc36, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DOR', 1, 1, '2023-05-09 17:55:44.769', NULL), (0xed49fb233d2b49dd8116d27a20a75783, 0x0439636e00954235a2d17feab2450c27, 'US-KS', 1, 1, '2023-05-09 17:55:45.211', NULL), (0xee20cb9d5a674f88b6c488ff60e2e92f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-HAL', 1, 1, '2023-05-09 17:55:44.965', NULL), (0xef7198cf980e4b89bba695c44c2f827c, 0x0439636e00954235a2d17feab2450c27, 'US-CA', 1, 1, '2023-05-09 17:55:45.192', NULL), (0xf0076e7b8186436f895f968cea5087b0, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-GBN', 1, 1, '2023-05-09 17:55:44.757', NULL), (0xf076d4f246144d68948d6020aa3b010a, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BAS', 1, 1, '2023-05-09 17:55:44.933', NULL), (0xf10d7f69907f477eb2d3e64055a05d2f, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-POR', 1, 1, '2023-05-09 17:55:45.000', NULL), (0xf1725103f50c4b728ae767a757feee13, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MDB', 1, 1, '2023-05-09 17:55:44.981', NULL), (0xf21a35aa2726406082fbe43439b4db2d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-MTY', 1, 1, '2023-05-09 17:55:45.126', NULL), (0xf27934f0fe1049d9bb883b578ce6b1f3, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-WDU', 1, 1, '2023-05-09 17:55:45.105', NULL), (0xf55f9b0a85c94a8790f083147e54b114, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-PTE', 1, 1, '2023-05-09 17:55:44.995', NULL), (0xf5ec669aaf854c76bf8c42df912c5065, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-LND', 1, 1, '2023-05-09 17:55:44.806', NULL), (0xf6a72fc5c21e42c7be2b8a58e7c7fe07, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-PEM', 1, 1, '2023-05-09 17:55:45.137', NULL), (0xf78fd6be9e174fbcb8e3784cc6a2f1d1, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NMD', 1, 1, '2023-05-09 17:55:45.052', NULL), (0xf88ba79593ce40369b0a9008089644ef, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-NBL', 1, 1, '2023-05-09 17:55:44.990', NULL), (0xf95e98a34a81413f8f7c8b635b166942, 0x0439636e00954235a2d17feab2450c27, 'US-TN', 1, 1, '2023-05-09 17:55:45.265', NULL), (0xf964d0ede1e74cb6b5713edf72aa79d2, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-HH', 1, 1, '2023-05-09 17:55:44.710', NULL), (0xfa0fe262870d43db9a608847a91ac7c5, 0x0439636e00954235a2d17feab2450c27, 'US-MN', 1, 1, '2023-05-09 17:55:45.225', NULL), (0xfa6a7a798ee54183bc26153181e3d68d, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-ESS', 1, 1, '2023-05-09 17:55:44.772', NULL), (0xfb83ed79e4d441968f96430b8de57fc3, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-CRF', 1, 1, '2023-05-09 17:55:45.113', NULL), (0xfbcec6d5e43349f182c8a0f16e72ec54, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-BRD', 1, 1, '2023-05-09 17:55:44.871', NULL), (0xfc6fe083b3b84d92b7e9d8f7a62601f3, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-SLG', 1, 1, '2023-05-09 17:55:45.008', NULL), (0xfdcc453f812b45c5a264d82cc058689a, 0x0439636e00954235a2d17feab2450c27, 'US-VA', 1, 1, '2023-05-09 17:55:45.272', NULL), (0xfe84ddb2c93648138dedbe51ac128347, 0xda33abae47e64a3eb393b0a0f29bff37, 'GB-DND', 1, 1, '2023-05-09 17:55:45.063', NULL), (0xffd17db8c3be4ee4a05c6ce1a281f1c8, 0x458c1f7b461f4340bebd7b331d6e0241, 'DE-SL', 1, 1, '2023-05-09 17:55:44.730', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `country_state_translation` -- CREATE TABLE `country_state_translation` ( `country_state_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `country_state_translation` -- INSERT INTO `country_state_translation` (`country_state_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x00556d254aa94d909ecd63f6b4d5dc80, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Isles of Scilly', NULL, '2023-05-09 18:02:58.651', NULL), (0x00556d254aa94d909ecd63f6b4d5dc80, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Isles of Scilly', NULL, '2023-05-09 17:55:44.973', NULL), (0x03279df305344537a2bc324ee1690db1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Doncaster', NULL, '2023-05-09 18:02:58.651', NULL), (0x03279df305344537a2bc324ee1690db1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Doncaster', NULL, '2023-05-09 17:55:44.879', NULL), (0x034f0ceec08141deac4ef1950f08e86d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schleswig-Holstein', NULL, '2023-05-09 17:55:44.738', NULL), (0x034f0ceec08141deac4ef1950f08e86d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Schleswig-Holstein', NULL, '2023-05-09 17:55:44.738', NULL), (0x0476468e53c24ef1ac78eef0e5cdb995, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stoke-on-Trent', NULL, '2023-05-09 18:02:58.651', NULL), (0x0476468e53c24ef1ac78eef0e5cdb995, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Stoke-on-Trent', NULL, '2023-05-09 17:55:45.017', NULL), (0x0540aeafbde94a0cadd41529994ec4eb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bury', NULL, '2023-05-09 18:02:58.651', NULL), (0x0540aeafbde94a0cadd41529994ec4eb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bury', NULL, '2023-05-09 17:55:44.873', NULL), (0x06de299c8ec04e01bcc1f1ee169b7008, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hillingdon', NULL, '2023-05-09 18:02:58.651', NULL), (0x06de299c8ec04e01bcc1f1ee169b7008, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hillingdon', NULL, '2023-05-09 17:55:44.836', NULL), (0x0d9a997ceb564d77a2979e22b450c73f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stockport', NULL, '2023-05-09 18:02:58.651', NULL), (0x0d9a997ceb564d77a2979e22b450c73f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Stockport', NULL, '2023-05-09 17:55:44.916', NULL), (0x0f6937acb85a4c5fbc6d45d1a812baf6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kensington and Chelsea', NULL, '2023-05-09 18:02:58.651', NULL), (0x0f6937acb85a4c5fbc6d45d1a812baf6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kensington and Chelsea', NULL, '2023-05-09 17:55:44.841', NULL), (0x0f8edaaf62bd44dcaa2881b056c90b8d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Southampton', NULL, '2023-05-09 18:02:58.651', NULL), (0x0f8edaaf62bd44dcaa2881b056c90b8d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Southampton', NULL, '2023-05-09 17:55:45.011', NULL), (0x100576de89a14b29a367b7daba634a05, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Croydon', NULL, '2023-05-09 18:02:58.651', NULL), (0x100576de89a14b29a367b7daba634a05, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Croydon', NULL, '2023-05-09 17:55:44.818', NULL), (0x10c1e0d3b9ce44ff9c8dfa5220aa42b4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Sussex', NULL, '2023-05-09 18:02:58.651', NULL), (0x10c1e0d3b9ce44ff9c8dfa5220aa42b4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'East Sussex', NULL, '2023-05-09 17:55:44.770', NULL), (0x11b8839f71df44a0bc0856d245c175c3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ards and North Down', NULL, '2023-05-09 18:02:58.651', NULL), (0x11b8839f71df44a0bc0856d245c175c3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ards and North Down', NULL, '2023-05-09 17:55:45.037', NULL), (0x12e22cc5017f4e6bb06c7bdade3a7b7e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Washington', NULL, '2023-05-09 18:02:58.651', NULL), (0x12e22cc5017f4e6bb06c7bdade3a7b7e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Washington', NULL, '2023-05-09 17:55:45.274', NULL), (0x13e33fcd2464469fbb78f37c2c4ad039, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Dakota', NULL, '2023-05-09 18:02:58.651', NULL), (0x13e33fcd2464469fbb78f37c2c4ad039, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Dakota', NULL, '2023-05-09 17:55:45.263', NULL), (0x156e47825f334871b70179934f5afcdf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Causeway Coast and Glens', NULL, '2023-05-09 18:02:58.651', NULL), (0x156e47825f334871b70179934f5afcdf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Causeway Coast and Glens', NULL, '2023-05-09 17:55:45.042', NULL), (0x1586a6dd97234401a66784ceacd398e4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Renfrewshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x1586a6dd97234401a66784ceacd398e4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'East Renfrewshire', NULL, '2023-05-09 17:55:45.070', NULL), (0x15ceffe4cae64a0f8eb8056408b50950, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Alabama', NULL, '2023-05-09 18:02:58.651', NULL), (0x15ceffe4cae64a0f8eb8056408b50950, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Alabama', NULL, '2023-05-09 17:55:45.186', NULL), (0x161985bb611f419681123128b87e351b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Riding of Yorkshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x161985bb611f419681123128b87e351b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'East Riding of Yorkshire', NULL, '2023-05-09 17:55:44.962', NULL), (0x16445dd390724630bdb7bffd9fb0a583, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Harrow', NULL, '2023-05-09 18:02:58.651', NULL), (0x16445dd390724630bdb7bffd9fb0a583, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Harrow', NULL, '2023-05-09 17:55:44.832', NULL), (0x1659441c6a844ee4ae887e5ee660e450, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Lothian', NULL, '2023-05-09 18:02:58.651', NULL), (0x1659441c6a844ee4ae887e5ee660e450, 0x8e6d712041cf4de1b4149dd70cf58df8, 'West Lothian', NULL, '2023-05-09 17:55:45.106', NULL), (0x172070fd1a5343f7a7aa68b77b40b53b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Belfast', NULL, '2023-05-09 18:02:58.651', NULL), (0x172070fd1a5343f7a7aa68b77b40b53b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Belfast', NULL, '2023-05-09 17:55:45.040', NULL), (0x17af3e05b7e4476c9e59427ea5a7f80e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Colorado', NULL, '2023-05-09 18:02:58.651', NULL), (0x17af3e05b7e4476c9e59427ea5a7f80e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Colorado', NULL, '2023-05-09 17:55:45.194', NULL), (0x18153d25e9504fdebe7c1c15b5adfc15, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Monmouthshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x18153d25e9504fdebe7c1c15b5adfc15, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Monmouthshire', NULL, '2023-05-09 17:55:45.128', NULL), (0x1874d8c75d8f451396c6798a9d5cdf76, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dumfries and Galloway', NULL, '2023-05-09 18:02:58.651', NULL), (0x1874d8c75d8f451396c6798a9d5cdf76, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Dumfries and Galloway', NULL, '2023-05-09 17:55:45.062', NULL), (0x1b47155a227c424ea34f413a61ee8c96, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hawaii', NULL, '2023-05-09 18:02:58.651', NULL), (0x1b47155a227c424ea34f413a61ee8c96, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hawaii', NULL, '2023-05-09 17:55:45.202', NULL), (0x1ce16ce20da84fc691a52f338bccd72a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'New Jersey', NULL, '2023-05-09 18:02:58.651', NULL), (0x1ce16ce20da84fc691a52f338bccd72a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'New Jersey', NULL, '2023-05-09 17:55:45.238', NULL), (0x1cf0a71692704efca1dcac5b45b5bdea, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Camden', NULL, '2023-05-09 18:02:58.651', NULL), (0x1cf0a71692704efca1dcac5b45b5bdea, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Camden', NULL, '2023-05-09 17:55:44.816', NULL), (0x1dda1922291d4746a306dfcc9d350470, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stirling', NULL, '2023-05-09 18:02:58.651', NULL), (0x1dda1922291d4746a306dfcc9d350470, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Stirling', NULL, '2023-05-09 17:55:45.103', NULL), (0x1eb030d062d1423ba8a8a2c2c7c8d91f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wales', NULL, '2023-05-09 18:02:58.651', NULL), (0x1eb030d062d1423ba8a8a2c2c7c8d91f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wales', NULL, '2023-05-09 17:55:44.753', NULL), (0x1eef8a0206f64c9d97209406fec5d517, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nebraska', NULL, '2023-05-09 18:02:58.651', NULL), (0x1eef8a0206f64c9d97209406fec5d517, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nebraska', NULL, '2023-05-09 17:55:45.233', NULL), (0x1ffe8b6f6ea04e69b90dd104d4c82193, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Plymouth', NULL, '2023-05-09 18:02:58.651', NULL), (0x1ffe8b6f6ea04e69b90dd104d4c82193, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Plymouth', NULL, '2023-05-09 17:55:44.997', NULL), (0x24a2f368849b4905a06f849fc1884aea, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cheshire West and Chester', NULL, '2023-05-09 18:02:58.651', NULL), (0x24a2f368849b4905a06f849fc1884aea, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cheshire West and Chester', NULL, '2023-05-09 17:55:44.952', NULL), (0x24ec396a27384412a84a89e7a25f4c29, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rotherham', NULL, '2023-05-09 18:02:58.651', NULL), (0x24ec396a27384412a84a89e7a25f4c29, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Rotherham', NULL, '2023-05-09 17:55:44.901', NULL), (0x25c798fd09a74fe2be4e1e2c67408ac2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Greenwich', NULL, '2023-05-09 18:02:58.651', NULL), (0x25c798fd09a74fe2be4e1e2c67408ac2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Greenwich', NULL, '2023-05-09 17:55:44.823', NULL), (0x25f2deb8d5174c909dd30576697e2927, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Milton Keynes', NULL, '2023-05-09 18:02:58.651', NULL), (0x25f2deb8d5174c909dd30576697e2927, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Milton Keynes', NULL, '2023-05-09 17:55:44.983', NULL), (0x263922daf46e43d19caf997c1dc058b1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Louisiana', NULL, '2023-05-09 18:02:58.651', NULL), (0x263922daf46e43d19caf997c1dc058b1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Louisiana', NULL, '2023-05-09 17:55:45.215', NULL), (0x26b30c1c6a28483d98083f7f9f6e103a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Solihull', NULL, '2023-05-09 18:02:58.651', NULL), (0x26b30c1c6a28483d98083f7f9f6e103a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Solihull', NULL, '2023-05-09 17:55:44.912', NULL), (0x28ae64cd8cc24d0e942cb1e1ace4f0a2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Antrim and Newtownabbey', NULL, '2023-05-09 18:02:58.651', NULL), (0x28ae64cd8cc24d0e942cb1e1ace4f0a2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Antrim and Newtownabbey', NULL, '2023-05-09 17:55:45.035', NULL), (0x2a126aa33ad44eb190b837d20c77ffd5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newport', NULL, '2023-05-09 18:02:58.651', NULL), (0x2a126aa33ad44eb190b837d20c77ffd5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Newport', NULL, '2023-05-09 17:55:45.135', NULL), (0x2a3bdcb4467e493481421ebe0e050c24, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Yorkshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x2a3bdcb4467e493481421ebe0e050c24, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Yorkshire', NULL, '2023-05-09 17:55:44.787', NULL), (0x2aca358524ad470da230824dece72ea3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Edinburgh, City of', NULL, '2023-05-09 18:02:58.651', NULL), (0x2aca358524ad470da230824dece72ea3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Edinburgh, City of', NULL, '2023-05-09 17:55:45.072', NULL), (0x2acf06a0db3d4115976bfa458554ff64, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Ayrshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x2acf06a0db3d4115976bfa458554ff64, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Ayrshire', NULL, '2023-05-09 17:55:45.100', NULL), (0x2bbc5ef5493442209e52c96623da1e8e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Lanarkshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x2bbc5ef5493442209e52c96623da1e8e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Lanarkshire', NULL, '2023-05-09 17:55:45.088', NULL), (0x2c19483ff5644aa1b93eb17b3f8a33fe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Manchester', NULL, '2023-05-09 18:02:58.651', NULL), (0x2c19483ff5644aa1b93eb17b3f8a33fe, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Manchester', NULL, '2023-05-09 17:55:44.892', NULL), (0x2d8bf15407c84c32b9eefe2af293d036, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Ayrshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x2d8bf15407c84c32b9eefe2af293d036, 0x8e6d712041cf4de1b4149dd70cf58df8, 'East Ayrshire', NULL, '2023-05-09 17:55:45.065', NULL), (0x2ee3c46fadfb481b8e94c749035b02f2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sheffield', NULL, '2023-05-09 18:02:58.651', NULL), (0x2ee3c46fadfb481b8e94c749035b02f2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sheffield', NULL, '2023-05-09 17:55:44.910', NULL), (0x3022afd46af843d0b68c44bf39b3f37d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wandsworth', NULL, '2023-05-09 18:02:58.651', NULL), (0x3022afd46af843d0b68c44bf39b3f37d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wandsworth', NULL, '2023-05-09 17:55:44.861', NULL), (0x30705c79464d4ed0889682a79f95cbed, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Westminster', NULL, '2023-05-09 18:02:58.651', NULL), (0x30705c79464d4ed0889682a79f95cbed, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Westminster', NULL, '2023-05-09 17:55:44.863', NULL), (0x309936d18ca54921a63c11d8f0054434, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Missouri', NULL, '2023-05-09 18:02:58.651', NULL), (0x309936d18ca54921a63c11d8f0054434, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Missouri', NULL, '2023-05-09 17:55:45.229', NULL), (0x317a44d1217d42988ea5a90a37a4ce08, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Baden-Württemberg', NULL, '2023-05-09 17:55:44.694', NULL), (0x317a44d1217d42988ea5a90a37a4ce08, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Baden-Württemberg', NULL, '2023-05-09 17:55:44.694', NULL), (0x31a0a2d89a374d33ba03c5ed2fa016f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mississippi', NULL, '2023-05-09 18:02:58.651', NULL), (0x31a0a2d89a374d33ba03c5ed2fa016f8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mississippi', NULL, '2023-05-09 17:55:45.227', NULL), (0x3203fd7a4f664fdbaccd5e006de32479, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Moray', NULL, '2023-05-09 18:02:58.651', NULL), (0x3203fd7a4f664fdbaccd5e006de32479, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Moray', NULL, '2023-05-09 17:55:45.085', NULL), (0x3383697639614857996620fbbb2839ce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Alaska', NULL, '2023-05-09 18:02:58.651', NULL), (0x3383697639614857996620fbbb2839ce, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Alaska', NULL, '2023-05-09 17:55:45.187', NULL), (0x347d7cd08d9a4e4cb2466b63c8279c47, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Idaho', NULL, '2023-05-09 18:02:58.651', NULL), (0x347d7cd08d9a4e4cb2466b63c8279c47, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Idaho', NULL, '2023-05-09 17:55:45.204', NULL), (0x358e96ce8e434d85b10238b3cdb6a190, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Coventry', NULL, '2023-05-09 18:02:58.651', NULL), (0x358e96ce8e434d85b10238b3cdb6a190, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Coventry', NULL, '2023-05-09 17:55:44.877', NULL), (0x360916f757e5450c9057c73d389dba4d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Tyneside', NULL, '2023-05-09 18:02:58.651', NULL), (0x360916f757e5450c9057c73d389dba4d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Tyneside', NULL, '2023-05-09 17:55:44.896', NULL), (0x36a67910556b445785044e58a13e110d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kingston upon Thames', NULL, '2023-05-09 18:02:58.651', NULL), (0x36a67910556b445785044e58a13e110d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kingston upon Thames', NULL, '2023-05-09 17:55:44.842', NULL), (0x3bb08b2a1a854a508612a5668015acd0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'United Kingdom', NULL, '2023-05-09 18:02:58.651', NULL), (0x3bb08b2a1a854a508612a5668015acd0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'United Kingdom', NULL, '2023-05-09 17:55:44.758', NULL), (0x3c3fddf469f94bfda700795877a9dafb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Knowsley', NULL, '2023-05-09 18:02:58.651', NULL), (0x3c3fddf469f94bfda700795877a9dafb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Knowsley', NULL, '2023-05-09 17:55:44.887', NULL), (0x3cbbbcc593934d9a9bad3eaffa048320, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Telford and Wrekin', NULL, '2023-05-09 18:02:58.651', NULL), (0x3cbbbcc593934d9a9bad3eaffa048320, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Telford and Wrekin', NULL, '2023-05-09 17:55:45.020', NULL), (0x3d31961399164c079139c79fa05af65c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blaenau Gwent', NULL, '2023-05-09 18:02:58.651', NULL), (0x3d31961399164c079139c79fa05af65c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Blaenau Gwent', NULL, '2023-05-09 17:55:45.108', NULL), (0x3d54e76d0cde4b54b58e1992ebe7d375, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Georgia', NULL, '2023-05-09 18:02:58.651', NULL), (0x3d54e76d0cde4b54b58e1992ebe7d375, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Georgia', NULL, '2023-05-09 17:55:45.201', NULL), (0x3d79dd3a9e51419c8c98794f483195c0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tower Hamlets', NULL, '2023-05-09 18:02:58.651', NULL), (0x3d79dd3a9e51419c8c98794f483195c0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tower Hamlets', NULL, '2023-05-09 17:55:44.858', NULL), (0x3e90973c854846008108c3a9665ce258, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lisburn and Castlereagh', NULL, '2023-05-09 18:02:58.651', NULL), (0x3e90973c854846008108c3a9665ce258, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lisburn and Castlereagh', NULL, '2023-05-09 17:55:45.047', NULL), (0x3f28649d7bd44d1fb095c5b2a88ec00f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niedersachsen', NULL, '2023-05-09 17:55:44.715', NULL), (0x3f28649d7bd44d1fb095c5b2a88ec00f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lower Saxony', NULL, '2023-05-09 17:55:44.715', NULL), (0x3f855c50ef244144af51d9157911f97e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Luton', NULL, '2023-05-09 18:02:58.651', NULL), (0x3f855c50ef244144af51d9157911f97e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Luton', NULL, '2023-05-09 17:55:44.978', NULL), (0x40a61931d1284c839a0f89cc1402af3b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gloucestershire', NULL, '2023-05-09 18:02:58.651', NULL), (0x40a61931d1284c839a0f89cc1402af3b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Gloucestershire', NULL, '2023-05-09 17:55:44.774', NULL), (0x41284efb65c846eaa82fd49168ea3efb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Massachusetts', NULL, '2023-05-09 18:02:58.651', NULL), (0x41284efb65c846eaa82fd49168ea3efb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Massachusetts', NULL, '2023-05-09 17:55:45.220', NULL), (0x4248f7c5ae6f432eb8c00b1cf9350007, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Worcestershire', NULL, '2023-05-09 18:02:58.651', NULL), (0x4248f7c5ae6f432eb8c00b1cf9350007, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Worcestershire', NULL, '2023-05-09 17:55:44.804', NULL), (0x43099b0c95dd4bcc9db350e07832303b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wokingham', NULL, '2023-05-09 18:02:58.651', NULL), (0x43099b0c95dd4bcc9db350e07832303b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wokingham', NULL, '2023-05-09 17:55:45.032', NULL), (0x4361e3ac2b5d4400b6af6b896cd26162, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Salford', NULL, '2023-05-09 18:02:58.651', NULL), (0x4361e3ac2b5d4400b6af6b896cd26162, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Salford', NULL, '2023-05-09 17:55:44.905', NULL), (0x4377f964cd97453cb29d6e509b31c10a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Michigan', NULL, '2023-05-09 18:02:58.651', NULL), (0x4377f964cd97453cb29d6e509b31c10a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Michigan', NULL, '2023-05-09 17:55:45.223', NULL), (0x43b3bd72009348e29878e4c8deda3fd6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hertfordshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x43b3bd72009348e29878e4c8deda3fd6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hertfordshire', NULL, '2023-05-09 17:55:44.777', NULL), (0x4519d41bdcb74c32a7b0416ca566ab8a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Connecticut', NULL, '2023-05-09 18:02:58.651', NULL), (0x4519d41bdcb74c32a7b0416ca566ab8a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Connecticut', NULL, '2023-05-09 17:55:45.195', NULL), (0x457205e4bf8f49ac98512c6fc0ea473e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fermanagh and Omagh', NULL, '2023-05-09 18:02:58.651', NULL), (0x457205e4bf8f49ac98512c6fc0ea473e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Fermanagh and Omagh', NULL, '2023-05-09 17:55:45.045', NULL), (0x461f737c4ee44397a4478c6318eb2e2a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'New York', NULL, '2023-05-09 18:02:58.651', NULL), (0x461f737c4ee44397a4478c6318eb2e2a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'New York', NULL, '2023-05-09 17:55:45.241', NULL), (0x46adcfc87e724084b5f292ab1341628f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shetland Islands', NULL, '2023-05-09 18:02:58.651', NULL), (0x46adcfc87e724084b5f292ab1341628f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shetland Islands', NULL, '2023-05-09 17:55:45.097', NULL), (0x474d9fa146014506b7b989838e45d702, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Midlothian', NULL, '2023-05-09 18:02:58.651', NULL), (0x474d9fa146014506b7b989838e45d702, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Midlothian', NULL, '2023-05-09 17:55:45.083', NULL), (0x4835427d4403418398800a91d208fe97, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eilean Siar', NULL, '2023-05-09 18:02:58.651', NULL), (0x4835427d4403418398800a91d208fe97, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Eilean Siar', NULL, '2023-05-09 17:55:45.073', NULL), (0x48a9731421f04a608570a27f07ad1e5c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sandwell', NULL, '2023-05-09 18:02:58.651', NULL), (0x48a9731421f04a608570a27f07ad1e5c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sandwell', NULL, '2023-05-09 17:55:44.907', NULL), (0x4974af9aa6464e788dcd65bff5f5b6aa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Liverpool', NULL, '2023-05-09 18:02:58.651', NULL), (0x4974af9aa6464e788dcd65bff5f5b6aa, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Liverpool', NULL, '2023-05-09 17:55:44.890', NULL), (0x497bb209b5544ecea64ca7feb99b83c8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cheshire East', NULL, '2023-05-09 18:02:58.651', NULL), (0x497bb209b5544ecea64ca7feb99b83c8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cheshire East', NULL, '2023-05-09 17:55:44.950', NULL), (0x49c8894253a0470ea75d98035fd495c9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Perth and Kinross', NULL, '2023-05-09 18:02:58.651', NULL), (0x49c8894253a0470ea75d98035fd495c9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Perth and Kinross', NULL, '2023-05-09 17:55:45.093', NULL), (0x4a1ff3d7172a488e8b799165e785d5ca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Virginia', NULL, '2023-05-09 18:02:58.651', NULL), (0x4a1ff3d7172a488e8b799165e785d5ca, 0x8e6d712041cf4de1b4149dd70cf58df8, 'West Virginia', NULL, '2023-05-09 17:55:45.275', NULL), (0x4b164ed33d304ffaae288fa69d67f6b7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Maryland', NULL, '2023-05-09 18:02:58.651', NULL), (0x4b164ed33d304ffaae288fa69d67f6b7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Maryland', NULL, '2023-05-09 17:55:45.218', NULL), (0x4b18d07331824af49d81ac44ca4235f6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Waltham Forest', NULL, '2023-05-09 18:02:58.651', NULL), (0x4b18d07331824af49d81ac44ca4235f6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Waltham Forest', NULL, '2023-05-09 17:55:44.859', NULL), (0x4bd925782f0f40cf81c71c0c51350656, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gwynedd', NULL, '2023-05-09 18:02:58.651', NULL), (0x4bd925782f0f40cf81c71c0c51350656, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Gwynedd', NULL, '2023-05-09 17:55:45.123', NULL), (0x4ce9270862a54708bbb6d27cd4bf84e9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fife', NULL, '2023-05-09 18:02:58.651', NULL), (0x4ce9270862a54708bbb6d27cd4bf84e9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Fife', NULL, '2023-05-09 17:55:45.076', NULL), (0x4cf12dffa3084727b3f3e0ec17ba7508, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swansea', NULL, '2023-05-09 18:02:58.651', NULL), (0x4cf12dffa3084727b3f3e0ec17ba7508, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swansea', NULL, '2023-05-09 17:55:45.143', NULL), (0x4da2858b0c2948adb08139a7033357bd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nottinghamshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x4da2858b0c2948adb08139a7033357bd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nottinghamshire', NULL, '2023-05-09 17:55:44.790', NULL), (0x4f8d2ae65c804210b808e160491d9e5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Dakota', NULL, '2023-05-09 18:02:58.651', NULL), (0x4f8d2ae65c804210b808e160491d9e5e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Dakota', NULL, '2023-05-09 17:55:45.244', NULL), (0x5040421febd943ca96d50a08d3f75c3b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gateshead', NULL, '2023-05-09 18:02:58.651', NULL), (0x5040421febd943ca96d50a08d3f75c3b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Gateshead', NULL, '2023-05-09 17:55:44.883', NULL), (0x5268f681e14a49d7abc28ca8990abc70, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Somerset', NULL, '2023-05-09 18:02:58.651', NULL), (0x5268f681e14a49d7abc28ca8990abc70, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Somerset', NULL, '2023-05-09 17:55:44.988', NULL), (0x53f48143ec404150a2109050ad1d66fd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cumbria', NULL, '2023-05-09 18:02:58.651', NULL), (0x53f48143ec404150a2109050ad1d66fd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cumbria', NULL, '2023-05-09 17:55:44.763', NULL), (0x5471b39dae504d4bb86cef59ce22d96e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rhondda, Cynon, Taff', NULL, '2023-05-09 18:02:58.651', NULL), (0x5471b39dae504d4bb86cef59ce22d96e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Rhondda, Cynon, Taff', NULL, '2023-05-09 17:55:45.141', NULL), (0x54f53dc849bf4c90a8bac0b970e3831f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brent', NULL, '2023-05-09 18:02:58.651', NULL), (0x54f53dc849bf4c90a8bac0b970e3831f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Brent', NULL, '2023-05-09 17:55:44.813', NULL), (0x5769451e86554d85a6d837b8456fabe7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lewisham', NULL, '2023-05-09 18:02:58.651', NULL), (0x5769451e86554d85a6d837b8456fabe7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lewisham', NULL, '2023-05-09 17:55:44.846', NULL), (0x5853ae03a0c749fd9f946761e17cdd7d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Barnsley', NULL, '2023-05-09 18:02:58.651', NULL), (0x5853ae03a0c749fd9f946761e17cdd7d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Barnsley', NULL, '2023-05-09 17:55:44.865', NULL), (0x5ac567d8df1d4652b53e7252d3c05b14, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Darlington', NULL, '2023-05-09 18:02:58.651', NULL), (0x5ac567d8df1d4652b53e7252d3c05b14, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Darlington', NULL, '2023-05-09 17:55:44.956', NULL), (0x5aecead563e543ae86fe6fe18f2309e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lambeth', NULL, '2023-05-09 18:02:58.651', NULL), (0x5aecead563e543ae86fe6fe18f2309e0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lambeth', NULL, '2023-05-09 17:55:44.844', NULL), (0x5b3869c2ddb9416b81e37b83bcf3b033, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North East Lincolnshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x5b3869c2ddb9416b81e37b83bcf3b033, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North East Lincolnshire', NULL, '2023-05-09 17:55:44.985', NULL), (0x5c3726dbb2a349a7924fb543e611a512, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'England and Wales', NULL, '2023-05-09 18:02:58.651', NULL), (0x5c3726dbb2a349a7924fb543e611a512, 0x8e6d712041cf4de1b4149dd70cf58df8, 'England and Wales', NULL, '2023-05-09 17:55:44.755', NULL), (0x5e8266c61ac24a97aea90dc20416c9c9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Buckinghamshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x5e8266c61ac24a97aea90dc20416c9c9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Buckinghamshire', NULL, '2023-05-09 17:55:44.760', NULL), (0x5ed8a0eb5cd7432d87046de1855a3bae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Indiana', NULL, '2023-05-09 18:02:58.651', NULL), (0x5ed8a0eb5cd7432d87046de1855a3bae, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Indiana', NULL, '2023-05-09 17:55:45.207', NULL), (0x5f8d7fddff6d4164b88b527cbbf54bb5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nottingham', NULL, '2023-05-09 18:02:58.651', NULL), (0x5f8d7fddff6d4164b88b527cbbf54bb5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nottingham', NULL, '2023-05-09 17:55:44.993', NULL), (0x60f7fd662dd64efb93f6efedcf5940f3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Barnet', NULL, '2023-05-09 18:02:58.651', NULL), (0x60f7fd662dd64efb93f6efedcf5940f3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Barnet', NULL, '2023-05-09 17:55:44.809', NULL), (0x61b4b615de654d77b91e000178ca1467, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'York', NULL, '2023-05-09 18:02:58.651', NULL), (0x61b4b615de654d77b91e000178ca1467, 0x8e6d712041cf4de1b4149dd70cf58df8, 'York', NULL, '2023-05-09 17:55:45.034', NULL), (0x61bce167bace45c6a54c154d58009eef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Leeds', NULL, '2023-05-09 18:02:58.651', NULL), (0x61bce167bace45c6a54c154d58009eef, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Leeds', NULL, '2023-05-09 17:55:44.888', NULL), (0x6273e2244a9c493a80d1700a880ab9f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bristol, City of', NULL, '2023-05-09 18:02:58.651', NULL), (0x6273e2244a9c493a80d1700a880ab9f8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bristol, City of', NULL, '2023-05-09 17:55:44.947', NULL), (0x62abae8197d9495f944035461dba8c8e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sefton', NULL, '2023-05-09 18:02:58.651', NULL), (0x62abae8197d9495f944035461dba8c8e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sefton', NULL, '2023-05-09 17:55:44.909', NULL), (0x63787a691a5348e6bb0bdf2c4fb9504c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rheinland-Pfalz', NULL, '2023-05-09 17:55:44.723', NULL), (0x63787a691a5348e6bb0bdf2c4fb9504c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Rhineland-Palatinate', NULL, '2023-05-09 17:55:44.723', NULL), (0x6389ad72538446498f05c98da1af13a5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Medway', NULL, '2023-05-09 18:02:58.651', NULL), (0x6389ad72538446498f05c98da1af13a5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Medway', NULL, '2023-05-09 17:55:44.980', NULL), (0x645da0cbbb7146518bfe76741a78a5de, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Walsall', NULL, '2023-05-09 18:02:58.651', NULL), (0x645da0cbbb7146518bfe76741a78a5de, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Walsall', NULL, '2023-05-09 17:55:44.925', NULL), (0x64cef24516c74611b1a3d9c42f35cc7c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aberdeenshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x64cef24516c74611b1a3d9c42f35cc7c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Aberdeenshire', NULL, '2023-05-09 17:55:45.055', NULL), (0x6528b4cb6f4d4c54bce37d2949f59528, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Berlin', NULL, '2023-05-09 17:55:44.703', NULL), (0x6528b4cb6f4d4c54bce37d2949f59528, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Berlin', NULL, '2023-05-09 17:55:44.703', NULL), (0x65abaf682d1d4309918ac7b9f6724532, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Thurrock', NULL, '2023-05-09 18:02:58.651', NULL), (0x65abaf682d1d4309918ac7b9f6724532, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Thurrock', NULL, '2023-05-09 17:55:45.022', NULL), (0x66c9f947cf0d429ab8bdd41ab4ff38b5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shropshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x66c9f947cf0d429ab8bdd41ab4ff38b5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shropshire', NULL, '2023-05-09 17:55:45.007', NULL), (0x66ca90ef89d5444dbe118bd66920dde4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Inverclyde', NULL, '2023-05-09 18:02:58.651', NULL), (0x66ca90ef89d5444dbe118bd66920dde4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Inverclyde', NULL, '2023-05-09 17:55:45.081', NULL), (0x6733ac1f46684216a336e581409210a5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Gloucestershire', NULL, '2023-05-09 18:02:58.651', NULL), (0x6733ac1f46684216a336e581409210a5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Gloucestershire', NULL, '2023-05-09 17:55:45.010', NULL), (0x684802f51a8143b1a15ab06f7e8d5bf6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dudley', NULL, '2023-05-09 18:02:58.651', NULL), (0x684802f51a8143b1a15ab06f7e8d5bf6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Dudley', NULL, '2023-05-09 17:55:44.881', NULL), (0x6aae522436764b11ad4d1dc58f6fb027, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Sussex', NULL, '2023-05-09 18:02:58.651', NULL), (0x6aae522436764b11ad4d1dc58f6fb027, 0x8e6d712041cf4de1b4149dd70cf58df8, 'West Sussex', NULL, '2023-05-09 17:55:44.803', NULL), (0x6b161a39934e4d56ad5271d01db1cca5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wiltshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x6b161a39934e4d56ad5271d01db1cca5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wiltshire', NULL, '2023-05-09 17:55:45.028', NULL), (0x6cba62b8cd02446a85905c8147d92a2f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Neath Port Talbot', NULL, '2023-05-09 18:02:58.651', NULL), (0x6cba62b8cd02446a85905c8147d92a2f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Neath Port Talbot', NULL, '2023-05-09 17:55:45.133', NULL), (0x6d1211b07cc4405491724806d849c358, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'England', NULL, '2023-05-09 18:02:58.651', NULL), (0x6d1211b07cc4405491724806d849c358, 0x8e6d712041cf4de1b4149dd70cf58df8, 'England', NULL, '2023-05-09 17:55:44.749', NULL), (0x6eb36ba229234ba2a067eda574fa31ba, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Dunbartonshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x6eb36ba229234ba2a067eda574fa31ba, 0x8e6d712041cf4de1b4149dd70cf58df8, 'East Dunbartonshire', NULL, '2023-05-09 17:55:45.067', NULL), (0x701809d4ed3246e6b752a83cf49d29bb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Lanarkshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x701809d4ed3246e6b752a83cf49d29bb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Lanarkshire', NULL, '2023-05-09 17:55:45.101', NULL), (0x704e397930ab49b4a149e99c6fd1247e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newcastle upon Tyne', NULL, '2023-05-09 18:02:58.651', NULL), (0x704e397930ab49b4a149e99c6fd1247e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Newcastle upon Tyne', NULL, '2023-05-09 17:55:44.894', NULL), (0x7129cc4d5c9e445db90c65d6bfc4f358, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sachsen', NULL, '2023-05-09 17:55:44.733', NULL), (0x7129cc4d5c9e445db90c65d6bfc4f358, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saxony', NULL, '2023-05-09 17:55:44.733', NULL), (0x7280508cfbb54e6483a54475af58ea0a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bremen', NULL, '2023-05-09 17:55:44.708', NULL), (0x7280508cfbb54e6483a54475af58ea0a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bremen', NULL, '2023-05-09 17:55:44.708', NULL), (0x75d82a7e637440d6bcfce1c679dcad90, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oklahoma', NULL, '2023-05-09 18:02:58.651', NULL), (0x75d82a7e637440d6bcfce1c679dcad90, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Oklahoma', NULL, '2023-05-09 17:55:45.249', NULL), (0x75e29914f425453aac83aa9856ef763e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Warwickshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x75e29914f425453aac83aa9856ef763e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Warwickshire', NULL, '2023-05-09 17:55:44.801', NULL), (0x763c92d9134d455082f6505cdd46492b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bexley', NULL, '2023-05-09 18:02:58.651', NULL), (0x763c92d9134d455082f6505cdd46492b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bexley', NULL, '2023-05-09 17:55:44.811', NULL), (0x77b082faa9f3424ea01e6a232feffd35, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bridgend', NULL, '2023-05-09 18:02:58.651', NULL), (0x77b082faa9f3424ea01e6a232feffd35, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bridgend', NULL, '2023-05-09 17:55:45.109', NULL), (0x78909a26520a495486b67620b16e9bd2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rutland', NULL, '2023-05-09 18:02:58.651', NULL), (0x78909a26520a495486b67620b16e9bd2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Rutland', NULL, '2023-05-09 17:55:45.005', NULL), (0x7ab7200287974328b8ec0076d7188565, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sutton', NULL, '2023-05-09 18:02:58.651', NULL), (0x7ab7200287974328b8ec0076d7188565, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sutton', NULL, '2023-05-09 17:55:44.856', NULL), (0x7ade4bb690c047ed9e86692bbea717cd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nordrhein-Westfalen', NULL, '2023-05-09 17:55:44.721', NULL), (0x7ade4bb690c047ed9e86692bbea717cd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Rhine-Westphalia', NULL, '2023-05-09 17:55:44.721', NULL), (0x7c014d377b33479290d4b2bdb1cf9feb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hounslow', NULL, '2023-05-09 18:02:58.651', NULL), (0x7c014d377b33479290d4b2bdb1cf9feb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hounslow', NULL, '2023-05-09 17:55:44.837', NULL), (0x7c70b5a2563748dfb56001219b1fd6d5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lincolnshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x7c70b5a2563748dfb56001219b1fd6d5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lincolnshire', NULL, '2023-05-09 17:55:44.784', NULL), (0x7caa22c3438640f7b5d4eb53661600a9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Renfrewshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x7caa22c3438640f7b5d4eb53661600a9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Renfrewshire', NULL, '2023-05-09 17:55:45.094', NULL), (0x7d723edd387c4ff99aa5b259946d7c8b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brandenburg', NULL, '2023-05-09 17:55:44.706', NULL), (0x7d723edd387c4ff99aa5b259946d7c8b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Brandenburg', NULL, '2023-05-09 17:55:44.706', NULL), (0x7ef9dcf3bdea47a1ad4b152a8509010a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Northern Ireland', NULL, '2023-05-09 18:02:58.651', NULL), (0x7ef9dcf3bdea47a1ad4b152a8509010a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Northern Ireland', NULL, '2023-05-09 17:55:44.750', NULL), (0x8065c8be7c704bc486e852f4414e0c5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oregon', NULL, '2023-05-09 18:02:58.651', NULL), (0x8065c8be7c704bc486e852f4414e0c5e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Oregon', NULL, '2023-05-09 17:55:45.250', NULL), (0x80dd62e28be34586868a4c1bcff1cc6a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'District of Columbia', NULL, '2023-05-09 18:02:58.651', NULL), (0x80dd62e28be34586868a4c1bcff1cc6a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'District of Columbia', NULL, '2023-05-09 17:55:45.281', NULL), (0x8133cb1bcc59482c97eb379595813f76, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Barking and Dagenham', NULL, '2023-05-09 18:02:58.651', NULL), (0x8133cb1bcc59482c97eb379595813f76, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Barking and Dagenham', NULL, '2023-05-09 17:55:44.808', NULL), (0x8216935cbde64aa59361fa71f47a60e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brighton and Hove', NULL, '2023-05-09 18:02:58.651', NULL), (0x8216935cbde64aa59361fa71f47a60e0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Brighton and Hove', NULL, '2023-05-09 17:55:44.945', NULL), (0x83f54d2f5c914687a28a322d9f7a4793, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'East Lothian', NULL, '2023-05-09 18:02:58.651', NULL), (0x83f54d2f5c914687a28a322d9f7a4793, 0x8e6d712041cf4de1b4149dd70cf58df8, 'East Lothian', NULL, '2023-05-09 17:55:45.068', NULL), (0x84250d79243a453487645a7a2247dc95, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Calderdale', NULL, '2023-05-09 18:02:58.651', NULL), (0x84250d79243a453487645a7a2247dc95, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Calderdale', NULL, '2023-05-09 17:55:44.875', NULL), (0x84ade52cab394993991e49baea783f53, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newham', NULL, '2023-05-09 18:02:58.651', NULL), (0x84ade52cab394993991e49baea783f53, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Newham', NULL, '2023-05-09 17:55:44.849', NULL), (0x8521a57a5c49421da201fbd0678e9228, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hartlepool', NULL, '2023-05-09 18:02:58.651', NULL), (0x8521a57a5c49421da201fbd0678e9228, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hartlepool', NULL, '2023-05-09 17:55:44.967', NULL), (0x85ea6c372ad34b22b382bc7fc7a6fba2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lancashire', NULL, '2023-05-09 18:02:58.651', NULL), (0x85ea6c372ad34b22b382bc7fc7a6fba2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lancashire', NULL, '2023-05-09 17:55:44.781', NULL), (0x8705481788db4aa8b3e996c88336be1e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Scottish Borders, The', NULL, '2023-05-09 18:02:58.651', NULL), (0x8705481788db4aa8b3e996c88336be1e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Scottish Borders, The', NULL, '2023-05-09 17:55:45.096', NULL), (0x882fa11fc0724085a9624bfbc70fc128, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Staffordshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x882fa11fc0724085a9624bfbc70fc128, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Staffordshire', NULL, '2023-05-09 17:55:44.795', NULL), (0x8b467814136b49c3a7b151f492ed4ebd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Florida', NULL, '2023-05-09 18:02:58.651', NULL), (0x8b467814136b49c3a7b151f492ed4ebd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Florida', NULL, '2023-05-09 17:55:45.199', NULL), (0x8bc89595cbca4b95bd2385d3429eb5eb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ohio', NULL, '2023-05-09 18:02:58.651', NULL), (0x8bc89595cbca4b95bd2385d3429eb5eb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ohio', NULL, '2023-05-09 17:55:45.247', NULL), (0x8c5ca4c6fb9843babdd6844c756a200b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Thüringen', NULL, '2023-05-09 17:55:44.740', NULL), (0x8c5ca4c6fb9843babdd6844c756a200b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Thuringia', NULL, '2023-05-09 17:55:44.740', NULL), (0x8cae5e03e29c47e7a2650d2f1a2830e7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Torfaen', NULL, '2023-05-09 18:02:58.651', NULL), (0x8cae5e03e29c47e7a2650d2f1a2830e7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Torfaen', NULL, '2023-05-09 17:55:45.144', NULL), (0x8cf38adedc5245898e0c1ac18ceb6dd2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aberdeen City', NULL, '2023-05-09 18:02:58.651', NULL), (0x8cf38adedc5245898e0c1ac18ceb6dd2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Aberdeen City', NULL, '2023-05-09 17:55:45.053', NULL), (0x8d7579f5ed2f4b669bd7ddc98255da60, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norfolk', NULL, '2023-05-09 18:02:58.651', NULL), (0x8d7579f5ed2f4b669bd7ddc98255da60, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Norfolk', NULL, '2023-05-09 17:55:44.785', NULL), (0x8dc6d18e0196478a8e6a0c24f3d2537d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Richmond upon Thames', NULL, '2023-05-09 18:02:58.651', NULL), (0x8dc6d18e0196478a8e6a0c24f3d2537d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Richmond upon Thames', NULL, '2023-05-09 17:55:44.853', NULL), (0x8e4e612ee9f6456e92054635098903f2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Reading', NULL, '2023-05-09 18:02:58.651', NULL), (0x8e4e612ee9f6456e92054635098903f2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Reading', NULL, '2023-05-09 17:55:45.002', NULL), (0x8e7526ad9ada4cd995896d5c58cb5059, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Warrington', NULL, '2023-05-09 18:02:58.651', NULL), (0x8e7526ad9ada4cd995896d5c58cb5059, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Warrington', NULL, '2023-05-09 17:55:45.025', NULL), (0x8f230b9de5c84ed4bc1d3b9cac26dc4b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rhode Island', NULL, '2023-05-09 18:02:58.651', NULL), (0x8f230b9de5c84ed4bc1d3b9cac26dc4b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Rhode Island', NULL, '2023-05-09 17:55:45.255', NULL), (0x8fd2b35d05a4471cbb814219c24c73df, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sachsen-Anhalt', NULL, '2023-05-09 17:55:44.735', NULL), (0x8fd2b35d05a4471cbb814219c24c73df, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saxony-Anhalt', NULL, '2023-05-09 17:55:44.735', NULL), (0x9018c8bb01064e4fbcb6e4d26dd5b4e9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Islington', NULL, '2023-05-09 18:02:58.651', NULL), (0x9018c8bb01064e4fbcb6e4d26dd5b4e9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Islington', NULL, '2023-05-09 17:55:44.839', NULL), (0x917f6b5447a047e580039206d96c7e89, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Redcar and Cleveland', NULL, '2023-05-09 18:02:58.651', NULL), (0x917f6b5447a047e580039206d96c7e89, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Redcar and Cleveland', NULL, '2023-05-09 17:55:45.003', NULL), (0x94e076d0cec243cf8cf9992370299fbf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Utah', NULL, '2023-05-09 18:02:58.651', NULL), (0x94e076d0cec243cf8cf9992370299fbf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Utah', NULL, '2023-05-09 17:55:45.268', NULL), (0x95b03054ce7e44929bfbdee35617b66b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Clackmannanshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x95b03054ce7e44929bfbdee35617b66b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Clackmannanshire', NULL, '2023-05-09 17:55:45.060', NULL), (0x95f5e6d075894074bd5d5648c044c9b7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ealing', NULL, '2023-05-09 18:02:58.651', NULL), (0x95f5e6d075894074bd5d5648c044c9b7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ealing', NULL, '2023-05-09 17:55:44.819', NULL), (0x96748f7e498545ec9bda6ad8edd21405, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Falkirk', NULL, '2023-05-09 18:02:58.651', NULL), (0x96748f7e498545ec9bda6ad8edd21405, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Falkirk', NULL, '2023-05-09 17:55:45.075', NULL), (0x96e774f8c1c749c7bd729d7cf59b5275, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Devon', NULL, '2023-05-09 18:02:58.651', NULL), (0x96e774f8c1c749c7bd729d7cf59b5275, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Devon', NULL, '2023-05-09 17:55:44.767', NULL), (0x9768f7937ae74b97a59e1be6da694379, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tameside', NULL, '2023-05-09 18:02:58.651', NULL), (0x9768f7937ae74b97a59e1be6da694379, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tameside', NULL, '2023-05-09 17:55:44.920', NULL), (0x99715c8fe8d5491e90a04d3a760944a3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Lincolnshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x99715c8fe8d5491e90a04d3a760944a3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Lincolnshire', NULL, '2023-05-09 17:55:44.987', NULL), (0x99d0006be2e5491e9dbe6652ae5a8bbb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Isle of Anglesey', NULL, '2023-05-09 18:02:58.651', NULL), (0x99d0006be2e5491e9dbe6652ae5a8bbb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Isle of Anglesey', NULL, '2023-05-09 17:55:45.125', NULL), (0x9acedb4cfdce4ff3b6b385a8a1d341be, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Merton', NULL, '2023-05-09 18:02:58.651', NULL), (0x9acedb4cfdce4ff3b6b385a8a1d341be, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Merton', NULL, '2023-05-09 17:55:44.848', NULL), (0x9cc17680afc942b2901db5c227746dc4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Flintshire', NULL, '2023-05-09 18:02:58.651', NULL), (0x9cc17680afc942b2901db5c227746dc4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Flintshire', NULL, '2023-05-09 17:55:45.121', NULL), (0x9dc1a04e39aa48228381aabbb3592dc1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Montana', NULL, '2023-05-09 18:02:58.651', NULL), (0x9dc1a04e39aa48228381aabbb3592dc1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Montana', NULL, '2023-05-09 17:55:45.231', NULL), (0x9e7becf91a8046c992b87180a23b4498, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Carolina', NULL, '2023-05-09 18:02:58.651', NULL), (0x9e7becf91a8046c992b87180a23b4498, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Carolina', NULL, '2023-05-09 17:55:45.261', NULL), (0xa2cc4b0e6cb8422caeb3974250cc606d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Suffolk', NULL, '2023-05-09 18:02:58.651', NULL), (0xa2cc4b0e6cb8422caeb3974250cc606d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Suffolk', NULL, '2023-05-09 17:55:44.797', NULL), (0xa32560174a814f1daacd356a3f6b5792, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wigan', NULL, '2023-05-09 18:02:58.651', NULL), (0xa32560174a814f1daacd356a3f6b5792, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wigan', NULL, '2023-05-09 17:55:44.927', NULL), (0xa3f88f21a42244d298f70cd81345ae38, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Southend-on-Sea', NULL, '2023-05-09 18:02:58.651', NULL), (0xa3f88f21a42244d298f70cd81345ae38, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Southend-on-Sea', NULL, '2023-05-09 17:55:45.013', NULL), (0xa6ffca2d65154d3288b9f466bf0f61c6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Conwy', NULL, '2023-05-09 18:02:58.651', NULL), (0xa6ffca2d65154d3288b9f466bf0f61c6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Conwy', NULL, '2023-05-09 17:55:45.117', NULL), (0xa73e6737bfa945e0a8bdee81427254cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kent', NULL, '2023-05-09 18:02:58.651', NULL), (0xa73e6737bfa945e0a8bdee81427254cf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kent', NULL, '2023-05-09 17:55:44.779', NULL), (0xa7d834f5c0d64532b9d98055208b3e5c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Orkney Islands', NULL, '2023-05-09 18:02:58.651', NULL), (0xa7d834f5c0d64532b9d98055208b3e5c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Orkney Islands', NULL, '2023-05-09 17:55:45.091', NULL), (0xab91b44d3de243278da8df1f84aaffd3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Southwark', NULL, '2023-05-09 18:02:58.651', NULL), (0xab91b44d3de243278da8df1f84aaffd3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Southwark', NULL, '2023-05-09 17:55:44.854', NULL), (0xadb868efc4064208bbcda9231c4e47cd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Argyll and Bute', NULL, '2023-05-09 18:02:58.651', NULL), (0xadb868efc4064208bbcda9231c4e47cd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Argyll and Bute', NULL, '2023-05-09 17:55:45.058', NULL), (0xae67b870276a483b9867d2da2b080681, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hammersmith and Fulham', NULL, '2023-05-09 18:02:58.651', NULL), (0xae67b870276a483b9867d2da2b080681, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hammersmith and Fulham', NULL, '2023-05-09 17:55:44.827', NULL), (0xaf325e27cc874c2b95f535b0889ecac6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bracknell Forest', NULL, '2023-05-09 18:02:58.651', NULL), (0xaf325e27cc874c2b95f535b0889ecac6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bracknell Forest', NULL, '2023-05-09 17:55:44.943', NULL), (0xafce799622a2403aa1b2d32d903710a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Berkshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xafce799622a2403aa1b2d32d903710a6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'West Berkshire', NULL, '2023-05-09 17:55:45.027', NULL), (0xb078476e32f0430e9daf55e9dc5ded69, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bromley', NULL, '2023-05-09 18:02:58.651', NULL), (0xb078476e32f0430e9daf55e9dc5ded69, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bromley', NULL, '2023-05-09 17:55:44.814', NULL), (0xb1887de8efc74b469be48cd2d0e32c59, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mecklenburg-Vorpommern', NULL, '2023-05-09 17:55:44.718', NULL), (0xb1887de8efc74b469be48cd2d0e32c59, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mecklenburg-Western Pomerania', NULL, '2023-05-09 17:55:44.718', NULL), (0xb32035b50d92442c87076b11849dd15d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Torbay', NULL, '2023-05-09 18:02:58.651', NULL), (0xb32035b50d92442c87076b11849dd15d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Torbay', NULL, '2023-05-09 17:55:45.023', NULL), (0xb322b30740064e7fa22f53e714c7aa32, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oldham', NULL, '2023-05-09 18:02:58.651', NULL), (0xb322b30740064e7fa22f53e714c7aa32, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Oldham', NULL, '2023-05-09 17:55:44.897', NULL), (0xb38b598ac010469cbad07b396b58b4d1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wolverhampton', NULL, '2023-05-09 18:02:58.651', NULL), (0xb38b598ac010469cbad07b396b58b4d1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wolverhampton', NULL, '2023-05-09 17:55:44.931', NULL), (0xb3f82bd3aa5946c28b46500faf340f9c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Durham County', NULL, '2023-05-09 18:02:58.651', NULL), (0xb3f82bd3aa5946c28b46500faf340f9c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Durham County', NULL, '2023-05-09 17:55:44.960', NULL), (0xb48e7d5ce84b41b68b7e4f9f09c06909, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Powys', NULL, '2023-05-09 18:02:58.651', NULL), (0xb48e7d5ce84b41b68b7e4f9f09c06909, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Powys', NULL, '2023-05-09 17:55:45.139', NULL), (0xb601f0f014bd45d3ae761a2b0bd585ea, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pennsylvania', NULL, '2023-05-09 18:02:58.651', NULL), (0xb601f0f014bd45d3ae761a2b0bd585ea, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Pennsylvania', NULL, '2023-05-09 17:55:45.253', NULL), (0xb6532ea52c11482f85860f0de4409fde, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Highland', NULL, '2023-05-09 18:02:58.651', NULL), (0xb6532ea52c11482f85860f0de4409fde, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Highland', NULL, '2023-05-09 17:55:45.080', NULL); INSERT INTO `country_state_translation` (`country_state_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xb6609b2bd1f647dbbc5e38f889fb4dfc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vermont', NULL, '2023-05-09 18:02:58.651', NULL), (0xb6609b2bd1f647dbbc5e38f889fb4dfc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Vermont', NULL, '2023-05-09 17:55:45.270', NULL), (0xb75be49243364691852e2f4f9690f2f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Derby', NULL, '2023-05-09 18:02:58.651', NULL), (0xb75be49243364691852e2f4f9690f2f8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Derby', NULL, '2023-05-09 17:55:44.958', NULL), (0xb78ae67095844dafad915d1c8d36090f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'South Tyneside', NULL, '2023-05-09 18:02:58.651', NULL), (0xb78ae67095844dafad915d1c8d36090f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Tyneside', NULL, '2023-05-09 17:55:44.914', NULL), (0xb78aeb579ee14d47b7d994449f2f4b7b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Iowa', NULL, '2023-05-09 18:02:58.651', NULL), (0xb78aeb579ee14d47b7d994449f2f4b7b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Iowa', NULL, '2023-05-09 17:55:45.209', NULL), (0xb7ab9559cf194e89a1ac09e746e81443, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arkansas', NULL, '2023-05-09 18:02:58.651', NULL), (0xb7ab9559cf194e89a1ac09e746e81443, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arkansas', NULL, '2023-05-09 17:55:45.190', NULL), (0xb87f7302063e463a996a57e45f1ead1b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Redbridge', NULL, '2023-05-09 18:02:58.651', NULL), (0xb87f7302063e463a996a57e45f1ead1b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Redbridge', NULL, '2023-05-09 17:55:44.851', NULL), (0xb97fd687aff14ac49e744d2e5f131081, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mid Ulster', NULL, '2023-05-09 18:02:58.651', NULL), (0xb97fd687aff14ac49e744d2e5f131081, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mid Ulster', NULL, '2023-05-09 17:55:45.050', NULL), (0xb9de2a7697bd4f93b8ce11108878b0dc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sunderland', NULL, '2023-05-09 18:02:58.651', NULL), (0xb9de2a7697bd4f93b8ce11108878b0dc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sunderland', NULL, '2023-05-09 17:55:44.918', NULL), (0xbab0dd0d65bb42c4b22ac940732338be, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Scotland', NULL, '2023-05-09 18:02:58.651', NULL), (0xbab0dd0d65bb42c4b22ac940732338be, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Scotland', NULL, '2023-05-09 17:55:44.752', NULL), (0xbb2a111bee604228a99043d23aeaf7e5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bournemouth', NULL, '2023-05-09 18:02:58.651', NULL), (0xbb2a111bee604228a99043d23aeaf7e5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bournemouth', NULL, '2023-05-09 17:55:44.941', NULL), (0xbc566c522e004172a3633e604e77c0d1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Northamptonshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xbc566c522e004172a3633e604e77c0d1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Northamptonshire', NULL, '2023-05-09 17:55:44.789', NULL), (0xbd1570e68f6546e3927dbd8f00d7692d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Surrey', NULL, '2023-05-09 18:02:58.651', NULL), (0xbd1570e68f6546e3927dbd8f00d7692d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Surrey', NULL, '2023-05-09 17:55:44.799', NULL), (0xbd526182831149d0b213fac7ca103b6f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Poole', NULL, '2023-05-09 18:02:58.651', NULL), (0xbd526182831149d0b213fac7ca103b6f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Poole', NULL, '2023-05-09 17:55:44.998', NULL), (0xbf6729b14ed147599480727535507f8f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Denbighshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xbf6729b14ed147599480727535507f8f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Denbighshire', NULL, '2023-05-09 17:55:45.119', NULL), (0xbfd0978ac3714a8986dfbe181bf82ea6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Texas', NULL, '2023-05-09 18:02:58.651', NULL), (0xbfd0978ac3714a8986dfbe181bf82ea6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Texas', NULL, '2023-05-09 17:55:45.266', NULL), (0xc24446f94eee4bdf8b561303d4463268, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Trafford', NULL, '2023-05-09 18:02:58.651', NULL), (0xc24446f94eee4bdf8b561303d4463268, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Trafford', NULL, '2023-05-09 17:55:44.922', NULL), (0xc2adea1e09e241c99bbdaedace7e96b6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wirral', NULL, '2023-05-09 18:02:58.651', NULL), (0xc2adea1e09e241c99bbdaedace7e96b6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wirral', NULL, '2023-05-09 17:55:44.929', NULL), (0xc4523d1e11d64c4d8ad23c46c23f7956, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Haringey', NULL, '2023-05-09 18:02:58.651', NULL), (0xc4523d1e11d64c4d8ad23c46c23f7956, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Haringey', NULL, '2023-05-09 17:55:44.831', NULL), (0xc49fa0c837344d5980bc5dec8d52403b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ceredigion', NULL, '2023-05-09 18:02:58.651', NULL), (0xc49fa0c837344d5980bc5dec8d52403b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ceredigion', NULL, '2023-05-09 17:55:45.116', NULL), (0xc52f6846760a44b78a90b3607758f446, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swindon', NULL, '2023-05-09 18:02:58.651', NULL), (0xc52f6846760a44b78a90b3607758f446, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swindon', NULL, '2023-05-09 17:55:45.018', NULL), (0xc7889233a68a4b65b57f6309978cd327, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Caerphilly', NULL, '2023-05-09 18:02:58.651', NULL), (0xc7889233a68a4b65b57f6309978cd327, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Caerphilly', NULL, '2023-05-09 17:55:45.111', NULL), (0xc85f478e65ae44f585871ebd9f59e20c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wakefield', NULL, '2023-05-09 18:02:58.651', NULL), (0xc85f478e65ae44f585871ebd9f59e20c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wakefield', NULL, '2023-05-09 17:55:44.923', NULL), (0xc89ddb60a24f47488c50161179af76f6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rochdale', NULL, '2023-05-09 18:02:58.651', NULL), (0xc89ddb60a24f47488c50161179af76f6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Rochdale', NULL, '2023-05-09 17:55:44.899', NULL), (0xca9eaff58a0c46c7a94c052e340a146e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bayern', NULL, '2023-05-09 17:55:44.699', NULL), (0xca9eaff58a0c46c7a94c052e340a146e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bavaria', NULL, '2023-05-09 17:55:44.699', NULL), (0xcac0c011b5934fafa5b2cfa78732b5f6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Birmingham', NULL, '2023-05-09 18:02:58.651', NULL), (0xcac0c011b5934fafa5b2cfa78732b5f6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Birmingham', NULL, '2023-05-09 17:55:44.866', NULL), (0xcb322299115d454b8f98d996d3208ec6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wisconsin', NULL, '2023-05-09 18:02:58.651', NULL), (0xcb322299115d454b8f98d996d3208ec6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wisconsin', NULL, '2023-05-09 17:55:45.277', NULL), (0xcc88e0f70393480da0b4a7898992ddc2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wrexham', NULL, '2023-05-09 18:02:58.651', NULL), (0xcc88e0f70393480da0b4a7898992ddc2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wrexham', NULL, '2023-05-09 17:55:45.147', NULL), (0xccfc934f31384bdfaae84b180b10022c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Derbyshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xccfc934f31384bdfaae84b180b10022c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Derbyshire', NULL, '2023-05-09 17:55:44.765', NULL), (0xccfef2a4a14d4e7b8ef01888af863927, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Leicestershire', NULL, '2023-05-09 18:02:58.651', NULL), (0xccfef2a4a14d4e7b8ef01888af863927, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Leicestershire', NULL, '2023-05-09 17:55:44.782', NULL), (0xcdd4373e0e7c42ad8fa7eee56a71758a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Leicester', NULL, '2023-05-09 18:02:58.651', NULL), (0xcdd4373e0e7c42ad8fa7eee56a71758a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Leicester', NULL, '2023-05-09 17:55:44.976', NULL), (0xce13920a569745569c43d1b6919640ef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Illinois', NULL, '2023-05-09 18:02:58.651', NULL), (0xce13920a569745569c43d1b6919640ef, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Illinois', NULL, '2023-05-09 17:55:45.206', NULL), (0xcf312eb4037545beb8d6a0a9a360f3bb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Central Bedfordshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xcf312eb4037545beb8d6a0a9a360f3bb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Central Bedfordshire', NULL, '2023-05-09 17:55:44.949', NULL), (0xcf32968dc9334b468294d410ed8b2dbc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'St. Helens', NULL, '2023-05-09 18:02:58.651', NULL), (0xcf32968dc9334b468294d410ed8b2dbc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'St. Helens', NULL, '2023-05-09 17:55:44.903', NULL), (0xcf933672775743eda95599eaef9eafc7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bedford', NULL, '2023-05-09 18:02:58.651', NULL), (0xcf933672775743eda95599eaef9eafc7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bedford', NULL, '2023-05-09 17:55:44.935', NULL), (0xd00a221c097947aab6555b18a502b79e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nevada', NULL, '2023-05-09 18:02:58.651', NULL), (0xd00a221c097947aab6555b18a502b79e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nevada', NULL, '2023-05-09 17:55:45.234', NULL), (0xd0499c9642a541b68ee0b810bd7d913e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kingston upon Hull', NULL, '2023-05-09 18:02:58.651', NULL), (0xd0499c9642a541b68ee0b810bd7d913e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kingston upon Hull', NULL, '2023-05-09 17:55:44.975', NULL), (0xd20a6e17b25f422ea2a8402e39d8bad5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stockton-on-Tees', NULL, '2023-05-09 18:02:58.651', NULL), (0xd20a6e17b25f422ea2a8402e39d8bad5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Stockton-on-Tees', NULL, '2023-05-09 17:55:45.015', NULL), (0xd244d4fd06634a0ab301be5a0adaa19f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somerset', NULL, '2023-05-09 18:02:58.651', NULL), (0xd244d4fd06634a0ab301be5a0adaa19f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Somerset', NULL, '2023-05-09 17:55:44.794', NULL), (0xd2ef51f37d8e43ab868919a58647a2c2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Armagh, Banbridge and Craigavon', NULL, '2023-05-09 18:02:58.651', NULL), (0xd2ef51f37d8e43ab868919a58647a2c2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Armagh, Banbridge and Craigavon', NULL, '2023-05-09 17:55:45.038', NULL), (0xd3287f03cecb42fdb761313676c089e4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hackney', NULL, '2023-05-09 18:02:58.651', NULL), (0xd3287f03cecb42fdb761313676c089e4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hackney', NULL, '2023-05-09 17:55:44.825', NULL), (0xd3eedaeb6ebd43e9a9cf7f35f05a9c24, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Isle of Wight', NULL, '2023-05-09 18:02:58.651', NULL), (0xd3eedaeb6ebd43e9a9cf7f35f05a9c24, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Isle of Wight', NULL, '2023-05-09 17:55:44.971', NULL), (0xd3fc5d515728441891f885be7a25044d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blackburn with Darwen', NULL, '2023-05-09 18:02:58.651', NULL), (0xd3fc5d515728441891f885be7a25044d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Blackburn with Darwen', NULL, '2023-05-09 17:55:44.937', NULL), (0xd50d37b3087941a8a6e47d2e3f288e2c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wyoming', NULL, '2023-05-09 18:02:58.651', NULL), (0xd50d37b3087941a8a6e47d2e3f288e2c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wyoming', NULL, '2023-05-09 17:55:45.279', NULL), (0xd50defdb6f334a8fa4c8fee20198951b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vale of Glamorgan, The', NULL, '2023-05-09 18:02:58.651', NULL), (0xd50defdb6f334a8fa4c8fee20198951b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Vale of Glamorgan, The', NULL, '2023-05-09 17:55:45.146', NULL), (0xd6995b94a7074d2d8224ddb0cf098ab0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Havering', NULL, '2023-05-09 18:02:58.651', NULL), (0xd6995b94a7074d2d8224ddb0cf098ab0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Havering', NULL, '2023-05-09 17:55:44.834', NULL), (0xd6d7b744ecda4ec380c4b4637863f022, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Angus', NULL, '2023-05-09 18:02:58.651', NULL), (0xd6d7b744ecda4ec380c4b4637863f022, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Angus', NULL, '2023-05-09 17:55:45.057', NULL), (0xd712e48bb19e49e0bc49c77194b54ed9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Ayrshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xd712e48bb19e49e0bc49c77194b54ed9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Ayrshire', NULL, '2023-05-09 17:55:45.086', NULL), (0xd8bbda9eec0a45658add9de178d9697f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Windsor and Maidenhead', NULL, '2023-05-09 18:02:58.651', NULL), (0xd8bbda9eec0a45658add9de178d9697f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Windsor and Maidenhead', NULL, '2023-05-09 17:55:45.030', NULL), (0xdc1a4cf1bd4e43398df7dc8ea6fe7e31, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Maine', NULL, '2023-05-09 18:02:58.651', NULL), (0xdc1a4cf1bd4e43398df7dc8ea6fe7e31, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Maine', NULL, '2023-05-09 17:55:45.217', NULL), (0xdcc0e7b363bb406c9194050c6f060aaa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mid and East Antrim', NULL, '2023-05-09 18:02:58.651', NULL), (0xdcc0e7b363bb406c9194050c6f060aaa, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mid and East Antrim', NULL, '2023-05-09 17:55:45.048', NULL), (0xddbcc8a32bdc4b039eb8fd52c38010cc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hessen', NULL, '2023-05-09 17:55:44.713', NULL), (0xddbcc8a32bdc4b039eb8fd52c38010cc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hesse', NULL, '2023-05-09 17:55:44.713', NULL), (0xde0a03a4932c4fe797a1b123cd01777d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bolton', NULL, '2023-05-09 18:02:58.651', NULL), (0xde0a03a4932c4fe797a1b123cd01777d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bolton', NULL, '2023-05-09 17:55:44.868', NULL), (0xdec1b7249cee4ff1bbdccaacf87f4948, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Enfield', NULL, '2023-05-09 18:02:58.651', NULL), (0xdec1b7249cee4ff1bbdccaacf87f4948, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enfield', NULL, '2023-05-09 17:55:44.821', NULL), (0xdf2bd95397d747b9baa3d26db4379c93, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oxfordshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xdf2bd95397d747b9baa3d26db4379c93, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Oxfordshire', NULL, '2023-05-09 17:55:44.792', NULL), (0xe23517a4833f44868ac1d03618e5efcb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cambridgeshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xe23517a4833f44868ac1d03618e5efcb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cambridgeshire', NULL, '2023-05-09 17:55:44.762', NULL), (0xe4a4486c4b8d4b578bbe0fb90f3cec16, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blackpool', NULL, '2023-05-09 18:02:58.651', NULL), (0xe4a4486c4b8d4b578bbe0fb90f3cec16, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Blackpool', NULL, '2023-05-09 17:55:44.939', NULL), (0xe4a9317ec2cc41e9b3ac44e99f7a75e1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Glasgow City', NULL, '2023-05-09 18:02:58.651', NULL), (0xe4a9317ec2cc41e9b3ac44e99f7a75e1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Glasgow City', NULL, '2023-05-09 17:55:45.078', NULL), (0xe4d1eec5615d44288e78be53368f3f70, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Delaware', NULL, '2023-05-09 18:02:58.651', NULL), (0xe4d1eec5615d44288e78be53368f3f70, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Delaware', NULL, '2023-05-09 17:55:45.197', NULL), (0xe50fad65528942e1b3ae26db9343629b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hampshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xe50fad65528942e1b3ae26db9343629b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hampshire', NULL, '2023-05-09 17:55:44.775', NULL), (0xe66ca970c1cb49eba399ce107ec7797f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'North Carolina', NULL, '2023-05-09 18:02:58.651', NULL), (0xe66ca970c1cb49eba399ce107ec7797f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'North Carolina', NULL, '2023-05-09 17:55:45.243', NULL), (0xe6b925b375b94332afac9a1a45a224d2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kirklees', NULL, '2023-05-09 18:02:58.651', NULL), (0xe6b925b375b94332afac9a1a45a224d2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kirklees', NULL, '2023-05-09 17:55:44.885', NULL), (0xe827f8ee280e4e2bb3e1391f69c893dc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Herefordshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xe827f8ee280e4e2bb3e1391f69c893dc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Herefordshire', NULL, '2023-05-09 17:55:44.969', NULL), (0xe9306099ea9c48cfae8d286337d8568f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cornwall', NULL, '2023-05-09 18:02:58.651', NULL), (0xe9306099ea9c48cfae8d286337d8568f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cornwall', NULL, '2023-05-09 17:55:44.954', NULL), (0xe958450ce7cc456f885f674c097cd5c0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kentucky', NULL, '2023-05-09 18:02:58.651', NULL), (0xe958450ce7cc456f885f674c097cd5c0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kentucky', NULL, '2023-05-09 17:55:45.213', NULL), (0xe9dcdad70e2940a295e21ee36448e015, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arizona', NULL, '2023-05-09 18:02:58.651', NULL), (0xe9dcdad70e2940a295e21ee36448e015, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arizona', NULL, '2023-05-09 17:55:45.189', NULL), (0xe9defe06062f436c936dd512aa7ca9e1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'New Hampshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xe9defe06062f436c936dd512aa7ca9e1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'New Hampshire', NULL, '2023-05-09 17:55:45.236', NULL), (0xea55bb5e23524203b2a904799d6092a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Carmarthenshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xea55bb5e23524203b2a904799d6092a6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Carmarthenshire', NULL, '2023-05-09 17:55:45.114', NULL), (0xea9782d054ce452d8e4a623f07e082b2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Derry and Strabane', NULL, '2023-05-09 18:02:58.651', NULL), (0xea9782d054ce452d8e4a623f07e082b2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Derry and Strabane', NULL, '2023-05-09 17:55:45.043', NULL), (0xebcdf1f98536469d8f70fd98cc2eed8a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'New Mexico', NULL, '2023-05-09 18:02:58.651', NULL), (0xebcdf1f98536469d8f70fd98cc2eed8a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'New Mexico', NULL, '2023-05-09 17:55:45.240', NULL), (0xecd2831f40ae4b6c93cdb525bd3fdc36, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dorset', NULL, '2023-05-09 18:02:58.651', NULL), (0xecd2831f40ae4b6c93cdb525bd3fdc36, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Dorset', NULL, '2023-05-09 17:55:44.769', NULL), (0xed49fb233d2b49dd8116d27a20a75783, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kansas', NULL, '2023-05-09 18:02:58.651', NULL), (0xed49fb233d2b49dd8116d27a20a75783, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kansas', NULL, '2023-05-09 17:55:45.211', NULL), (0xee20cb9d5a674f88b6c488ff60e2e92f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Halton', NULL, '2023-05-09 18:02:58.651', NULL), (0xee20cb9d5a674f88b6c488ff60e2e92f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Halton', NULL, '2023-05-09 17:55:44.965', NULL), (0xef7198cf980e4b89bba695c44c2f827c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'California', NULL, '2023-05-09 18:02:58.651', NULL), (0xef7198cf980e4b89bba695c44c2f827c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'California', NULL, '2023-05-09 17:55:45.192', NULL), (0xf0076e7b8186436f895f968cea5087b0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Great Britain', NULL, '2023-05-09 18:02:58.651', NULL), (0xf0076e7b8186436f895f968cea5087b0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Great Britain', NULL, '2023-05-09 17:55:44.757', NULL), (0xf076d4f246144d68948d6020aa3b010a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bath and North East Somerset', NULL, '2023-05-09 18:02:58.651', NULL), (0xf076d4f246144d68948d6020aa3b010a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bath and North East Somerset', NULL, '2023-05-09 17:55:44.933', NULL), (0xf10d7f69907f477eb2d3e64055a05d2f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Portsmouth', NULL, '2023-05-09 18:02:58.651', NULL), (0xf10d7f69907f477eb2d3e64055a05d2f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Portsmouth', NULL, '2023-05-09 17:55:45.000', NULL), (0xf1725103f50c4b728ae767a757feee13, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Middlesbrough', NULL, '2023-05-09 18:02:58.651', NULL), (0xf1725103f50c4b728ae767a757feee13, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Middlesbrough', NULL, '2023-05-09 17:55:44.981', NULL), (0xf21a35aa2726406082fbe43439b4db2d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Merthyr Tydfil', NULL, '2023-05-09 18:02:58.651', NULL), (0xf21a35aa2726406082fbe43439b4db2d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Merthyr Tydfil', NULL, '2023-05-09 17:55:45.126', NULL), (0xf27934f0fe1049d9bb883b578ce6b1f3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'West Dunbartonshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xf27934f0fe1049d9bb883b578ce6b1f3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'West Dunbartonshire', NULL, '2023-05-09 17:55:45.105', NULL), (0xf55f9b0a85c94a8790f083147e54b114, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Peterborough', NULL, '2023-05-09 18:02:58.651', NULL), (0xf55f9b0a85c94a8790f083147e54b114, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Peterborough', NULL, '2023-05-09 17:55:44.995', NULL), (0xf5ec669aaf854c76bf8c42df912c5065, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'London, City of', NULL, '2023-05-09 18:02:58.651', NULL), (0xf5ec669aaf854c76bf8c42df912c5065, 0x8e6d712041cf4de1b4149dd70cf58df8, 'London, City of', NULL, '2023-05-09 17:55:44.806', NULL), (0xf6a72fc5c21e42c7be2b8a58e7c7fe07, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pembrokeshire', NULL, '2023-05-09 18:02:58.651', NULL), (0xf6a72fc5c21e42c7be2b8a58e7c7fe07, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Pembrokeshire', NULL, '2023-05-09 17:55:45.137', NULL), (0xf78fd6be9e174fbcb8e3784cc6a2f1d1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newry, Mourne and Down', NULL, '2023-05-09 18:02:58.651', NULL), (0xf78fd6be9e174fbcb8e3784cc6a2f1d1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Newry, Mourne and Down', NULL, '2023-05-09 17:55:45.052', NULL), (0xf88ba79593ce40369b0a9008089644ef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Northumberland', NULL, '2023-05-09 18:02:58.651', NULL), (0xf88ba79593ce40369b0a9008089644ef, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Northumberland', NULL, '2023-05-09 17:55:44.990', NULL), (0xf95e98a34a81413f8f7c8b635b166942, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tennessee', NULL, '2023-05-09 18:02:58.651', NULL), (0xf95e98a34a81413f8f7c8b635b166942, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tennessee', NULL, '2023-05-09 17:55:45.265', NULL), (0xf964d0ede1e74cb6b5713edf72aa79d2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hamburg', NULL, '2023-05-09 17:55:44.710', NULL), (0xf964d0ede1e74cb6b5713edf72aa79d2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hamburg', NULL, '2023-05-09 17:55:44.710', NULL), (0xfa0fe262870d43db9a608847a91ac7c5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Minnesota', NULL, '2023-05-09 18:02:58.651', NULL), (0xfa0fe262870d43db9a608847a91ac7c5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Minnesota', NULL, '2023-05-09 17:55:45.225', NULL), (0xfa6a7a798ee54183bc26153181e3d68d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Essex', NULL, '2023-05-09 18:02:58.651', NULL), (0xfa6a7a798ee54183bc26153181e3d68d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Essex', NULL, '2023-05-09 17:55:44.772', NULL), (0xfb83ed79e4d441968f96430b8de57fc3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cardiff', NULL, '2023-05-09 18:02:58.651', NULL), (0xfb83ed79e4d441968f96430b8de57fc3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cardiff', NULL, '2023-05-09 17:55:45.113', NULL), (0xfbcec6d5e43349f182c8a0f16e72ec54, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bradford', NULL, '2023-05-09 18:02:58.651', NULL), (0xfbcec6d5e43349f182c8a0f16e72ec54, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bradford', NULL, '2023-05-09 17:55:44.871', NULL), (0xfc6fe083b3b84d92b7e9d8f7a62601f3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slough', NULL, '2023-05-09 18:02:58.651', NULL), (0xfc6fe083b3b84d92b7e9d8f7a62601f3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Slough', NULL, '2023-05-09 17:55:45.008', NULL), (0xfdcc453f812b45c5a264d82cc058689a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Virginia', NULL, '2023-05-09 18:02:58.651', NULL), (0xfdcc453f812b45c5a264d82cc058689a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Virginia', NULL, '2023-05-09 17:55:45.272', NULL), (0xfe84ddb2c93648138dedbe51ac128347, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dundee City', NULL, '2023-05-09 18:02:58.651', NULL), (0xfe84ddb2c93648138dedbe51ac128347, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Dundee City', NULL, '2023-05-09 17:55:45.063', NULL), (0xffd17db8c3be4ee4a05c6ce1a281f1c8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saarland', NULL, '2023-05-09 17:55:44.730', NULL), (0xffd17db8c3be4ee4a05c6ce1a281f1c8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saarland', NULL, '2023-05-09 17:55:44.730', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `country_translation` -- CREATE TABLE `country_translation` ( `country_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `address_format` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `country_translation` -- INSERT INTO `country_translation` (`country_id`, `language_id`, `name`, `address_format`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x00632582112d48f9973b4533695c0a98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Katar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.213', NULL), (0x00632582112d48f9973b4533695c0a98, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Qatar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.212', NULL), (0x00e1933eaa4c41cf98fbbee19b7903e7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Grönland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.956', NULL), (0x00e1933eaa4c41cf98fbbee19b7903e7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Greenland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.955', NULL), (0x02e1694dab5f46f2b71b26f0dd155c5f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Singapur', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.283', NULL), (0x02e1694dab5f46f2b71b26f0dd155c5f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Singapore', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.282', NULL), (0x0439636e00954235a2d17feab2450c27, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'USA', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.185', NULL), (0x0439636e00954235a2d17feab2450c27, 0x8e6d712041cf4de1b4149dd70cf58df8, 'USA', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.184', NULL), (0x0922332ca538493ebe77c7f72fd35566, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Benin', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.779', NULL), (0x0922332ca538493ebe77c7f72fd35566, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Benin', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.778', NULL), (0x0923f7babe4a4f3db1418a49a89a4335, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dänemark', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.315', NULL), (0x0923f7babe4a4f3db1418a49a89a4335, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Denmark', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.314', NULL), (0x099b849a82ad45f0bd48b5c25b2c406e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jemen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.411', NULL), (0x099b849a82ad45f0bd48b5c25b2c406e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Yemen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.410', NULL), (0x0a36323410a149d48d9b84687fa7ef11, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brunei', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.818', NULL), (0x0a36323410a149d48d9b84687fa7ef11, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Brunei Darussalam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.817', NULL), (0x0b11d53b7d324d9d8a5be2781b8d0d18, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Türkei', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.295', NULL), (0x0b11d53b7d324d9d8a5be2781b8d0d18, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Turkey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.294', NULL), (0x0b5be6cc0e3c4f4c8f03e13d58caa966, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kongo (Dem. Rep.)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.874', NULL), (0x0b5be6cc0e3c4f4c8f03e13d58caa966, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Congo (Democratic Republic of the)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.873', NULL), (0x0bc5bc1230c645eab99ae158b443ff58, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Cookinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.877', NULL), (0x0bc5bc1230c645eab99ae158b443ff58, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cook Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.876', NULL), (0x0c51f0095a2d457591ebb5b51a60232a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mexiko', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.097', NULL), (0x0c51f0095a2d457591ebb5b51a60232a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mexico', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.096', NULL), (0x0cb8d75d417642de9cee19e05c279e17, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gabun', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.940', NULL), (0x0cb8d75d417642de9cee19e05c279e17, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Gabon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.939', NULL), (0x0cc8f676f96e45de8183d0e746d5ade2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bangladesch', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.765', NULL), (0x0cc8f676f96e45de8183d0e746d5ade2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bangladesh', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.764', NULL), (0x0cf9790d6c284045b5b83c5ea194486b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weißrussland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.772', NULL), (0x0cf9790d6c284045b5b83c5ea194486b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Belarus', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.771', NULL), (0x0e77722547b445388cabe39738e8ca22, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kanada', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.161', NULL), (0x0e77722547b445388cabe39738e8ca22, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Canada', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.160', NULL), (0x0f3bb829af97458dba51be04ecacecd3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bouvetinsel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.802', NULL), (0x0f3bb829af97458dba51be04ecacecd3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bouvet Island', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.801', NULL), (0x0f64180a78a34c61964875a2147d5cbf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ecuador', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.902', NULL), (0x0f64180a78a34c61964875a2147d5cbf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ecuador', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.901', NULL), (0x0f6f1336240c45488410adc4158fe57e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Antigua und Barbuda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.741', NULL), (0x0f6f1336240c45488410adc4158fe57e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Antigua and Barbuda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.740', NULL), (0x0fde690c51d444ad8b623bc856ff1dff, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Costa Rica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.881', NULL), (0x0fde690c51d444ad8b623bc856ff1dff, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Costa Rica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.880', NULL), (0x0fe271cf204f4fcb8c2852b87560b5cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guatemala', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.967', NULL), (0x0fe271cf204f4fcb8c2852b87560b5cf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Guatemala', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.966', NULL), (0x0feb28da25e3469ba3fec061afaad4bf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nauru', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.132', NULL), (0x0feb28da25e3469ba3fec061afaad4bf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nauru', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.131', NULL), (0x11cdb2ed1a084a8ebe24d00aa2246cfe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'São Tomé und Príncipe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.262', NULL), (0x11cdb2ed1a084a8ebe24d00aa2246cfe, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sao Tome and Principe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.261', NULL), (0x13a564594c2b4c728f608514d7095cb6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Antarktika', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.738', NULL), (0x13a564594c2b4c728f608514d7095cb6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Antarctica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.737', NULL), (0x14e0a709856a44edb0ea75aa3b46a91e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Senegal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.269', NULL), (0x14e0a709856a44edb0ea75aa3b46a91e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Senegal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.267', NULL), (0x16701008ff0d413d88db5ab138a39ee8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint Vincent und die Grenadinen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.252', NULL), (0x16701008ff0d413d88db5ab138a39ee8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saint Vincent and the Grenadines', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.251', NULL), (0x18e0a863b09e4b48b394e850ae6b7290, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kolumbien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.863', NULL), (0x18e0a863b09e4b48b394e850ae6b7290, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Colombia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.862', NULL), (0x190bcfa72c2c4ee084e02766684c481c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weihnachtsinsel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.856', NULL), (0x190bcfa72c2c4ee084e02766684c481c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Christmas Island', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.855', NULL), (0x1acff36b510843ba91220483fdc276ca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mongolei', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.108', NULL), (0x1acff36b510843ba91220483fdc276ca, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mongolia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.107', NULL), (0x1b44d0f5755d47d0b52dad408e9026ba, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Brasilien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.305', NULL), (0x1b44d0f5755d47d0b52dad408e9026ba, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Brazil', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.304', NULL), (0x1b5874630b1f49a7bb6d0146d0b84654, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Griechenland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:44.745', NULL), (0x1b5874630b1f49a7bb6d0146d0b84654, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Greece', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:44.744', NULL), (0x1ce2e113b3864557a9cc0026edfcfe38, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tuvalu', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.376', NULL), (0x1ce2e113b3864557a9cc0026edfcfe38, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tuvalu', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.375', NULL), (0x1e381af2755e430caddaa9b0f8f0cbb6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schweiz', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.180', NULL), (0x1e381af2755e430caddaa9b0f8f0cbb6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Switzerland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.179', NULL), (0x209657db7b6b4e6797597dd5baece47f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Australien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.310', NULL), (0x209657db7b6b4e6797597dd5baece47f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Australia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.309', NULL), (0x20a31b6ebfaf4ecc9241731bc0ba0a6e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Belize', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.776', NULL), (0x20a31b6ebfaf4ecc9241731bc0ba0a6e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Belize', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.775', NULL), (0x2209949d3d084f0e839957f2297456e5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jersey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.022', NULL), (0x2209949d3d084f0e839957f2297456e5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Jersey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.022', NULL), (0x228539c1477e4209bdbfd9c1c1c8f287, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Amerikanisch-Samoa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.724', NULL), (0x228539c1477e4209bdbfd9c1c1c8f287, 0x8e6d712041cf4de1b4149dd70cf58df8, 'American Samoa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.723', NULL), (0x22ecaade447e49a694f7fdd87e767a96, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Palästina', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.187', NULL), (0x22ecaade447e49a694f7fdd87e767a96, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Palestine, State of', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.186', NULL), (0x27074ca2c9a444c18f3c20b9991ecbf7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.272', NULL), (0x27074ca2c9a444c18f3c20b9991ecbf7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Serbia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.271', NULL), (0x291708a306db4d408b892f8da94f6fd7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hong Kong', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.000', NULL), (0x291708a306db4d408b892f8da94f6fd7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hong Kong', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.999', NULL), (0x2b09d689f1d14c13aa0b6b81c65240c3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.182', NULL), (0x2b09d689f1d14c13aa0b6b81c65240c3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spain', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.182', NULL), (0x2b322a71cb204f5f9c85ae2d9145214a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bolivien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.788', NULL), (0x2b322a71cb204f5f9c85ae2d9145214a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bolivia (Plurinational State of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.787', NULL), (0x2b9ba00fb03a4460bdbc0ef56bd266d4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malawi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.070', NULL), (0x2b9ba00fb03a4460bdbc0ef56bd266d4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Malawi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.069', NULL), (0x2bd80453bd4844cda8e48f5293366209, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wallis und Futuna', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.403', NULL), (0x2bd80453bd4844cda8e48f5293366209, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wallis and Futuna', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.402', NULL), (0x2bfc9ad2ab7642aca5fd7907ea85299a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sierra Leone', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.280', NULL), (0x2bfc9ad2ab7642aca5fd7907ea85299a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sierra Leone', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.279', NULL), (0x2f16d7c081694093afea939989192cd7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schweden', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.177', NULL), (0x2f16d7c081694093afea939989192cd7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sweden', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.177', NULL), (0x308d0360d33a4a46a3f2fea45ad407c8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bermuda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.782', NULL), (0x308d0360d33a4a46a3f2fea45ad407c8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bermuda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.781', NULL), (0x31a92cb40b664f5a82b5980b2fd4eef6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malediven', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.075', NULL), (0x31a92cb40b664f5a82b5980b2fd4eef6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Maldives', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.075', NULL), (0x32289a831ebf4be287e124fcce34f510, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tschechische Republik', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.297', NULL), (0x32289a831ebf4be287e124fcce34f510, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Czech Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.297', NULL), (0x36085ff004974e14908b468b2e6dc69a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Samoa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.255', NULL), (0x36085ff004974e14908b468b2e6dc69a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Samoa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.254', NULL), (0x37ccf1a4975743e3b45f959646ea6d54, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mikronesien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.099', NULL), (0x37ccf1a4975743e3b45f959646ea6d54, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Micronesia (Federated States of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.099', NULL), (0x385f4e390cc3441d86bfafd7436121ca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Albanien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.718', NULL), (0x385f4e390cc3441d86bfafd7436121ca, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Albania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.717', NULL), (0x39406dba07804dcf996cfaea17d82d6b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Salomonen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.290', NULL), (0x39406dba07804dcf996cfaea17d82d6b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Solomon Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.289', NULL), (0x3a63f414714d459184876a908fccb74c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Portugal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.175', NULL), (0x3a63f414714d459184876a908fccb74c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Portugal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.174', NULL), (0x3e6e1226bd664510804f72020c12f27c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Laos', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.043', NULL), (0x3e6e1226bd664510804f72020c12f27c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lao People\'s Democratic Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.042', NULL), (0x3fbda9d917cb4404804e848e558ef0ce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norfolkinsel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.166', NULL), (0x3fbda9d917cb4404804e848e558ef0ce, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Norfolk Island', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.165', NULL), (0x400f204d0c5c4cbcbb588df84a60b19b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rumänien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.302', NULL), (0x400f204d0c5c4cbcbb588df84a60b19b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Romania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.301', NULL), (0x4025d0efccce4315a657ee1ad9845b1a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Uruguay', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.386', NULL), (0x4025d0efccce4315a657ee1ad9845b1a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Uruguay', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.385', NULL), (0x40ab11b68f064639914ac09e0f53c00c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malta', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.697', NULL), (0x40ab11b68f064639914ac09e0f53c00c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Malta', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.696', NULL), (0x416887cf33af4694b1768f00ebe445dc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zypern', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.704', NULL), (0x416887cf33af4694b1768f00ebe445dc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cyprus', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.703', NULL), (0x4189f77c1d57462799e10e9eee7676ca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niue', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.163', NULL), (0x4189f77c1d57462799e10e9eee7676ca, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Niue', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.162', NULL), (0x41c0c7a211224a54abba4f1de178d8bb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Äquatorial-Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.911', NULL), (0x41c0c7a211224a54abba4f1de178d8bb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Equatorial Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.910', NULL), (0x44587c8d8cd04b9c8f50e9505136556b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vanuatu', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.393', NULL), (0x44587c8d8cd04b9c8f50e9505136556b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Vanuatu', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.391', NULL), (0x458c1f7b461f4340bebd7b331d6e0241, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutschland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:44.691', NULL), (0x458c1f7b461f4340bebd7b331d6e0241, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Germany', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:44.693', NULL), (0x46b77dc7112547f99d56a0bdaaeedfe4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Georgien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.946', NULL), (0x46b77dc7112547f99d56a0bdaaeedfe4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Georgia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.945', NULL), (0x48eaa42fe08c4bd0ae1b00570a7e384b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Honduras', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.996', NULL), (0x48eaa42fe08c4bd0ae1b00570a7e384b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Honduras', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.995', NULL), (0x4ae07507a20f4a4aa5200f4f6c1698f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bosnien und Herzegowina', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.795', NULL), (0x4ae07507a20f4a4aa5200f4f6c1698f8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bosnia and Herzegovina', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.794', NULL), (0x4b2f3ee58474467984968bd2371f52e5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Frankreich', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.321', NULL), (0x4b2f3ee58474467984968bd2371f52e5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'France', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.320', NULL), (0x4b6b474d56b74911a7c6095c6befd313, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kroatien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.683', NULL), (0x4b6b474d56b74911a7c6095c6befd313, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Croatia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.682', NULL), (0x4b9db19dc72948238f8bb852475e4927, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tunesien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.366', NULL), (0x4b9db19dc72948238f8bb852475e4927, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tunisia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.365', NULL), (0x4cd9646d51804684aaeb6262b7feaad8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sri Lanka', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.316', NULL), (0x4cd9646d51804684aaeb6262b7feaad8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sri Lanka', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.315', NULL), (0x4d1b68dec29a42b5a5ab27e57f970457, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nordkorea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.170', NULL), (0x4d1b68dec29a42b5a5ab27e57f970457, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Korea (Democratic People\'s Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.169', NULL), (0x4d2f855261e94d60b9c7a6a7442b1a8f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bonaire, Sint Eustatius und Saba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.792', NULL), (0x4d2f855261e94d60b9c7a6a7442b1a8f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bonaire, Sint Eustatius and Saba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.791', NULL), (0x4d4d28e062174c3baa634e47c13f990a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sint Maarten (niederl. Teil)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.286', NULL), (0x4d4d28e062174c3baa634e47c13f990a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sint Maarten (Dutch part)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.285', NULL), (0x4d5c7ad9513d44c9b7053c6a620482db, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mauritius', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.091', NULL), (0x4d5c7ad9513d44c9b7053c6a620482db, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mauritius', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.090', NULL), (0x4d8f262b1f5249dfa165f65f18e70985, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Staat Vatikanstadt', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.993', NULL); INSERT INTO `country_translation` (`country_id`, `language_id`, `name`, `address_format`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x4d8f262b1f5249dfa165f65f18e70985, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Vatican City', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.991', NULL), (0x4db024801a684e429d4a03126e837878, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Montenegro', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.116', NULL), (0x4db024801a684e429d4a03126e837878, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Montenegro', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.111', NULL), (0x4e0331831d044c62a0bf9bcdaadf6f5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Philippinen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.203', NULL), (0x4e0331831d044c62a0bf9bcdaadf6f5e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Philippines', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.202', NULL), (0x4f74c9532d174e96a63f57313d9e04c9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.973', NULL), (0x4f74c9532d174e96a63f57313d9e04c9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.973', NULL), (0x505c7a234f034e1fbc0e2e1856fe401f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Falklandinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.920', NULL), (0x505c7a234f034e1fbc0e2e1856fe401f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Falkland Islands (Malvinas)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.919', NULL), (0x50c3183066614a3b97fc2509d32296a1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Népal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.135', NULL), (0x50c3183066614a3b97fc2509d32296a1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nepal', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.134', NULL), (0x525ddcacb8c4449aaa7d12e6d471657a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slowakei', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.300', '2023-05-09 17:55:58.989'), (0x525ddcacb8c4449aaa7d12e6d471657a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Slovakia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.299', '2023-05-09 17:55:58.989'), (0x52d6cd43551246bba629c392d9eb1fe7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ukraine', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.383', NULL), (0x52d6cd43551246bba629c392d9eb1fe7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ukraine', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.382', NULL), (0x52dc2cbb9e634f7e86c20723f06b37ea, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Südkorea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.309', NULL), (0x52dc2cbb9e634f7e86c20723f06b37ea, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Korea (Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.308', NULL), (0x541b48b019654abfa9a8e0a3432c5fb4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Österreich', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.173', NULL), (0x541b48b019654abfa9a8e0a3432c5fb4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Austria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.172', NULL), (0x54c898aa129c4478a20ee8b02f2376d3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dschibuti', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.893', NULL), (0x54c898aa129c4478a20ee8b02f2376d3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Djibouti', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.891', NULL), (0x55021f73af944ce4b9555d38e93ec69d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nördliche Marianen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.173', NULL), (0x55021f73af944ce4b9555d38e93ec69d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Northern Mariana Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.172', NULL), (0x56501ac6cb0943e694971ee545fde26d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afghanistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.708', NULL), (0x56501ac6cb0943e694971ee545fde26d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Afghanistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.706', NULL), (0x58c185feb90d47249b480dd042599f50, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ungarn', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.293', NULL), (0x58c185feb90d47249b480dd042599f50, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hungary', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.292', NULL), (0x5a0e8f4057d74b9689646ae81bf7bd18, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malaysia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.073', NULL), (0x5a0e8f4057d74b9689646ae81bf7bd18, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Malaysia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.072', NULL), (0x5a38b4f0cb214d32b67e4886ec0a179c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sankt Helena', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.233', NULL), (0x5a38b4f0cb214d32b67e4886ec0a179c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saint Helena, Ascension and Tristan da Cunha', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.232', NULL), (0x5a86c999f7fa448e8ad01862039ae8df, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kenia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.032', NULL), (0x5a86c999f7fa448e8ad01862039ae8df, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kenya', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.031', NULL), (0x5abb378e176347d5919f50fdc4a8fb81, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nicaragua', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.145', NULL), (0x5abb378e176347d5919f50fdc4a8fb81, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nicaragua', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.144', NULL), (0x5c2d52b1980c4866aad12e74ab2fe859, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mali', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.078', NULL), (0x5c2d52b1980c4866aad12e74ab2fe859, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mali', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.077', NULL), (0x5d0ac35cba74466f889fa6a2e2e0d6c1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Heard und die McDonaldinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.987', NULL), (0x5d0ac35cba74466f889fa6a2e2e0d6c1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Heard Island and McDonald Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.986', NULL), (0x5d27b319679e4a71b56539f5dc4bda26, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Libanon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.048', NULL), (0x5d27b319679e4a71b56539f5dc4bda26, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lebanon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.046', NULL), (0x5dd6d9e93fb3491487235385d3ca0e16, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französische Süd- und Antarktisgebiete', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.936', NULL), (0x5dd6d9e93fb3491487235385d3ca0e16, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French Southern Territories', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.935', NULL), (0x5edf9670bb2b497fa7426dd4e613a2d9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sambia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.416', NULL), (0x5edf9670bb2b497fa7426dd4e613a2d9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Zambia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.415', NULL), (0x602304391aef4ee7ae0c86cc3cd406b2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dominica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.896', NULL), (0x602304391aef4ee7ae0c86cc3cd406b2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Dominica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.895', NULL), (0x619e949c9b5d45338b44d8444c9b65f9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Marshallinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.082', NULL), (0x619e949c9b5d45338b44d8444c9b65f9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Marshall Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.081', NULL), (0x62662a1674b14cbc810727e282549517, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pakistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.179', NULL), (0x62662a1674b14cbc810727e282549517, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Pakistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.179', NULL), (0x626a5688b9eb406e932df543b5965c51, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bahamas', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.758', NULL), (0x626a5688b9eb406e932df543b5965c51, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bahamas', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.757', NULL), (0x628b876ee3654d6cbd0693058a1df32d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eritrea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.914', NULL), (0x628b876ee3654d6cbd0693058a1df32d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Eritrea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.913', NULL), (0x64ba8ee378c747c984189302421cd76b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mazedonien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.064', NULL), (0x64ba8ee378c747c984189302421cd76b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Macedonia (the former Yugoslav Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.063', NULL), (0x653be6e373f2441b8a2e0f2c2fab5192, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Liberia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.054', NULL), (0x653be6e373f2441b8a2e0f2c2fab5192, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Liberia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.053', NULL), (0x670a7b2d11624bc1bc098e892166df7e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gambia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.943', NULL), (0x670a7b2d11624bc1bc098e892166df7e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Gambia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.942', NULL), (0x6716529e829b4859bc9546168156ab97, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Syrien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.331', NULL), (0x6716529e829b4859bc9546168156ab97, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Syrian Arab Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.330', NULL), (0x67cc15c767e34723a1158b5fa8b79b9a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Neukaledonien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.139', NULL), (0x67cc15c767e34723a1158b5fa8b79b9a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'New Caledonia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.138', NULL), (0x693d66673f2b4bae8bd11733516214a4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ägypten', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.905', NULL), (0x693d66673f2b4bae8bd11733516214a4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Egypt', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.904', NULL), (0x6a76ee8a280a49ca8dcc0a65bf57bb59, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kamerun', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.832', NULL), (0x6a76ee8a280a49ca8dcc0a65bf57bb59, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cameroon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.831', NULL), (0x6bf03d7cfb5f4f23b7b5808ccff63590, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slowenien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.700', NULL), (0x6bf03d7cfb5f4f23b7b5808ccff63590, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Slovenia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.699', NULL), (0x6ceb63847524460cb6ffd63218027508, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Turks- und Caicosinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.373', NULL), (0x6ceb63847524460cb6ffd63218027508, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Turks and Caicos Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.373', NULL), (0x6da014e6833f41d581a602999a7cb08c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chile', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.850', NULL), (0x6da014e6833f41d581a602999a7cb08c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Chile', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.849', NULL), (0x7551b50d275b45988b5a517f60e2f006, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Indien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.003', NULL), (0x7551b50d275b45988b5a517f60e2f006, 0x8e6d712041cf4de1b4149dd70cf58df8, 'India', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.002', NULL), (0x77742c76a8d74a118bff9da545bb3490, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Britisches Territorium im Indischen Ozean', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.805', NULL), (0x77742c76a8d74a118bff9da545bb3490, 0x8e6d712041cf4de1b4149dd70cf58df8, 'British Indian Ocean Territory', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.804', NULL), (0x7a5072f742504df284c333f0755ef53b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tonga', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.359', NULL), (0x7a5072f742504df284c333f0755ef53b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tonga', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.358', NULL), (0x7ae0f04631914c94a3f0d2747c3b468f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Macao', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.061', NULL), (0x7ae0f04631914c94a3f0d2747c3b468f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Macao', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.060', NULL), (0x7bfae68be75d41c19b9343a305a5847e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'St. Kitts und Nevis', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.238', NULL), (0x7bfae68be75d41c19b9343a305a5847e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saint Kitts and Nevis', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.236', NULL), (0x7d064092368742c89af9d87d808cc99f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint Lucia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.242', NULL), (0x7d064092368742c89af9d87d808cc99f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saint Lucia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.241', NULL), (0x7e59543ba56f4fac9f19765e4454ae47, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Finnland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.318', NULL), (0x7e59543ba56f4fac9f19765e4454ae47, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Finland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.317', NULL), (0x7f5dcd885c69476d91081485261d8456, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Israel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.307', NULL), (0x7f5dcd885c69476d91081485261d8456, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Israel', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.306', NULL), (0x7faeb1e1990040af81f35d3a16d982e3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Suriname', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.322', NULL), (0x7faeb1e1990040af81f35d3a16d982e3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Suriname', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.321', NULL), (0x7fc6acdaa8f441b69ece4d74352e0b31, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jamaika', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.019', NULL), (0x7fc6acdaa8f441b69ece4d74352e0b31, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Jamaica', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.019', NULL), (0x80adc46ff2ca4ca9b62b564e034eba47, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kambodscha', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.829', NULL), (0x80adc46ff2ca4ca9b62b564e034eba47, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cambodia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.827', NULL), (0x81739267c51246819867db338ab30d91, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bahrain', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.761', NULL), (0x81739267c51246819867db338ab30d91, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bahrain', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.760', NULL), (0x81bada2897ea44e48a5ae669bc0f084f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pitcairn', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.206', NULL), (0x81bada2897ea44e48a5ae669bc0f084f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Pitcairn', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.205', NULL), (0x82f2378360c24368bf99337918be98be, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch Guyana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.930', NULL), (0x82f2378360c24368bf99337918be98be, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French Guiana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.929', NULL), (0x859479e3882b4fb5870b5806a6f2a557, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Usbekistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.389', NULL), (0x859479e3882b4fb5870b5806a6f2a557, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Uzbekistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.388', NULL), (0x86c7774b15664c27bb059139a9344e24, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Äthiopien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.917', NULL), (0x86c7774b15664c27bb059139a9344e24, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ethiopia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.916', NULL), (0x87b29ba50e2f49c997cf365cc486e654, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Armenien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.747', NULL), (0x87b29ba50e2f49c997cf365cc486e654, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Armenia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.747', NULL), (0x88ca70c1ac71475ea87428d343a1c4e9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Estland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.680', NULL), (0x88ca70c1ac71475ea87428d343a1c4e9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Estonia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.679', NULL), (0x896492617a2449e2abb64e813bd457f5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bhutan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.785', NULL), (0x896492617a2449e2abb64e813bd457f5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bhutan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.784', NULL), (0x8b40e3b86b90496bbc21c63431c40923, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Irak', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.014', NULL), (0x8b40e3b86b90496bbc21c63431c40923, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Iraq', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.013', NULL), (0x8c740a8b49024d5d944dce218ac6bdcb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Réunion', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.219', NULL), (0x8c740a8b49024d5d944dce218ac6bdcb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Réunion', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.218', NULL), (0x8ccd7d3223d9404db8b9224460f3727c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kuwait', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.038', NULL), (0x8ccd7d3223d9404db8b9224460f3727c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kuwait', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.037', NULL), (0x8d65ba03c85342fc9520f6caf3de69cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Venezuela', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.396', NULL), (0x8d65ba03c85342fc9520f6caf3de69cf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Venezuela (Bolivarian Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.395', NULL), (0x8d8fd87cd64d44c8b90cc131f8f18f99, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Luxemburg', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.163', NULL), (0x8d8fd87cd64d44c8b90cc131f8f18f99, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Luxembourg', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.162', NULL), (0x8db998bdae974d92b01076ae6445729b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ghana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.949', NULL), (0x8db998bdae974d92b01076ae6445729b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ghana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.948', NULL), (0x92a09353944048ad8c9f7249bb8f74a0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tokelau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.355', NULL), (0x92a09353944048ad8c9f7249bb8f74a0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tokelau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.354', NULL), (0x92ce6b1965dd4386b8557c066346ab2a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niger', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.155', NULL), (0x92ce6b1965dd4386b8557c066346ab2a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Niger', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.147', NULL), (0x92d43e7ee73d46608a532525ea5323b4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norwegen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.170', NULL), (0x92d43e7ee73d46608a532525ea5323b4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Norway', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.170', NULL), (0x92d6ad4ce3a7488cb40dbf1d4d1c320d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Simbabwe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.420', NULL), (0x92d6ad4ce3a7488cb40dbf1d4d1c320d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Zimbabwe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.419', NULL), (0x92e4565e401c4262a6aded0899243f51, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fidschi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.927', NULL), (0x92e4565e401c4262a6aded0899243f51, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Fiji', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.926', NULL), (0x93b6f5ac9c6d41c4b65a821a8aa72ebf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Trinidad und Tobago', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.363', NULL), (0x93b6f5ac9c6d41c4b65a821a8aa72ebf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Trinidad and Tobago', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.362', NULL), (0x9448761f02cf4e9fa14385afaf2a8ca8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Insel Man', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.017', NULL), (0x9448761f02cf4e9fa14385afaf2a8ca8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Isle of Man', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.016', NULL), (0x957619513f0a4c56a8508a5680d25c3b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dominikanische Republik', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.899', NULL), (0x957619513f0a4c56a8508a5680d25c3b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Dominican Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.898', NULL), (0x966f76562a98405eaba958654a9343fa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Britische Jungferninseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.811', NULL), (0x966f76562a98405eaba958654a9343fa, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Virgin Islands (British)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.810', NULL), (0x96c606f5e6494badbf4bb226b6b82714, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Andorra', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.727', NULL), (0x96c606f5e6494badbf4bb226b6b82714, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Andorra', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.726', NULL), (0x976d0ea0f07a41699fdfc088e58001ae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bulgarien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.676', NULL), (0x976d0ea0f07a41699fdfc088e58001ae, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bulgaria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.675', NULL), (0x985c250d70f24291b7374fb48e9b8585, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lettland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.686', NULL), (0x985c250d70f24291b7374fb48e9b8585, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Latvia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.685', NULL), (0x99c4f05bad854e1da7887caad487c1cb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Liechtenstein', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.285', NULL), (0x99c4f05bad854e1da7887caad487c1cb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Liechtenstein', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.284', NULL); INSERT INTO `country_translation` (`country_id`, `language_id`, `name`, `address_format`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x9a8584539265428b86c72d5fd2bb89a2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guadeloupe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.962', NULL), (0x9a8584539265428b86c72d5fd2bb89a2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Guadeloupe', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.961', NULL), (0x9baa845e92cf494fa7d2367b884a6a75, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.964', NULL), (0x9baa845e92cf494fa7d2367b884a6a75, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Guam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.963', NULL), (0x9e623656aaa2497ebebc4492bdec714e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jordanien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.025', NULL), (0x9e623656aaa2497ebebc4492bdec714e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Jordan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.025', NULL), (0x9f952885602d48a3a8b705a0be7c5c82, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mauretanien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.088', NULL), (0x9f952885602d48a3a8b705a0be7c5c82, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mauritania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.087', NULL), (0xa0b9a965f35f4c75a8ab9d7f5208cf9d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Haiti', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.984', NULL), (0xa0b9a965f35f4c75a8ab9d7f5208cf9d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Haiti', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.983', NULL), (0xa0f259a650e1498bb78ab7320e5c6ad0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Russland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.223', NULL), (0xa0f259a650e1498bb78ab7320e5c6ad0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Russian Federation', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.222', NULL), (0xa116b2804f9745b2a2bc311f8255c1b7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guyana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.981', NULL), (0xa116b2804f9745b2a2bc311f8255c1b7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Guyana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.979', NULL), (0xa15a9be5d824464085e8709b03ee0e8e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Anguilla', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.735', NULL), (0xa15a9be5d824464085e8709b03ee0e8e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Anguilla', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.734', NULL), (0xa229fb64069f462aa2b88738a97a594b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Seychellen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.276', NULL), (0xa229fb64069f462aa2b88738a97a594b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Seychelles', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.275', NULL), (0xa804cd99d22f4fc1a0a72c6751db083b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Madagaskar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.066', NULL), (0xa804cd99d22f4fc1a0a72c6751db083b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Madagascar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.066', NULL), (0xa965040b424445d9b363b06a294d91a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kongo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.871', NULL), (0xa965040b424445d9b363b06a294d91a6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Congo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.870', NULL), (0xaa2d51ae868740f4acd3de72b6a7af97, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Burkina Faso', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.822', NULL), (0xaa2d51ae868740f4acd3de72b6a7af97, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Burkina Faso', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.821', NULL), (0xaa583e2c03ff402ea88e83d7249ed545, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Curaçao', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.888', NULL), (0xaa583e2c03ff402ea88e83d7249ed545, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Curaçao', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.887', NULL), (0xab7006d2954e47c5b153c989510f2e86, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swasiland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.328', NULL), (0xab7006d2954e47c5b153c989510f2e86, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swaziland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.327', NULL), (0xad5e318ba7474fc28742b8e033178145, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Uganda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.379', NULL), (0xad5e318ba7474fc28742b8e033178145, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Uganda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.379', NULL), (0xada8e3e207354d10a4f576783199433d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kokosinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.860', NULL), (0xada8e3e207354d10a4f576783199433d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cocos (Keeling) Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.858', NULL), (0xb122ae2b14084956b74a6ac472288371, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gibraltar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.953', NULL), (0xb122ae2b14084956b74a6ac472288371, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Gibraltar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.951', NULL), (0xb19818199dee4a8caabb4d09441491fc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Angola', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.731', NULL), (0xb19818199dee4a8caabb4d09441491fc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Angola', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.730', NULL), (0xb2018ee9bdda481a947a3b4b4178253c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Republik Südafrika', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.297', NULL), (0xb2018ee9bdda481a947a3b4b4178253c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Africa', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.296', NULL), (0xb33c5eac80e44b9fa3a3ddf91b9f209a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Namibia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.166', NULL), (0xb33c5eac80e44b9fa3a3ddf91b9f209a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Namibia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.165', NULL), (0xb38391a24f614e75bc56bda2a1554ffb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lesotho', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.051', NULL), (0xb38391a24f614e75bc56bda2a1554ffb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lesotho', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.051', NULL), (0xb5fb8e415ed44e6ab6491dc9e0559fb8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Marokko', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.122', NULL), (0xb5fb8e415ed44e6ab6491dc9e0559fb8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Morocco', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.121', NULL), (0xb6e8f0d1e6a9442fbb204352fd478289, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nigeria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.159', NULL), (0xb6e8f0d1e6a9442fbb204352fd478289, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nigeria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.158', NULL), (0xb71533038e724b959c4c12cd911653de, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kuba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.884', NULL), (0xb71533038e724b959c4c12cd911653de, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cuba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.883', NULL), (0xb79075c45d614e448c72db248833fd52, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'El Salvador', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.908', NULL), (0xb79075c45d614e448c72db248833fd52, 0x8e6d712041cf4de1b4149dd70cf58df8, 'El Salvador', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.907', NULL), (0xb8bff8faaca647f29ec863f60314bcc7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Südgeorgien und die Südlichen Sandwichinseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.301', NULL), (0xb8bff8faaca647f29ec863f60314bcc7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Georgia and the South Sandwich Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.299', NULL), (0xb9f3d62f61fe468e8e72cf85a08bec2e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint Martin', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.244', NULL), (0xb9f3d62f61fe468e8e72cf85a08bec2e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saint Martin (French part)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.244', NULL), (0xbb65e6f35eee463d8752b4b9965597a5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'China', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.853', NULL), (0xbb65e6f35eee463d8752b4b9965597a5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'China', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.852', NULL), (0xbbbaed59818f4ec894a78edafcf82357, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Barbados', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.769', NULL), (0xbbbaed59818f4ec894a78edafcf82357, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Barbados', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.768', NULL), (0xbbd06bb732344a72b969f0916dbd70d3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mayotte', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.094', NULL), (0xbbd06bb732344a72b969f0916dbd70d3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mayotte', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.093', NULL), (0xbc49f1023dc0439b9e7d48ffa5aed465, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aserbaidschan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.755', NULL), (0xbc49f1023dc0439b9e7d48ffa5aed465, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Azerbaijan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.754', NULL), (0xbd41f927721d43eda1ea94b221b65ff5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Island', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.153', NULL), (0xbd41f927721d43eda1ea94b221b65ff5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Iceland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.152', NULL), (0xbdb5eab207c74af4a75e92e71e1e72c6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Palau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.183', NULL), (0xbdb5eab207c74af4a75e92e71e1e72c6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Palau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.182', NULL), (0xbdf6e71359714279a77ab8713d6fc5d8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mosambik', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.126', NULL), (0xbdf6e71359714279a77ab8713d6fc5d8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mozambique', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.125', NULL), (0xbe32d6b3734f460596dc6125369df5b3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Puerto Rico', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.210', NULL), (0xbe32d6b3734f460596dc6125369df5b3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Puerto Rico', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.209', NULL), (0xbe567cf33b1c4f4fb27dc7b5f7b49a28, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kiribati', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.035', NULL), (0xbe567cf33b1c4f4fb27dc7b5f7b49a28, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kiribati', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.034', NULL), (0xbe6d43f7d2e3419f87230748ba0dc65e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Republik Kosovo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.216', NULL), (0xbe6d43f7d2e3419f87230748ba0dc65e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Republic of Kosovo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.215', NULL), (0xbe9eb041c88a47b3b243cbaf7cd90689, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guinea-Bissau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.977', NULL), (0xbe9eb041c88a47b3b243cbaf7cd90689, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Guinea-Bissau', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.976', NULL), (0xbea1ddbbdb364f44b5b5abc854a67e20, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Union der Komoren', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.867', NULL), (0xbea1ddbbdb364f44b5b5abc854a67e20, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Comoros', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.866', NULL), (0xbedc162678824e139d7446471780be40, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zentralafrikanische Republik', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.842', NULL), (0xbedc162678824e139d7446471780be40, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Central African Republic', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.841', NULL), (0xbf016d7126d4449381359c1821b70458, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Elfenbeinküste', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.008', NULL), (0xbf016d7126d4449381359c1821b70458, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Côte d\'Ivoire', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.007', NULL), (0xbfab085ad05946a99945b1e05cf7e8ad, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Peru', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.200', NULL), (0xbfab085ad05946a99945b1e05cf7e8ad, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Peru', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.199', NULL), (0xc081e33f28b242a98de9d0b7b8e7235b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Timor-Leste', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.349', NULL), (0xc081e33f28b242a98de9d0b7b8e7235b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Timor-Leste', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.347', NULL), (0xc1833fbc17e640aeb4e46053d6a7c2e8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Svalbard und Jan Mayen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.325', NULL), (0xc1833fbc17e640aeb4e46053d6a7c2e8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Svalbard and Jan Mayen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.324', NULL), (0xc1afe6dd9d894a36acb6c2396806b5f9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Moldawie', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.102', NULL), (0xc1afe6dd9d894a36acb6c2396806b5f9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Moldova (Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.102', NULL), (0xc210fab45c064431a985a2ac3667341d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Libyen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.058', NULL), (0xc210fab45c064431a985a2ac3667341d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Libya', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.057', NULL), (0xc21262b6b4c9497d83324d9a4599a74e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch-Polynesien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.933', NULL), (0xc21262b6b4c9497d83324d9a4599a74e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French Polynesia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.932', NULL), (0xc2c51720553046e68f8a37752d73927f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Taiwan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.335', NULL), (0xc2c51720553046e68f8a37752d73927f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Taiwan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.334', NULL), (0xc2f286b5deb04645b2e93456d9c7e513, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saudi-Arabien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.265', NULL), (0xc2f286b5deb04645b2e93456d9c7e513, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saudi Arabia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.264', NULL), (0xc2f996806b3942e1bb9e3a27eb6132ec, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Färöer-Inseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.923', NULL), (0xc2f996806b3942e1bb9e3a27eb6132ec, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Faroe Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.923', NULL), (0xc375ef3a5cc348c19311e702794b879c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niederlande', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.168', NULL), (0xc375ef3a5cc348c19311e702794b879c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Netherlands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.167', NULL), (0xc3a35358cf9d403fbdbfffb731133aef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabische Emirate', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.287', NULL), (0xc3a35358cf9d403fbdbfffb731133aef, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arab Emirates', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.286', NULL), (0xc4762c1cfe404df7bd67af618fbe4920, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Myanmar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.129', NULL), (0xc4762c1cfe404df7bd67af618fbe4920, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Myanmar', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.128', NULL), (0xc6154f515ea54375aa950905715e2280, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oman', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.176', NULL), (0xc6154f515ea54375aa950905715e2280, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Oman', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.175', NULL), (0xc6d56849bdd34d629f581e5267c25801, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Turkmenistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.370', NULL), (0xc6d56849bdd34d629f581e5267c25801, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Turkmenistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.369', NULL), (0xcc7ab01d148d4268b174aa8ab2b9abf5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Neuseeland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.142', NULL), (0xcc7ab01d148d4268b174aa8ab2b9abf5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'New Zealand', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.141', NULL), (0xcd59f569ba4e417683f1e1a8c7f1f8c4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sudan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.319', NULL), (0xcd59f569ba4e417683f1e1a8c7f1f8c4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sudan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.318', NULL), (0xcecc6745850c4a558182b60c9b0be728, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kirgisistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.041', NULL), (0xcecc6745850c4a558182b60c9b0be728, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kyrgyzstan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.040', NULL), (0xcfc702a48110458a8f6ab72114fab84e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Westsahara', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.408', NULL), (0xcfc702a48110458a8f6ab72114fab84e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Western Sahara', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.406', NULL), (0xd09a2774bf104bb6bf98c946007eea84, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kasachstan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.029', NULL), (0xd09a2774bf104bb6bf98c946007eea84, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kazakhstan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.028', NULL), (0xd1aef64f1f024d6db54952656376568b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kaimaninseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.839', NULL), (0xd1aef64f1f024d6db54952656376568b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cayman Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.838', NULL), (0xd318aa7fb5f04dc5bdf300225b1e8914, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Togo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.352', NULL), (0xd318aa7fb5f04dc5bdf300225b1e8914, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Togo', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.351', NULL), (0xd460424f32724092a91c8dd27efb8316, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Argentinien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.745', NULL), (0xd460424f32724092a91c8dd27efb8316, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Argentina', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.744', NULL), (0xd4cd84dcad954ec383f766a390d4747c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tadschikistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.338', NULL), (0xd4cd84dcad954ec383f766a390d4747c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tajikistan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.337', NULL), (0xd8d95b30d273421c8f645ffa7dfad09f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint-Barthélemy', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.230', NULL), (0xd8d95b30d273421c8f645ffa7dfad09f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saint Barthélemy', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.229', NULL), (0xda33abae47e64a3eb393b0a0f29bff37, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vereinigtes Königreich', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:44.747', NULL), (0xda33abae47e64a3eb393b0a0f29bff37, 0x8e6d712041cf4de1b4149dd70cf58df8, 'United Kingdom', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:44.747', NULL), (0xdb03050d78ac4db9989b57173e3b7fa8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tansania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.342', NULL), (0xdb03050d78ac4db9989b57173e3b7fa8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tanzania, United Republic of', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.341', NULL), (0xdb16ecea2d3f4ab2a562aa2d9e43bb3a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Montserrat', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.119', NULL), (0xdb16ecea2d3f4ab2a562aa2d9e43bb3a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Montserrat', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.118', NULL), (0xdb749f0b61ac45b3839553178578f1c2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Japan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.158', NULL), (0xdb749f0b61ac45b3839553178578f1c2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Japan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.158', NULL), (0xddc5a342f0fc41ce9bd73a3a1c37f2b5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Irland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.151', NULL), (0xddc5a342f0fc41ce9bd73a3a1c37f2b5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ireland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.150', NULL), (0xdf8bdfc366064064a09b230a17887050, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vietnam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.400', NULL), (0xdf8bdfc366064064a09b230a17887050, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Viet Nam', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.399', NULL), (0xe05ecbd069124932a34a10b3fecea462, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Martinique', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.085', NULL), (0xe05ecbd069124932a34a10b3fecea462, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Martinique', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.085', NULL), (0xe0ab04d8e35c4d2681e90ee917a9d51c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kap Verde', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.835', NULL), (0xe0ab04d8e35c4d2681e90ee917a9d51c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cabo Verde', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.834', NULL), (0xe202a815f4fb42b7b3374c44fc1920a3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Italien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.156', NULL), (0xe202a815f4fb42b7b3374c44fc1920a3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Italy', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.155', NULL), (0xe227f0d5f60e499a8dfee201ab9dd53d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kleinere Inselbesitzungen der Vereinigten Staaten', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.808', NULL), (0xe227f0d5f60e499a8dfee201ab9dd53d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'United States Minor Outlying Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.807', NULL), (0xe27882c6ee4f4b349ed6d80658b73634, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Papua-Neuguinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.193', NULL); INSERT INTO `country_translation` (`country_id`, `language_id`, `name`, `address_format`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xe27882c6ee4f4b349ed6d80658b73634, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Papua New Guinea', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.192', NULL), (0xe3a08f2806224e4198b0de6702d95692, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tschad', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.846', NULL), (0xe3a08f2806224e4198b0de6702d95692, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Chad', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.845', NULL), (0xe4d2e0e82de84052a67cca67ab2ff446, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Indonesien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.006', NULL), (0xe4d2e0e82de84052a67cca67ab2ff446, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Indonesia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.005', NULL), (0xe5ad6b18e9d643ec8b6d50ffb07f5955, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Burundi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.825', NULL), (0xe5ad6b18e9d643ec8b6d50ffb07f5955, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Burundi', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.824', NULL), (0xe7132c37b2b64686b0627712de62397b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aruba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.751', NULL), (0xe7132c37b2b64686b0627712de62397b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Aruba', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.750', NULL), (0xe787a5d1e72a4aa9a4fea8f84c0a63d9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Amerikanische Jungferninseln', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.815', NULL), (0xe787a5d1e72a4aa9a4fea8f84c0a63d9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Virgin Islands (U.S.)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.814', NULL), (0xe8f1327adb274f2abc8ac081ab29fa4c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Guernsey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.970', NULL), (0xe8f1327adb274f2abc8ac081ab29fa4c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Guernsey', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.969', NULL), (0xea2e817b5d71488fbf755eeea5a444fc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Saint-Pierre und Miquelon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.248', NULL), (0xea2e817b5d71488fbf755eeea5a444fc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Saint Pierre and Miquelon', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.247', NULL), (0xec54f98cd8d74be69e07891728a547f4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Paraguay', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.197', NULL), (0xec54f98cd8d74be69e07891728a547f4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Paraguay', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.195', NULL), (0xee59a79bdbea402fa605b2844af44abe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Monaco', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.105', NULL), (0xee59a79bdbea402fa605b2844af44abe, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Monaco', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.105', NULL), (0xef2e7c5013b646cdb17d688ca728b921, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Südsudan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.313', NULL), (0xef2e7c5013b646cdb17d688ca728b921, 0x8e6d712041cf4de1b4149dd70cf58df8, 'South Sudan', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.312', NULL), (0xefeaa590f73040fc8314eaaec4e9d7b4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Panama', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.190', NULL), (0xefeaa590f73040fc8314eaaec4e9d7b4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Panama', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.189', NULL), (0xf19fcef499e245daa1f835f552de5309, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'San Marino', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.258', NULL), (0xf19fcef499e245daa1f835f552de5309, 0x8e6d712041cf4de1b4149dd70cf58df8, 'San Marino', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.257', NULL), (0xf2e8fe2ee0644d78b423ff9f96e8b567, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Botswana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.798', NULL), (0xf2e8fe2ee0644d78b423ff9f96e8b567, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Botswana', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.798', NULL), (0xf3607270673b4500ab2bfa31dccfceef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Polen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.289', NULL), (0xf3607270673b4500ab2bfa31dccfceef, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Poland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.289', NULL), (0xf4ae54a742c24441bd49db03443151b5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Grenada', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.959', NULL), (0xf4ae54a742c24441bd49db03443151b5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Grenada', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.958', NULL), (0xf7e1dc9697c14b7f9fc8675fafd06cea, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Algerien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.721', NULL), (0xf7e1dc9697c14b7f9fc8675fafd06cea, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Algeria', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.720', NULL), (0xf80710e1e86346cdb782617199f5dde2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Thailand', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.345', NULL), (0xf80710e1e86346cdb782617199f5dde2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Thailand', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.344', NULL), (0xfb4e558f1d974e91b38082dbc7812d3e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Litauen', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.693', NULL), (0xfb4e558f1d974e91b38082dbc7812d3e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lithuania', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.691', NULL), (0xfbd2652710f6496285accba17e6cf10e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Åland', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.711', NULL), (0xfbd2652710f6496285accba17e6cf10e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Åland Islands', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:54.710', NULL), (0xfbe7f1c0226f44748d5c8155a6f4938f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Iran', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.011', NULL), (0xfbe7f1c0226f44748d5c8155a6f4938f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Iran (Islamic Republic of)', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.010', NULL), (0xfdbec2010a124160b92a7753343fc5d9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ruanda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.227', NULL), (0xfdbec2010a124160b92a7753343fc5d9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Rwanda', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.226', NULL), (0xfe64d957d9f149788fa9cdbd98bbb59a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Belgien', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.312', NULL), (0xfe64d957d9f149788fa9cdbd98bbb59a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Belgium', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:45.311', NULL), (0xff7a45cda72e497ca0cd5ffdff018375, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somalia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.293', NULL), (0xff7a45cda72e497ca0cd5ffdff018375, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Somalia', '[[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]', NULL, '2023-05-09 17:55:55.292', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `currency` -- CREATE TABLE `currency` ( `id` binary(16) NOT NULL, `iso_code` char(3) COLLATE utf8mb4_unicode_ci NOT NULL, `factor` double NOT NULL, `symbol` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `item_rounding` json DEFAULT NULL, `total_rounding` json DEFAULT NULL, `tax_free_from` double DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `currency` -- INSERT INTO `currency` (`id`, `iso_code`, `factor`, `symbol`, `position`, `created_at`, `updated_at`, `item_rounding`, `total_rounding`, `tax_free_from`) VALUES (0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 'EUR', 1, '€', 1, '2023-05-09 17:55:45.322', NULL, '{\"decimals\": \"2\", \"interval\": 0.01, \"roundForNet\": true}', '{\"decimals\": \"2\", \"interval\": 0.01, \"roundForNet\": true}', 0); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `currency_country_rounding` -- CREATE TABLE `currency_country_rounding` ( `id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `item_rounding` json NOT NULL, `total_rounding` json NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `currency_translation` -- CREATE TABLE `currency_translation` ( `currency_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `short_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `currency_translation` -- INSERT INTO `currency_translation` (`currency_id`, `language_id`, `short_name`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'EUR', 'Euro', NULL, '2023-05-09 17:55:45.328', NULL), (0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x8e6d712041cf4de1b4149dd70cf58df8, 'EUR', 'Euro', NULL, '2023-05-09 17:55:45.325', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer` -- CREATE TABLE `customer` ( `id` binary(16) NOT NULL, `auto_increment` bigint UNSIGNED NOT NULL, `customer_group_id` binary(16) NOT NULL, `requested_customer_group_id` binary(16) DEFAULT NULL, `default_payment_method_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `last_payment_method_id` binary(16) DEFAULT NULL, `default_billing_address_id` binary(16) NOT NULL, `default_shipping_address_id` binary(16) NOT NULL, `customer_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `salutation_id` binary(16) DEFAULT NULL, `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `company` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `password` varchar(1024) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `legacy_password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `legacy_encoder` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vat_ids` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `double_opt_in_registration` tinyint(1) NOT NULL DEFAULT '0', `double_opt_in_email_sent_date` datetime(3) DEFAULT NULL, `double_opt_in_confirm_date` datetime(3) DEFAULT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `guest` tinyint(1) NOT NULL DEFAULT '0', `first_login` datetime(3) DEFAULT NULL, `last_login` datetime(3) DEFAULT NULL, `newsletter_sales_channel_ids` json DEFAULT NULL, `newsletter` tinyint(1) NOT NULL DEFAULT '0', `birthday` date DEFAULT NULL, `last_order_date` datetime(3) DEFAULT NULL, `order_count` int NOT NULL DEFAULT '0', `order_total_amount` double DEFAULT '0', `custom_fields` json DEFAULT NULL, `affiliate_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `campaign_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `remote_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `tag_ids` json DEFAULT NULL, `bound_sales_channel_id` binary(16) DEFAULT NULL, `created_by_id` binary(16) DEFAULT NULL, `updated_by_id` binary(16) DEFAULT NULL ) ; -- -- Tablo döküm verisi `customer` -- INSERT INTO `customer` (`id`, `auto_increment`, `customer_group_id`, `requested_customer_group_id`, `default_payment_method_id`, `sales_channel_id`, `language_id`, `last_payment_method_id`, `default_billing_address_id`, `default_shipping_address_id`, `customer_number`, `salutation_id`, `first_name`, `last_name`, `company`, `password`, `legacy_password`, `legacy_encoder`, `email`, `title`, `vat_ids`, `active`, `double_opt_in_registration`, `double_opt_in_email_sent_date`, `double_opt_in_confirm_date`, `hash`, `guest`, `first_login`, `last_login`, `newsletter_sales_channel_ids`, `newsletter`, `birthday`, `last_order_date`, `order_count`, `order_total_amount`, `custom_fields`, `affiliate_code`, `campaign_code`, `created_at`, `updated_at`, `remote_address`, `tag_ids`, `bound_sales_channel_id`, `created_by_id`, `updated_by_id`) VALUES (0x6c97534c2c0747f39e8751e43cb2b013, 1, 0xcfbd5018d38d41d8adca10d94fc8bdd6, NULL, 0x147cc1c839ed4620b4a9b20f9fd8c880, 0x05b03c671cf8409aa4084628de7ce7f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 0xd8f0dff7ef3947979a83c42f6509f22c, 0xd8f0dff7ef3947979a83c42f6509f22c, 'SWDEMO10000', 0xeca4b62e423b4d13a55035472b0d9675, 'Max', 'Mustermann', NULL, '$2y$10$qYoCQe2r3h/tiGIqwsq7YuuKBGCEmgtM/U4v182xtKDrFv5vSNFJO', NULL, NULL, 'test@example.com', NULL, NULL, 1, 0, NULL, NULL, NULL, 0, NULL, '2019-06-12 07:13:39.641', NULL, 0, '1996-06-06', NULL, 0, 0, NULL, NULL, NULL, '2023-05-09 15:04:59.221', NULL, NULL, NULL, NULL, 0x4fb0a06161984226b96d50f2e9b58b6d, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_address` -- CREATE TABLE `customer_address` ( `id` binary(16) NOT NULL, `customer_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `country_state_id` binary(16) DEFAULT NULL, `company` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `salutation_id` binary(16) DEFAULT NULL, `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zipcode` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `vat_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone_number` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_address_line1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_address_line2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `customer_address` -- INSERT INTO `customer_address` (`id`, `customer_id`, `country_id`, `country_state_id`, `company`, `department`, `salutation_id`, `title`, `first_name`, `last_name`, `street`, `zipcode`, `city`, `vat_id`, `phone_number`, `additional_address_line1`, `additional_address_line2`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xd8f0dff7ef3947979a83c42f6509f22c, 0x6c97534c2c0747f39e8751e43cb2b013, 0x00632582112d48f9973b4533695c0a98, NULL, NULL, NULL, 0xeca4b62e423b4d13a55035472b0d9675, NULL, 'Max', 'Mustermann', 'Musterstraße 1', '12345', 'Musterstadt', NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:59.219', NULL); -- -- Tetikleyiciler `customer_address` -- DELIMITER $$ CREATE TRIGGER `customer_address_vat_id_insert` AFTER INSERT ON `customer_address` FOR EACH ROW BEGIN IF NEW.vat_id IS NOT NULL THEN UPDATE customer SET vat_ids = JSON_ARRAY(NEW.vat_id) WHERE customer.default_billing_address_id = NEW.id AND (JSON_CONTAINS(vat_ids, '"$NEW.vat_id"') = 0 OR vat_ids IS NULL); END IF; END $$ DELIMITER ; DELIMITER $$ CREATE TRIGGER `customer_address_vat_id_update` AFTER UPDATE ON `customer_address` FOR EACH ROW BEGIN IF (OLD.vat_id IS NOT NULL AND NEW.vat_id IS NULL) THEN UPDATE customer SET vat_ids = JSON_REMOVE(vat_ids, JSON_UNQUOTE(JSON_SEARCH(vat_ids, 'one', OLD.vat_id))) WHERE customer.default_billing_address_id = NEW.id AND JSON_SEARCH(vat_ids, 'one', OLD.vat_id) IS NOT NULL; ELSEIF (OLD.vat_id IS NULL AND NEW.vat_id IS NOT NULL) OR (OLD.vat_id <> NEW.vat_id) THEN UPDATE customer SET vat_ids = JSON_ARRAY(NEW.vat_id) WHERE customer.default_billing_address_id = NEW.id AND (JSON_CONTAINS(vat_ids, '"$NEW.vat_id"') = 0 OR vat_ids IS NULL); END IF; END $$ DELIMITER ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_group` -- CREATE TABLE `customer_group` ( `id` binary(16) NOT NULL, `display_gross` tinyint(1) NOT NULL DEFAULT '1', `registration_active` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `customer_group` -- INSERT INTO `customer_group` (`id`, `display_gross`, `registration_active`, `created_at`, `updated_at`) VALUES (0xcfbd5018d38d41d8adca10d94fc8bdd6, 1, 0, '2023-05-09 17:55:45.335', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_group_registration_sales_channels` -- CREATE TABLE `customer_group_registration_sales_channels` ( `customer_group_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_group_translation` -- CREATE TABLE `customer_group_translation` ( `customer_group_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `registration_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `registration_introduction` longtext COLLATE utf8mb4_unicode_ci, `registration_only_company_registration` tinyint(1) DEFAULT NULL, `registration_seo_meta_description` longtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `customer_group_translation` -- INSERT INTO `customer_group_translation` (`customer_group_id`, `language_id`, `name`, `custom_fields`, `registration_title`, `registration_introduction`, `registration_only_company_registration`, `registration_seo_meta_description`, `created_at`, `updated_at`) VALUES (0xcfbd5018d38d41d8adca10d94fc8bdd6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard-Kundengruppe', NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:45.339', NULL), (0xcfbd5018d38d41d8adca10d94fc8bdd6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Standard customer group', NULL, NULL, NULL, NULL, NULL, '2023-05-09 17:55:45.337', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_recovery` -- CREATE TABLE `customer_recovery` ( `id` binary(16) NOT NULL, `customer_id` binary(16) NOT NULL, `hash` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_tag` -- CREATE TABLE `customer_tag` ( `customer_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_wishlist` -- CREATE TABLE `customer_wishlist` ( `id` binary(16) NOT NULL, `customer_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `customer_wishlist_product` -- CREATE TABLE `customer_wishlist_product` ( `id` binary(16) NOT NULL, `customer_wishlist_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `custom_entity` -- CREATE TABLE `custom_entity` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `fields` json NOT NULL, `app_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `custom_field` -- CREATE TABLE `custom_field` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `config` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `set_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `allow_customer_write` tinyint NOT NULL DEFAULT '0' ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `custom_field_set` -- CREATE TABLE `custom_field_set` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `config` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `app_id` binary(16) DEFAULT NULL, `position` int NOT NULL DEFAULT '1', `global` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `custom_field_set_relation` -- CREATE TABLE `custom_field_set_relation` ( `id` binary(16) NOT NULL, `set_id` binary(16) NOT NULL, `entity_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `dead_message` -- CREATE TABLE `dead_message` ( `id` binary(16) NOT NULL, `original_message_class` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `serialized_original_message` longblob NOT NULL, `handler_class` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `encrypted` tinyint(1) NOT NULL DEFAULT '0', `error_count` int NOT NULL, `next_execution_time` datetime(3) NOT NULL, `exception` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `exception_message` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `exception_file` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `exception_line` int NOT NULL, `scheduled_task_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `delivery_time` -- CREATE TABLE `delivery_time` ( `id` binary(16) NOT NULL, `min` int NOT NULL, `max` int NOT NULL, `unit` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `delivery_time` -- INSERT INTO `delivery_time` (`id`, `min`, `max`, `unit`, `created_at`, `updated_at`) VALUES (0x02893831dc214b4e955c7b41bbb082e0, 1, 3, 'day', '2023-05-09 17:55:45.000', NULL), (0x02fc68f41ebc40d7b2e671ecee7ca8bf, 2, 5, 'day', '2023-05-09 17:55:45.000', NULL), (0x888c5e45183242e7a2ef6e4bcd7fead8, 1, 2, 'week', '2023-05-09 17:55:45.000', NULL), (0xad7c6c8151e048419f2ae4b08e8f363f, 3, 4, 'week', '2023-05-09 17:55:45.000', NULL), (0xc83f62a9db8040d5ba6bacee55bfee59, 0, 0, 'hour', '2023-05-09 17:56:14.046', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `delivery_time_translation` -- CREATE TABLE `delivery_time_translation` ( `delivery_time_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `delivery_time_translation` -- INSERT INTO `delivery_time_translation` (`delivery_time_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x02893831dc214b4e955c7b41bbb082e0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '1-3 Tage', NULL, '2023-05-09 17:55:45.000', NULL), (0x02893831dc214b4e955c7b41bbb082e0, 0x8e6d712041cf4de1b4149dd70cf58df8, '1-3 days', NULL, '2023-05-09 17:55:45.000', NULL), (0x02fc68f41ebc40d7b2e671ecee7ca8bf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2-5 Tage', NULL, '2023-05-09 17:55:45.000', NULL), (0x02fc68f41ebc40d7b2e671ecee7ca8bf, 0x8e6d712041cf4de1b4149dd70cf58df8, '2-5 days', NULL, '2023-05-09 17:55:45.000', NULL), (0x888c5e45183242e7a2ef6e4bcd7fead8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '1-2 Wochen', NULL, '2023-05-09 17:55:45.000', NULL), (0x888c5e45183242e7a2ef6e4bcd7fead8, 0x8e6d712041cf4de1b4149dd70cf58df8, '1-2 weeks', NULL, '2023-05-09 17:55:45.000', NULL), (0xad7c6c8151e048419f2ae4b08e8f363f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '3-4 Wochen', NULL, '2023-05-09 17:55:45.000', NULL), (0xad7c6c8151e048419f2ae4b08e8f363f, 0x8e6d712041cf4de1b4149dd70cf58df8, '3-4 weeks', NULL, '2023-05-09 17:55:45.000', NULL), (0xc83f62a9db8040d5ba6bacee55bfee59, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sofort verfügbar', NULL, '2023-05-09 17:56:14.050', NULL), (0xc83f62a9db8040d5ba6bacee55bfee59, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Instant download', NULL, '2023-05-09 17:56:14.049', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document` -- CREATE TABLE `document` ( `id` binary(16) NOT NULL, `document_type_id` binary(16) NOT NULL, `referenced_document_id` binary(16) DEFAULT NULL, `file_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `config` json DEFAULT NULL, `sent` tinyint(1) NOT NULL DEFAULT '0', `static` tinyint(1) NOT NULL DEFAULT '0', `deep_link_code` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `document_media_file_id` binary(16) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document_base_config` -- CREATE TABLE `document_base_config` ( `id` binary(16) NOT NULL, `name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `filename_prefix` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '', `filename_suffix` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '', `document_number` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT '', `global` tinyint(1) DEFAULT '0', `document_type_id` binary(16) NOT NULL, `logo_id` binary(16) DEFAULT NULL, `config` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `document_base_config` -- INSERT INTO `document_base_config` (`id`, `name`, `filename_prefix`, `filename_suffix`, `document_number`, `global`, `document_type_id`, `logo_id`, `config`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x3e85a83436f94f6d9671093a8dd9b9da, 'delivery_note', 'delivery_note_', '', '', 1, 0xc831d0ee4c5545c1b2473d4e94c69408, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": false, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true}', NULL, '2023-05-09 17:55:45.583', NULL), (0x970e1cdd2abd4d21a0a97e3e7c095edc, 'credit_note', 'credit_note_', '', '', 1, 0x7b271868458a4a018d511ad47c6d4a79, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": true, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true}', NULL, '2023-05-09 17:55:45.585', NULL), (0xb614f5055c73442da54176c3af421bdc, 'storno', 'storno_', '', '', 1, 0x0746e452fec547328862b048a2e6aa2c, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": true, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true, \"referencedDocumentType\": \"invoice\"}', NULL, '2023-05-09 17:55:45.579', NULL), (0xe88ee6f42ba34bb8abc82753c42a19f7, 'invoice', 'invoice_', '', '', 1, 0x873fd85fcec846a6b199b589d80ca660, NULL, '{\"vatId\": \"\", \"bankBic\": \"\", \"bankIban\": \"\", \"bankName\": \"\", \"pageSize\": \"a4\", \"taxNumber\": \"\", \"taxOffice\": \"\", \"companyName\": \"Example Company\", \"itemsPerPage\": 10, \"displayFooter\": true, \"displayHeader\": true, \"displayPrices\": true, \"companyAddress\": \"\", \"pageOrientation\": \"portrait\", \"displayLineItems\": true, \"displayPageCount\": true, \"deliveryCountries\": [\"0923f7babe4a4f3db1418a49a89a4335\", \"1b5874630b1f49a7bb6d0146d0b84654\", \"2b09d689f1d14c13aa0b6b81c65240c3\", \"2f16d7c081694093afea939989192cd7\", \"32289a831ebf4be287e124fcce34f510\", \"3a63f414714d459184876a908fccb74c\", \"400f204d0c5c4cbcbb588df84a60b19b\", \"40ab11b68f064639914ac09e0f53c00c\", \"416887cf33af4694b1768f00ebe445dc\", \"458c1f7b461f4340bebd7b331d6e0241\", \"4b2f3ee58474467984968bd2371f52e5\", \"4b6b474d56b74911a7c6095c6befd313\", \"525ddcacb8c4449aaa7d12e6d471657a\", \"541b48b019654abfa9a8e0a3432c5fb4\", \"58c185feb90d47249b480dd042599f50\", \"6bf03d7cfb5f4f23b7b5808ccff63590\", \"7e59543ba56f4fac9f19765e4454ae47\", \"88ca70c1ac71475ea87428d343a1c4e9\", \"8d8fd87cd64d44c8b90cc131f8f18f99\", \"976d0ea0f07a41699fdfc088e58001ae\", \"985c250d70f24291b7374fb48e9b8585\", \"c375ef3a5cc348c19311e702794b879c\", \"da33abae47e64a3eb393b0a0f29bff37\", \"ddc5a342f0fc41ce9bd73a3a1c37f2b5\", \"e202a815f4fb42b7b3374c44fc1920a3\", \"f3607270673b4500ab2bfa31dccfceef\", \"fb4e558f1d974e91b38082dbc7812d3e\", \"fe64d957d9f149788fa9cdbd98bbb59a\"], \"executiveDirector\": \"\", \"placeOfFulfillment\": \"\", \"placeOfJurisdiction\": \"\", \"displayCompanyAddress\": true, \"diplayLineItemPosition\": true}', NULL, '2023-05-09 17:55:45.582', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document_base_config_sales_channel` -- CREATE TABLE `document_base_config_sales_channel` ( `id` binary(16) NOT NULL, `document_base_config_id` binary(16) NOT NULL, `document_type_id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `document_base_config_sales_channel` -- INSERT INTO `document_base_config_sales_channel` (`id`, `document_base_config_id`, `document_type_id`, `sales_channel_id`, `created_at`, `updated_at`) VALUES (0x2d4d0c5e1c564a4992c557b15dd326f1, 0xb614f5055c73442da54176c3af421bdc, 0x0746e452fec547328862b048a2e6aa2c, NULL, '2023-05-09 17:55:45.587', NULL), (0x9544580bf48f4a12b707f1cc098cf9e7, 0xe88ee6f42ba34bb8abc82753c42a19f7, 0x873fd85fcec846a6b199b589d80ca660, NULL, '2023-05-09 17:55:45.589', NULL), (0xa67a9c665ec143f29d37c3bb4383e52b, 0x970e1cdd2abd4d21a0a97e3e7c095edc, 0x7b271868458a4a018d511ad47c6d4a79, NULL, '2023-05-09 17:55:45.593', NULL), (0xe27b8f29ae644d1d8447caa2384a4615, 0x3e85a83436f94f6d9671093a8dd9b9da, 0xc831d0ee4c5545c1b2473d4e94c69408, NULL, '2023-05-09 17:55:45.591', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document_type` -- CREATE TABLE `document_type` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `document_type` -- INSERT INTO `document_type` (`id`, `technical_name`, `created_at`, `updated_at`) VALUES (0x0746e452fec547328862b048a2e6aa2c, 'storno', '2023-05-09 17:55:45.575', NULL), (0x7b271868458a4a018d511ad47c6d4a79, 'credit_note', '2023-05-09 17:55:44.671', NULL), (0x873fd85fcec846a6b199b589d80ca660, 'invoice', '2023-05-09 17:55:44.666', NULL), (0xc831d0ee4c5545c1b2473d4e94c69408, 'delivery_note', '2023-05-09 17:55:44.669', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `document_type_translation` -- CREATE TABLE `document_type_translation` ( `document_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `document_type_translation` -- INSERT INTO `document_type_translation` (`document_type_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0746e452fec547328862b048a2e6aa2c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stornorechnung', NULL, '2023-05-09 17:55:45.576', NULL), (0x0746e452fec547328862b048a2e6aa2c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Storno bill', NULL, '2023-05-09 17:55:45.577', NULL), (0x7b271868458a4a018d511ad47c6d4a79, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gutschrift', NULL, '2023-05-09 17:55:44.677', NULL), (0x7b271868458a4a018d511ad47c6d4a79, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Credit note', NULL, '2023-05-09 17:55:44.678', NULL), (0x873fd85fcec846a6b199b589d80ca660, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnung', NULL, '2023-05-09 17:55:44.672', NULL), (0x873fd85fcec846a6b199b589d80ca660, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Invoice', NULL, '2023-05-09 17:55:44.674', NULL), (0xc831d0ee4c5545c1b2473d4e94c69408, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lieferschein', NULL, '2023-05-09 17:55:44.675', NULL), (0xc831d0ee4c5545c1b2473d4e94c69408, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Delivery note', NULL, '2023-05-09 17:55:44.676', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `elasticsearch_index_task` -- CREATE TABLE `elasticsearch_index_task` ( `id` binary(16) NOT NULL, `index` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `alias` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `entity` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `doc_count` int NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `enqueue` -- CREATE TABLE `enqueue` ( `id` char(36) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL COMMENT '(DC2Type:guid)', `published_at` bigint NOT NULL, `body` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci, `headers` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci, `properties` longtext CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci, `redelivered` tinyint(1) DEFAULT NULL, `queue` varchar(255) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci NOT NULL, `priority` smallint DEFAULT NULL, `delayed_until` bigint DEFAULT NULL, `time_to_live` bigint DEFAULT NULL, `delivery_id` char(36) CHARACTER SET utf8mb3 COLLATE utf8mb3_unicode_ci DEFAULT NULL COMMENT '(DC2Type:guid)', `redeliver_after` bigint DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `event_action` -- CREATE TABLE `event_action` ( `id` binary(16) NOT NULL, `title` varchar(500) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `event_name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `action_name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `config` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `migrated_flow_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `event_action` -- INSERT INTO `event_action` (`id`, `title`, `event_name`, `action_name`, `config`, `custom_fields`, `active`, `migrated_flow_id`, `created_at`, `updated_at`) VALUES (0x06d1070ffa124652a4dbbeb25a501ce0, NULL, 'state_enter.order_delivery.state.returned', 'action.mail.send', '{\"mail_template_id\": \"c5b74d2bd15240b6ade408dca035d052\", \"mail_template_type_id\": \"74ce76d9d82c41049806e412c198c07f\"}', NULL, 0, 0xc8a2e838c7514ae68d05457922d954da, '2023-05-09 17:55:59.118', NULL), (0x093be24b53df42e3abf92756e4369126, NULL, 'state_enter.order.state.in_progress', 'action.mail.send', '{\"mail_template_id\": \"661a7036d00f4afcbcb6d1247d01ae93\", \"mail_template_type_id\": \"1a6ba4f0357141a1a6eefc3aec525ef0\"}', NULL, 0, 0x697d7eee52284b438683adbb3e0c30ba, '2023-05-09 17:55:59.116', NULL), (0x0d5a13a925e14bc7889131a0d51d8eb9, NULL, 'state_enter.order_transaction.state.paid', 'action.mail.send', '{\"mail_template_id\": \"4e2f9760d25e4a9b89d1a7135817ae30\", \"mail_template_type_id\": \"58eb372d5bfe4c8bbda74ae3a254d84c\"}', NULL, 0, 0xb48c7f5718cd497aa52891f3c03e667e, '2023-05-09 17:55:59.121', NULL), (0x1598cee22cb64494bbcf66704d16c6f6, NULL, 'state_enter.order_delivery.state.cancelled', 'action.mail.send', '{\"mail_template_id\": \"43f4c2653e99489586f2f8cfe9791326\", \"mail_template_type_id\": \"0c1e947ce463442e99b29cfdf65872ca\"}', NULL, 0, 0xfc6f28949bbf47739d9dd38233e853b7, '2023-05-09 17:55:59.112', NULL), (0x23c86aefe09744819c167f43089ed10e, NULL, 'state_enter.order.state.completed', 'action.mail.send', '{\"mail_template_id\": \"427e8f0068314a658201ee46c5179428\", \"mail_template_type_id\": \"1cd55fa4686147dca9a9aa61da82db01\"}', NULL, 0, 0x6379ab7a643b4bdd989807722c1719ca, '2023-05-09 17:55:59.113', NULL), (0x2f9acf608dfb4e78bbf24bab62279569, NULL, 'state_enter.order_delivery.state.shipped', 'action.mail.send', '{\"mail_template_id\": \"c190ef4ec8e7415fb55269725146096d\", \"mail_template_type_id\": \"45b31a38cca94b8fab1002ab3433e877\"}', NULL, 0, 0xe5cf041503664b35acfd009aa1e2a74f, '2023-05-09 17:55:59.114', NULL), (0x3068a7062b7e48f8a3d090c350651533, NULL, 'customer.recovery.request', 'action.mail.send', '{\"mail_template_id\": \"fa43ed5313fa4e9abd3c3e4751963882\", \"mail_template_type_id\": \"2801532f43f04b35add75421b04ddbbe\"}', NULL, 0, 0x515953bfbf8b496c93aee01955132d12, '2023-05-09 17:55:59.101', NULL), (0x36e80c2665db4835ae31baae40255675, NULL, 'checkout.customer.double_opt_in_guest_order', 'action.mail.send', '{\"mail_template_type_id\": \"9ba1221748b94274bd8fe38b9c75217d\"}', NULL, 1, NULL, '2023-05-09 17:55:50.215', NULL), (0x36ea5383d9e442c09909df80270c09c3, NULL, 'checkout.order.placed', 'action.mail.send', '{\"mail_template_type_id\": \"41ce688036c4410f81752a18d1bdc53c\"}', NULL, 1, NULL, '2023-05-09 17:55:45.629', NULL), (0x391e62ea68b84710bfe15b85695c63da, NULL, 'contact_form.send', 'action.mail.send', '{\"mail_template_type_id\": \"1e262787cd2a4c8ab1b6672fca4c23a6\"}', NULL, 1, NULL, '2023-05-09 17:55:47.912', NULL), (0x42f4e0f2b40e4efcaf9267a0018b9c96, NULL, 'state_enter.order_transaction.state.refunded_partially', 'action.mail.send', '{\"mail_template_id\": \"dcf21aedaa9c4d8ba9a0416bbee5690e\", \"mail_template_type_id\": \"00323454e5144553aeabf0e24fd0ad4d\"}', NULL, 0, 0x8c86a75ef6d042abbc55820007b01eb9, '2023-05-09 17:55:59.117', NULL), (0x5f22cbd96f6643d78edfec8a4af7799f, NULL, 'state_enter.order.state.cancelled', 'action.mail.send', '{\"mail_template_id\": \"47768bcb498c45e28771e5fa30a86076\", \"mail_template_type_id\": \"216a12768cf04197a4a576e8601a2d03\"}', NULL, 0, 0x43b731fd043b4184af689d17c633a710, '2023-05-09 17:55:59.125', NULL), (0x600083414300435fa71af11a7b22747b, NULL, 'newsletter.confirm', 'action.mail.send', '{\"mail_template_type_id\": \"acf068fac6024b0eb48678718552fec2\"}', NULL, 1, NULL, '2023-05-09 17:55:45.654', NULL), (0x643689a81e0c457ebd5df03b101bdf96, NULL, 'checkout.customer.double_opt_in_guest_order', 'action.mail.send', '{\"mail_template_id\": \"b447052a066a4726a39c32214b0417a7\", \"mail_template_type_id\": \"0f814035f9a14d38ae2999b51d839dec\"}', NULL, 0, 0x82a2612a1a904adfb6a8dbafd0d03dbc, '2023-05-09 17:55:59.093', NULL), (0x6863cf543b14419ca5ef30249c06fd61, NULL, 'customer.group.registration.accepted', 'action.mail.send', '{\"mail_template_id\": \"799036e30f7d4981b9cb983cc3c0261b\", \"mail_template_type_id\": \"d4bceef2f2004650b7b0ec3964410bc7\"}', NULL, 0, 0xb19fa137550c4e9788b395b080bb6f00, '2023-05-09 17:55:59.100', NULL), (0x6e7972353b484afe8616638f6d874517, NULL, 'contact_form.send', 'action.mail.send', '{\"mail_template_id\": \"a84cdc6fc8c549fbb6bca28c4ec4be02\", \"mail_template_type_id\": \"4194493e0b634bf5b080086a85cc0220\"}', NULL, 0, 0xc6c41daca2f4427a8838ea5c494ed463, '2023-05-09 17:55:59.096', NULL), (0x754609a9aa294c5a8b162b837905c6f3, NULL, 'state_enter.order_transaction.state.paid_partially', 'action.mail.send', '{\"mail_template_id\": \"acfc6aad505342838e3501965902d49a\", \"mail_template_type_id\": \"ace08179382f469184d8e57ae8254e45\"}', NULL, 0, 0x0ee3bbed494b4f54a87bcafef36d1f4f, '2023-05-09 17:55:59.127', NULL), (0x774d5b92474242adbe94aae74347d79c, NULL, 'customer.group.registration.accepted', 'action.mail.send', '{\"mail_template_type_id\": \"0f48467685f84d9283b2cde54c911de8\"}', NULL, 1, NULL, '2023-05-09 17:55:58.565', NULL), (0x7dd5d88925dc48cd85916cebeab6dc7b, NULL, 'state_enter.order_delivery.state.returned_partially', 'action.mail.send', '{\"mail_template_id\": \"deaaa2f4828f4d7fa95f1c2d95147c5e\", \"mail_template_type_id\": \"c3370bcf9aec4dda8f3104bdb8198bdf\"}', NULL, 0, 0xd682957bd06d4ecdbe4064522214e627, '2023-05-09 17:55:59.115', NULL), (0x86c35d5edccd4f23bd8017261dd8c098, NULL, 'customer.recovery.request', 'action.mail.send', '{\"mail_template_type_id\": \"6db116ca94124d7385a0dfd036a11b27\"}', NULL, 1, NULL, '2023-05-09 17:55:49.327', NULL), (0x96d2bf9ada1343009dcc52207bc14f90, NULL, 'checkout.customer.register', 'action.mail.send', '{\"mail_template_type_id\": \"547a03e98b544fcf92319a177b09a4e4\"}', NULL, 1, NULL, '2023-05-09 17:55:45.650', NULL), (0xa4858453dcd74066a9e1a736654bc7fc, NULL, 'checkout.customer.double_opt_in_registration', 'action.mail.send', '{\"mail_template_type_id\": \"f68a191e114940ff9a54f705863846c2\"}', NULL, 1, NULL, '2023-05-09 17:55:50.051', NULL), (0xaeb3d3940ea1415cb0898773c87c471f, NULL, 'state_enter.order_transaction.state.cancelled', 'action.mail.send', '{\"mail_template_id\": \"cd666ce3db414b0fb745ba879338ad30\", \"mail_template_type_id\": \"43aa566cb28141e281981e042ad3f4c1\"}', NULL, 0, 0x6b1c460f11294ec8a92d98ddfb708aa4, '2023-05-09 17:55:59.120', NULL), (0xafcf8f765c85487d8483416823524625, NULL, 'state_enter.order_transaction.state.refunded', 'action.mail.send', '{\"mail_template_id\": \"cba004ed227342f09cc57da10e52d23d\", \"mail_template_type_id\": \"d4556748365f421ea25194efa1644523\"}', NULL, 0, 0x2c68960e17f64867b7748befd0fc0af4, '2023-05-09 17:55:59.119', NULL), (0xbe4f3809a6e84cdda07c5a5f7c8b6751, NULL, 'newsletter.register', 'action.mail.send', '{\"mail_template_id\": \"9198a805831441f6a1ff01cb16faaaf2\", \"mail_template_type_id\": \"622be751a9444f86b1cf9f33424d6b1b\"}', NULL, 0, 0x815e7e82edf743eeb7a33eb42d3aec78, '2023-05-09 17:55:59.109', NULL), (0xbf8a794ebce3457491a1a6adf4966e92, NULL, 'checkout.order.placed', 'action.mail.send', '{\"mail_template_id\": \"9d2b178335e7497691ee3b2b9ee640d5\", \"mail_template_type_id\": \"051c3faea6da4c20a7cc0fb00c0bfd3f\"}', NULL, 0, 0x1c5382e98b8d4fc48960b1fef74d65fa, '2023-05-09 17:55:59.095', NULL), (0xc45d3a1dbfa04a58a305539653c20ae7, NULL, 'state_enter.order_transaction.state.reminded', 'action.mail.send', '{\"mail_template_id\": \"a7f8884dbb7c4353bd71add13642a307\", \"mail_template_type_id\": \"2d6a1dac1f3a41db892fdb361661e58d\"}', NULL, 0, 0xa9cdc2bdfdb04485aa555196ee4b2edb, '2023-05-09 17:55:59.123', NULL), (0xd4b16a3634dd4f86911ad424eb0a6fce, NULL, 'checkout.customer.register', 'action.mail.send', '{\"mail_template_id\": \"4b5575602d4a4affb3d54cd132765c8b\", \"mail_template_type_id\": \"1ab2496f7b9840bcb7807a356979e5db\"}', NULL, 0, 0xcf30245140c140bdac40ddc554f335da, '2023-05-09 17:55:59.104', NULL), (0xd5e5fef18cce455bb377a9558b092dc4, NULL, 'customer.group.registration.declined', 'action.mail.send', '{\"mail_template_type_id\": \"d7e64c76830e4222a0ee3fb60fe6c685\"}', NULL, 1, NULL, '2023-05-09 17:55:58.572', NULL), (0xd76aaa0121c4475cba41513710c910a2, NULL, 'user.recovery.request', 'action.mail.send', '{\"mail_template_id\": \"4b41a7dca42a489bbe1149165cea1b48\", \"mail_template_type_id\": \"441bce10abe441ce893d403e02702e48\"}', NULL, 0, 0x55e4467fc42c4ecf8d996c1b84d804fc, '2023-05-09 17:55:59.107', NULL), (0xdc641ccb51794dabb23810702a81be15, NULL, 'newsletter.confirm', 'action.mail.send', '{\"mail_template_id\": \"8153f60b39bb40edb10f736388d8f909\", \"mail_template_type_id\": \"2036e2e27d6347d884cf74530ecf091a\"}', NULL, 0, 0x484438ee8c004563adbb20b1eccfc2ed, '2023-05-09 17:55:59.099', NULL), (0xea3e9311887e49bfb8ad3319eb1a49a2, NULL, 'checkout.customer.double_opt_in_registration', 'action.mail.send', '{\"mail_template_id\": \"3c7d895975144be58b8aa25a023a8f50\", \"mail_template_type_id\": \"c14a7d5ec58c42d298c3ae752bfc646a\"}', NULL, 0, 0xa08da7c9b64245299568f01eb42b2b8a, '2023-05-09 17:55:59.105', NULL), (0xed9f0093b13547b9bbd1623566eedba3, NULL, 'user.recovery.request', 'action.mail.send', '{\"mail_template_type_id\": \"d9352897d7a1440fa6d48308dfca95bb\"}', NULL, 1, NULL, '2023-05-09 17:55:47.087', NULL), (0xee7dc837746f423eb63a7d68fccec3f4, NULL, 'state_enter.order_delivery.state.shipped_partially', 'action.mail.send', '{\"mail_template_id\": \"ba4274002c424e75b2bac7922b4b243c\", \"mail_template_type_id\": \"2cd696a8c4a34c02863faf2924ab1a8b\"}', NULL, 0, 0xb14352a87c994576971fe06b4d5b2990, '2023-05-09 17:55:59.122', NULL), (0xf141925bef7e46abaaeb9d61333fc0a4, NULL, 'customer.group.registration.declined', 'action.mail.send', '{\"mail_template_id\": \"e6ae994258154cb59f555649d23340b0\", \"mail_template_type_id\": \"a2db6c956bae4e4598316c7852ff4971\"}', NULL, 0, 0x49157cef38c342149b61123d2879bc12, '2023-05-09 17:55:59.106', NULL), (0xfc4ca166a1e14fcdac7720e9dff40bcd, NULL, 'state_enter.order_transaction.state.open', 'action.mail.send', '{\"mail_template_id\": \"b89b917920df4f74bd0093e1afd69c39\", \"mail_template_type_id\": \"b89a9a11595a4dc19d3036b01b2547b1\"}', NULL, 0, 0xceac09164d194000a6c6618cabbbfcd9, '2023-05-09 17:55:59.124', NULL), (0xfee49acd0f1f4f17bfa771a10890402e, NULL, 'newsletter.register', 'action.mail.send', '{\"mail_template_type_id\": \"e6d87eb4267a41ef8ec4d0b9f60b67a5\"}', NULL, 1, NULL, '2023-05-09 17:55:45.652', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `event_action_rule` -- CREATE TABLE `event_action_rule` ( `event_action_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `event_action_sales_channel` -- CREATE TABLE `event_action_sales_channel` ( `event_action_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `flow` -- CREATE TABLE `flow` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `event_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `priority` int NOT NULL DEFAULT '1', `payload` longblob, `invalid` tinyint(1) NOT NULL DEFAULT '0', `active` tinyint(1) NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `flow` -- INSERT INTO `flow` (`id`, `name`, `description`, `event_name`, `priority`, `payload`, `invalid`, `active`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0ee3bbed494b4f54a87bcafef36d1f4f, 'Payment enters status partially paid', NULL, 'state_enter.order_transaction.state.paid_partially', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223065653362626564343934623466353461383762636166656633366431663466223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223065653362626564343934623466353461383762636166656633366431663466223b733a31303a2273657175656e63654964223b733a33323a226531306562303837326531353465616438636332326463636438303739343964223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226163666336616164353035333432383338653335303139363539303264343961223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226163653038313739333832663436393138346438653537616538323534653435223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226531306562303837326531353465616438636332326463636438303739343964223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x1b3a84b4c38d4f9690189948f183f9d5, 'Deliver ordered product downloads', NULL, 'state_enter.order_transaction.state.paid', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223162336138346234633338643466393639303138393934386631383366396435223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a35363a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c496653657175656e6365223a363a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223162336138346234633338643466393639303138393934386631383366396435223b733a31303a2273657175656e63654964223b733a33323a226166646635616563373438393433613961666662323439376430303935656361223b733a363a2272756c654964223b733a33323a226230613739393637333261623435303339616439386465366136353136333566223b733a393a2266616c736543617365223b4e3b733a383a227472756543617365223b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223162336138346234633338643466393639303138393934386631383366396435223b733a31303a2273657175656e63654964223b733a33323a223332643539343033666433343462396262353838346630663237363339313433223b733a363a22616374696f6e223b733a32383a22616374696f6e2e6772616e742e646f776e6c6f61642e616363657373223b733a363a22636f6e666967223b613a313a7b733a353a2276616c7565223b623a313b7d733a31303a226e657874416374696f6e223b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223162336138346234633338643466393639303138393934386631383366396435223b733a31303a2273657175656e63654964223b733a33323a226166346635613662616231333436346338643636643861323863633435356661223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223930613935393833666131393465346262363431623531386462343430653832223b733a31353a22646f63756d656e7454797065496473223b613a303a7b7d7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d7d733a373a22002a00666c6174223b613a323a7b733a33323a223332643539343033666433343462396262353838346630663237363339313433223b723a31313b733a33323a226166646635616563373438393433613961666662323439376430303935656361223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:14.619', NULL), (0x1c5382e98b8d4fc48960b1fef74d65fa, 'Order placed', NULL, 'checkout.order.placed', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223163353338326539386238643466633438393630623166656637346436356661223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223163353338326539386238643466633438393630623166656637346436356661223b733a31303a2273657175656e63654964223b733a33323a226436323732653261366337323437336239376363646532356330353136383963223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223964326231373833333565373439373639316565336232623965653634306435223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223035316333666165613664613463323061376363306662303063306266643366223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226436323732653261366337323437336239376363646532356330353136383963223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x2c68960e17f64867b7748befd0fc0af4, 'Payment enters status refunded', NULL, 'state_enter.order_transaction.state.refunded', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223263363839363065313766363438363762373734386265666430666330616634223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223263363839363065313766363438363762373734386265666430666330616634223b733a31303a2273657175656e63654964223b733a33323a226536393966346133336266353438333862363061383961613434336234343063223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226362613030346564323237333432663039636335376461313065353264323364223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226434353536373438333635663432316561323531393465666131363434353233223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226536393966346133336266353438333862363061383961613434336234343063223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x43b731fd043b4184af689d17c633a710, 'Order enters status cancelled', NULL, 'state_enter.order.state.cancelled', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223433623733316664303433623431383461663638396431376336333361373130223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223433623733316664303433623431383461663638396431376336333361373130223b733a31303a2273657175656e63654964223b733a33323a226330343132343130626535353433396639363863343930636238386238623530223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223437373638626362343938633435653238373731653566613330613836303736223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223231366131323736386366303431393761346135373665383630316132643033223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226330343132343130626535353433396639363863343930636238386238623530223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x484438ee8c004563adbb20b1eccfc2ed, 'Newsletter sign-up confirmed', NULL, 'newsletter.confirm', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223438343433386565386330303435363361646262323062316563636663326564223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223438343433386565386330303435363361646262323062316563636663326564223b733a31303a2273657175656e63654964223b733a33323a226130363837336264383739653430363261663364643339356333383161346166223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223831353366363062333962623430656462313066373336333838643866393039223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223230333665326532376436333437643838346366373435333065636630393161223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226130363837336264383739653430363261663364643339356333383161346166223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x49157cef38c342149b61123d2879bc12, 'Customer group registration request declined', NULL, 'customer.group.registration.declined', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223439313537636566333863333432313439623631313233643238373962633132223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223439313537636566333863333432313439623631313233643238373962633132223b733a31303a2273657175656e63654964223b733a33323a223235363530616465626563383466356361633039356133613261343762393739223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226536616539393432353831353463623539663535353634396432333334306230223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226132646236633935366261653465343539383331366337383532666634393731223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223235363530616465626563383466356361633039356133613261343762393739223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x515953bfbf8b496c93aee01955132d12, 'Customer requests new password', NULL, 'customer.recovery.request', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223531353935336266626638623439366339336165653031393535313332643132223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223531353935336266626638623439366339336165653031393535313332643132223b733a31303a2273657175656e63654964223b733a33323a223530343331656336653034383437336661313666613366326133623562306230223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226661343365643533313366613465396162643363336534373531393633383832223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223238303135333266343366303462333561646437353432316230346464626265223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223530343331656336653034383437336661313666613366326133623562306230223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x55e4467fc42c4ecf8d996c1b84d804fc, 'User recovery request sent', NULL, 'user.recovery.request', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223535653434363766633432633465636638643939366331623834643830346663223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223535653434363766633432633465636638643939366331623834643830346663223b733a31303a2273657175656e63654964223b733a33323a223234336230386134616139353430313038383735626139373134303430356361223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223462343161376463613432613438396262653131343931363563656131623438223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223434316263653130616265343431636538393364343033653032373032653438223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223234336230386134616139353430313038383735626139373134303430356361223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x6379ab7a643b4bdd989807722c1719ca, 'Order enters status completed', NULL, 'state_enter.order.state.completed', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223633373961623761363433623462646439383938303737323263313731396361223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223633373961623761363433623462646439383938303737323263313731396361223b733a31303a2273657175656e63654964223b733a33323a223536313430613439343566373436363262633561353139636634643166346133223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223432376538663030363833313461363538323031656534366335313739343238223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223163643535666134363836313437646361396139616136316461383264623031223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223536313430613439343566373436363262633561353139636634643166346133223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x697d7eee52284b438683adbb3e0c30ba, 'Order enters status in progress', NULL, 'state_enter.order.state.in_progress', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223639376437656565353232383462343338363833616462623365306333306261223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223639376437656565353232383462343338363833616462623365306333306261223b733a31303a2273657175656e63654964223b733a33323a223235316432666337323039623463383638643634646338313331653866366138223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223636316137303336643030663461666362636236643132343764303161653933223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223161366261346630333537313431613161366565666333616563353235656630223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223235316432666337323039623463383638643634646338313331653866366138223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x6b1c460f11294ec8a92d98ddfb708aa4, 'Payment enters status cancelled', NULL, 'state_enter.order_transaction.state.cancelled', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223662316334363066313132393465633861393264393864646662373038616134223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223662316334363066313132393465633861393264393864646662373038616134223b733a31303a2273657175656e63654964223b733a33323a223963376664656166383963373438656139316234366232366363353561343431223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226364363636636533646234313462306662373435626138373933333861643330223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223433616135363663623238313431653238313938316530343261643366346331223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223963376664656166383963373438656139316234366232366363353561343431223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x815e7e82edf743eeb7a33eb42d3aec78, 'Newsletter sign-up registered', NULL, 'newsletter.register', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223831356537653832656466373433656562376133336562343264336165633738223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223831356537653832656466373433656562376133336562343264336165633738223b733a31303a2273657175656e63654964223b733a33323a223630333035383439316139393439346439373566366336383536393430656664223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223931393861383035383331343431663661316666303163623136666161616632223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223632326265373531613934343466383662316366396633333432346436623162223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223630333035383439316139393439346439373566366336383536393430656664223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x82a2612a1a904adfb6a8dbafd0d03dbc, 'Guest account registered with double opt-in', NULL, 'checkout.customer.double_opt_in_guest_order', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223832613236313261316139303461646662366138646261666430643033646263223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223832613236313261316139303461646662366138646261666430643033646263223b733a31303a2273657175656e63654964223b733a33323a226335393030613032653966353462366438663531336639313362636532333039223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226234343730353261303636613437323661333963333232313462303431376137223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223066383134303335663961313464333861653239393962353164383339646563223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226335393030613032653966353462366438663531336639313362636532333039223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0x8c86a75ef6d042abbc55820007b01eb9, 'Payment enters status partially refunded', NULL, 'state_enter.order_transaction.state.refunded_partially', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a223863383661373565663664303432616262633535383230303037623031656239223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a223863383661373565663664303432616262633535383230303037623031656239223b733a31303a2273657175656e63654964223b733a33323a226538303561373034643664653464383261636265383664666134366262663038223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226463663231616564616139633464386261396130343136626265653536393065223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223030333233343534653531343435353361656162663065323466643061643464223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226538303561373034643664653464383261636265383664666134366262663038223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xa08da7c9b64245299568f01eb42b2b8a, 'Customer account registered with double opt-in', NULL, 'checkout.customer.double_opt_in_registration', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226130386461376339623634323435323939353638663031656234326232623861223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226130386461376339623634323435323939353638663031656234326232623861223b733a31303a2273657175656e63654964223b733a33323a226235666539326165613735373430303962393435323136393032363333643864223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223363376438393539373531343462653538623861613235613032336138663530223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226331346137643565633538633432643239386333616537353262666336343661223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226235666539326165613735373430303962393435323136393032363333643864223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xa9cdc2bdfdb04485aa555196ee4b2edb, 'Payment enters status reminder sent', NULL, 'state_enter.order_transaction.state.reminded', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226139636463326264666462303434383561613535353139366565346232656462223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226139636463326264666462303434383561613535353139366565346232656462223b733a31303a2273657175656e63654964223b733a33323a223639353765376235333638383433633439353639313566613633643334376165223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226137663838383464626237633433353362643731616464313336343261333037223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223264366131646163316633613431646238393266646233363136363165353864223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223639353765376235333638383433633439353639313566613633643334376165223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xb14352a87c994576971fe06b4d5b2990, 'Shipment enters status partially shipped', NULL, 'state_enter.order_delivery.state.shipped_partially', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226231343335326138376339393435373639373166653036623464356232393930223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226231343335326138376339393435373639373166653036623464356232393930223b733a31303a2273657175656e63654964223b733a33323a223932323262396661306232373462663261613830663535343538343362353335223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226261343237343030326334323465373562326261633739323262346232343363223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223263643639366138633461333463303238363366616632393234616231613862223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223932323262396661306232373462663261613830663535343538343362353335223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xb19fa137550c4e9788b395b080bb6f00, 'Customer group registration request accepted', NULL, 'customer.group.registration.accepted', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226231396661313337353530633465393738386233393562303830626236663030223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226231396661313337353530633465393738386233393562303830626236663030223b733a31303a2273657175656e63654964223b733a33323a223036316565323230336432623461663739623132613564656234393662353830223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223739393033366533306637643439383162396362393833636333633032363162223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226434626365656632663230303436353062376230656333393634343130626337223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223036316565323230336432623461663739623132613564656234393662353830223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xb48c7f5718cd497aa52891f3c03e667e, 'Payment enters status paid', NULL, 'state_enter.order_transaction.state.paid', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226234386337663537313863643439376161353238393166336330336536363765223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226234386337663537313863643439376161353238393166336330336536363765223b733a31303a2273657175656e63654964223b733a33323a223361333963333032363131353430643461316163623764313434306264656264223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223465326639373630643235653461396238396431613731333538313761653330223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223538656233373264356266653463386262646137346165336132353464383463223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223361333963333032363131353430643461316163623764313434306264656264223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xc6c41daca2f4427a8838ea5c494ed463, 'Contact form sent', NULL, 'contact_form.send', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226336633431646163613266343432376138383338656135633439346564343633223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226336633431646163613266343432376138383338656135633439346564343633223b733a31303a2273657175656e63654964223b733a33323a226362393730626537326237353431383938666132343261303338373238313163223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226138346364633666633863353439666262366263613238633465633462653032223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223431393434393365306236333462663562303830303836613835636330323230223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226362393730626537326237353431383938666132343261303338373238313163223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xc8a2e838c7514ae68d05457922d954da, 'Shipment enters status returned', NULL, 'state_enter.order_delivery.state.returned', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226338613265383338633735313461653638643035343537393232643935346461223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226338613265383338633735313461653638643035343537393232643935346461223b733a31303a2273657175656e63654964223b733a33323a226231343732333432376661323462346661393133636162666233656131663139223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226335623734643262643135323430623661646534303864636130333564303532223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223734636537366439643832633431303439383036653431326331393863303766223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226231343732333432376661323462346661393133636162666233656131663139223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xceac09164d194000a6c6618cabbbfcd9, 'Payment enters status open', NULL, 'state_enter.order_transaction.state.open', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226365616330393136346431393430303061366336363138636162626266636439223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226365616330393136346431393430303061366336363138636162626266636439223b733a31303a2273657175656e63654964223b733a33323a226330343237663065663965663461633461396263353865613063326139343365223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226238396239313739323064663466373462643030393365316166643639633339223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226238396139613131353935613464633139643330333662303162323534376231223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226330343237663065663965663461633461396263353865613063326139343365223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xcf30245140c140bdac40ddc554f335da, 'Customer account registered', NULL, 'checkout.customer.register', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226366333032343531343063313430626461633430646463353534663333356461223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226366333032343531343063313430626461633430646463353534663333356461223b733a31303a2273657175656e63654964223b733a33323a223534656536366535353632613431376162613665666436616635613237383133223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223462353537353630326434613461666662336435346364313332373635633862223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223161623234393666376239383430626362373830376133353639373965356462223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a223534656536366535353632613431376162613665666436616635613237383133223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xd682957bd06d4ecdbe4064522214e627, 'Shipment enters status partially returned', NULL, 'state_enter.order_delivery.state.returned_partially', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226436383239353762643036643465636462653430363435323232313465363237223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226436383239353762643036643465636462653430363435323232313465363237223b733a31303a2273657175656e63654964223b733a33323a226663666638346164386162333465656161633635356433626633643632363465223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226465616161326634383238663464376661393566316332643935313437633565223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a226333333730626366396165633464646138663331303462646238313938626466223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226663666638346164386162333465656161633635356433626633643632363465223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xe5cf041503664b35acfd009aa1e2a74f, 'Shipment enters status shipped', NULL, 'state_enter.order_delivery.state.shipped', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226535636630343135303336363462333561636664303039616131653261373466223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226535636630343135303336363462333561636664303039616131653261373466223b733a31303a2273657175656e63654964223b733a33323a226237663839656133643063323432313039616535346430383834633230373030223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a226331393065663465633865373431356662353532363937323531343630393664223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223435623331613338636361393462386661623130303261623334333365383737223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226237663839656133643063323432313039616535346430383834633230373030223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL), (0xfc6f28949bbf47739d9dd38233e853b7, 'Shipment enters status cancelled', NULL, 'state_enter.order_delivery.state.cancelled', 1, 0x4f3a35303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c466c6f77223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a353a22002a006964223b733a33323a226663366632383934396262663437373339643964643338323333653835336237223b733a31323a22002a0073657175656e636573223b613a313a7b693a303b4f3a36303a2253686f70776172655c436f72655c436f6e74656e745c466c6f775c4469737061746368696e675c5374727563745c416374696f6e53657175656e6365223a373a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a363a22666c6f774964223b733a33323a226663366632383934396262663437373339643964643338323333653835336237223b733a31303a2273657175656e63654964223b733a33323a226235396132383430333736363464633261633664643066316335626162356637223b733a363a22616374696f6e223b733a31363a22616374696f6e2e6d61696c2e73656e64223b733a363a22636f6e666967223b613a333a7b733a393a22726563697069656e74223b613a323a7b733a343a2264617461223b613a303a7b7d733a343a2274797065223b733a373a2264656661756c74223b7d733a31343a226d61696c54656d706c6174654964223b733a33323a223433663463323635336539393438393538366632663863666539373931333236223b733a31383a226d61696c54656d706c617465547970654964223b733a33323a223063316539343763653436333434326539396232396366646636353837326361223b7d733a31303a226e657874416374696f6e223b4e3b733a31353a22617070466c6f77416374696f6e4964223b4e3b7d7d733a373a22002a00666c6174223b613a313a7b733a33323a226235396132383430333736363464633261633664643066316335626162356637223b723a353b7d7d, 0, 1, NULL, '2023-05-09 17:56:10.466', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `flow_sequence` -- CREATE TABLE `flow_sequence` ( `id` binary(16) NOT NULL, `flow_id` binary(16) NOT NULL, `app_flow_action_id` binary(16) DEFAULT NULL, `parent_id` binary(16) DEFAULT NULL, `rule_id` binary(16) DEFAULT NULL, `action_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `config` json DEFAULT NULL, `position` int NOT NULL DEFAULT '1', `display_group` int NOT NULL DEFAULT '1', `true_case` tinyint(1) NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `flow_sequence` -- INSERT INTO `flow_sequence` (`id`, `flow_id`, `app_flow_action_id`, `parent_id`, `rule_id`, `action_name`, `config`, `position`, `display_group`, `true_case`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x061ee2203d2b4af79b12a5deb496b580, 0xb19fa137550c4e9788b395b080bb6f00, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"799036e30f7d4981b9cb983cc3c0261b\", \"mailTemplateTypeId\": \"d4bceef2f2004650b7b0ec3964410bc7\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x243b08a4aa9540108875ba97140405ca, 0x55e4467fc42c4ecf8d996c1b84d804fc, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"4b41a7dca42a489bbe1149165cea1b48\", \"mailTemplateTypeId\": \"441bce10abe441ce893d403e02702e48\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x251d2fc7209b4c868d64dc8131e8f6a8, 0x697d7eee52284b438683adbb3e0c30ba, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"661a7036d00f4afcbcb6d1247d01ae93\", \"mailTemplateTypeId\": \"1a6ba4f0357141a1a6eefc3aec525ef0\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x25650adebec84f5cac095a3a2a47b979, 0x49157cef38c342149b61123d2879bc12, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"e6ae994258154cb59f555649d23340b0\", \"mailTemplateTypeId\": \"a2db6c956bae4e4598316c7852ff4971\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x32d59403fd344b9bb5884f0f27639143, 0x1b3a84b4c38d4f9690189948f183f9d5, NULL, 0xafdf5aec748943a9affb2497d0095eca, NULL, 'action.grant.download.access', '{\"value\": true}', 1, 1, 1, NULL, '2023-05-09 17:56:14.621', NULL), (0x3a39c302611540d4a1acb7d1440bdebd, 0xb48c7f5718cd497aa52891f3c03e667e, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"4e2f9760d25e4a9b89d1a7135817ae30\", \"mailTemplateTypeId\": \"58eb372d5bfe4c8bbda74ae3a254d84c\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x50431ec6e048473fa16fa3f2a3b5b0b0, 0x515953bfbf8b496c93aee01955132d12, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"fa43ed5313fa4e9abd3c3e4751963882\", \"mailTemplateTypeId\": \"2801532f43f04b35add75421b04ddbbe\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x54ee66e5562a417aba6efd6af5a27813, 0xcf30245140c140bdac40ddc554f335da, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"4b5575602d4a4affb3d54cd132765c8b\", \"mailTemplateTypeId\": \"1ab2496f7b9840bcb7807a356979e5db\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x56140a4945f74662bc5a519cf4d1f4a3, 0x6379ab7a643b4bdd989807722c1719ca, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"427e8f0068314a658201ee46c5179428\", \"mailTemplateTypeId\": \"1cd55fa4686147dca9a9aa61da82db01\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x603058491a99494d975f6c6856940efd, 0x815e7e82edf743eeb7a33eb42d3aec78, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"9198a805831441f6a1ff01cb16faaaf2\", \"mailTemplateTypeId\": \"622be751a9444f86b1cf9f33424d6b1b\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x6957e7b5368843c4956915fa63d347ae, 0xa9cdc2bdfdb04485aa555196ee4b2edb, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a7f8884dbb7c4353bd71add13642a307\", \"mailTemplateTypeId\": \"2d6a1dac1f3a41db892fdb361661e58d\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x9222b9fa0b274bf2aa80f5545843b535, 0xb14352a87c994576971fe06b4d5b2990, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"ba4274002c424e75b2bac7922b4b243c\", \"mailTemplateTypeId\": \"2cd696a8c4a34c02863faf2924ab1a8b\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0x9c7fdeaf89c748ea91b46b26cc55a441, 0x6b1c460f11294ec8a92d98ddfb708aa4, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"cd666ce3db414b0fb745ba879338ad30\", \"mailTemplateTypeId\": \"43aa566cb28141e281981e042ad3f4c1\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xa06873bd879e4062af3dd395c381a4af, 0x484438ee8c004563adbb20b1eccfc2ed, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"8153f60b39bb40edb10f736388d8f909\", \"mailTemplateTypeId\": \"2036e2e27d6347d884cf74530ecf091a\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xaf4f5a6bab13464c8d66d8a28cc455fa, 0x1b3a84b4c38d4f9690189948f183f9d5, NULL, 0xafdf5aec748943a9affb2497d0095eca, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"90a95983fa194e4bb641b518db440e82\", \"documentTypeIds\": []}', 2, 1, 1, NULL, '2023-05-09 17:56:14.622', NULL), (0xafdf5aec748943a9affb2497d0095eca, 0x1b3a84b4c38d4f9690189948f183f9d5, NULL, NULL, 0xb0a7996732ab45039ad98de6a651635f, NULL, '[]', 1, 1, 0, NULL, '2023-05-09 17:56:14.620', NULL), (0xb14723427fa24b4fa913cabfb3ea1f19, 0xc8a2e838c7514ae68d05457922d954da, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"c5b74d2bd15240b6ade408dca035d052\", \"mailTemplateTypeId\": \"74ce76d9d82c41049806e412c198c07f\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xb59a284037664dc2ac6dd0f1c5bab5f7, 0xfc6f28949bbf47739d9dd38233e853b7, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"43f4c2653e99489586f2f8cfe9791326\", \"mailTemplateTypeId\": \"0c1e947ce463442e99b29cfdf65872ca\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xb5fe92aea7574009b945216902633d8d, 0xa08da7c9b64245299568f01eb42b2b8a, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"3c7d895975144be58b8aa25a023a8f50\", \"mailTemplateTypeId\": \"c14a7d5ec58c42d298c3ae752bfc646a\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xb7f89ea3d0c242109ae54d0884c20700, 0xe5cf041503664b35acfd009aa1e2a74f, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"c190ef4ec8e7415fb55269725146096d\", \"mailTemplateTypeId\": \"45b31a38cca94b8fab1002ab3433e877\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xc0412410be55439f968c490cb88b8b50, 0x43b731fd043b4184af689d17c633a710, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"47768bcb498c45e28771e5fa30a86076\", \"mailTemplateTypeId\": \"216a12768cf04197a4a576e8601a2d03\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xc0427f0ef9ef4ac4a9bc58ea0c2a943e, 0xceac09164d194000a6c6618cabbbfcd9, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"b89b917920df4f74bd0093e1afd69c39\", \"mailTemplateTypeId\": \"b89a9a11595a4dc19d3036b01b2547b1\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xc5900a02e9f54b6d8f513f913bce2309, 0x82a2612a1a904adfb6a8dbafd0d03dbc, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"b447052a066a4726a39c32214b0417a7\", \"mailTemplateTypeId\": \"0f814035f9a14d38ae2999b51d839dec\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xcb970be72b7541898fa242a03872811c, 0xc6c41daca2f4427a8838ea5c494ed463, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a84cdc6fc8c549fbb6bca28c4ec4be02\", \"mailTemplateTypeId\": \"4194493e0b634bf5b080086a85cc0220\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xd6272e2a6c72473b97ccde25c051689c, 0x1c5382e98b8d4fc48960b1fef74d65fa, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"9d2b178335e7497691ee3b2b9ee640d5\", \"mailTemplateTypeId\": \"051c3faea6da4c20a7cc0fb00c0bfd3f\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xe10eb0872e154ead8cc22dccd807949d, 0x0ee3bbed494b4f54a87bcafef36d1f4f, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"acfc6aad505342838e3501965902d49a\", \"mailTemplateTypeId\": \"ace08179382f469184d8e57ae8254e45\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xe699f4a33bf54838b60a89aa443b440c, 0x2c68960e17f64867b7748befd0fc0af4, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"cba004ed227342f09cc57da10e52d23d\", \"mailTemplateTypeId\": \"d4556748365f421ea25194efa1644523\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xe805a704d6de4d82acbe86dfa46bbf08, 0x8c86a75ef6d042abbc55820007b01eb9, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"dcf21aedaa9c4d8ba9a0416bbee5690e\", \"mailTemplateTypeId\": \"00323454e5144553aeabf0e24fd0ad4d\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL), (0xfcff84ad8ab34eeaac655d3bf3d6264e, 0xd682957bd06d4ecdbe4064522214e627, NULL, NULL, NULL, 'action.mail.send', '{\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"deaaa2f4828f4d7fa95f1c2d95147c5e\", \"mailTemplateTypeId\": \"c3370bcf9aec4dda8f3104bdb8198bdf\"}', 1, 1, 0, NULL, '2023-05-09 17:56:10.466', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `flow_template` -- CREATE TABLE `flow_template` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `flow_template` -- INSERT INTO `flow_template` (`id`, `name`, `config`, `created_at`, `updated_at`) VALUES (0x00cea46b2a8847079a821cdf0e503534, 'Order enters status cancelled', '{\"eventName\": \"state_enter.order.state.cancelled\", \"sequences\": [{\"id\": \"bf25ebdcf0244fcfaab4a189212df28f\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"47768bcb498c45e28771e5fa30a86076\", \"mailTemplateTypeId\": \"d35d28345dac48ce94ac515d96547b50\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x151241c3be38419fbdb2ba34cf132e06, 'Customer requests new password', '{\"eventName\": \"customer.recovery.request\", \"sequences\": [{\"id\": \"730fc37898ea4dc9b56429bf01c2819f\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"fa43ed5313fa4e9abd3c3e4751963882\", \"mailTemplateTypeId\": \"6db116ca94124d7385a0dfd036a11b27\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x1d54daff8c554098a99e0db1e0345e24, 'Shipment enters status partially shipped', '{\"eventName\": \"state_enter.order_delivery.state.shipped_partially\", \"sequences\": [{\"id\": \"6941b4e4de654715a5f5d819ff2897bb\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"ba4274002c424e75b2bac7922b4b243c\", \"mailTemplateTypeId\": \"b4375f4fdd0f4f7da1c7d6249c7cd2c8\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x1f85cc8dd587498f8f9cafd69a230b4d, 'Payment enters status open', '{\"eventName\": \"state_enter.order_transaction.state.open\", \"sequences\": [{\"id\": \"caf28018f861468fb1d97f233e9ca080\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"b89b917920df4f74bd0093e1afd69c39\", \"mailTemplateTypeId\": \"c8b5b9fc67884500a8cb475a7cd6a046\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x29cab5d89612475aa8f18159962b1e1c, 'Customer account registered with double opt-in', '{\"eventName\": \"checkout.customer.double_opt_in_registration\", \"sequences\": [{\"id\": \"eb721c607a3541dfaedebb5ec93491e3\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"3c7d895975144be58b8aa25a023a8f50\", \"mailTemplateTypeId\": \"f68a191e114940ff9a54f705863846c2\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x355ed2e4d36d4bb9a755f174a91dff46, 'Order placed', '{\"eventName\": \"checkout.order.placed\", \"sequences\": [{\"id\": \"3b89756d881c44bd8da8e64cd880572d\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"9d2b178335e7497691ee3b2b9ee640d5\", \"mailTemplateTypeId\": \"41ce688036c4410f81752a18d1bdc53c\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x3ba107bf9e3e4de190952e1ad40f396c, 'Shipment enters status returned', '{\"eventName\": \"state_enter.order_delivery.state.returned\", \"sequences\": [{\"id\": \"d307c849112643ed9956a30ddd90f688\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"c5b74d2bd15240b6ade408dca035d052\", \"mailTemplateTypeId\": \"888c6d60ff094b08929e060a418c32e4\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x45986911da6048a8a3f24ae3b29a5376, 'Deliver ordered product downloads', '{\"eventName\": \"state_enter.order_transaction.state.paid\", \"sequences\": [{\"id\": \"7a518446b5a14063aab0a13e355787b9\", \"config\": [], \"ruleId\": \"b0a7996732ab45039ad98de6a651635f\", \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": null, \"displayGroup\": 1}, {\"id\": \"bdffc7b7eaca49eebc76e35646656c92\", \"config\": {\"value\": true}, \"ruleId\": null, \"parentId\": \"7a518446b5a14063aab0a13e355787b9\", \"position\": 1, \"trueCase\": 1, \"actionName\": \"action.grant.download.access\", \"displayGroup\": 1}, {\"id\": \"d14e5d2860594ca5b98b0da2d925fcb5\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"90a95983fa194e4bb641b518db440e82\", \"documentTypeIds\": [], \"mailTemplateTypeId\": \"7f5a526861c8404ca64696480c4810a4\"}, \"ruleId\": null, \"parentId\": \"7a518446b5a14063aab0a13e355787b9\", \"position\": 2, \"trueCase\": 1, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.624', NULL), (0x4d3178ba073a47d7816ce2adf4b60e99, 'Payment enters status cancelled', '{\"eventName\": \"state_enter.order_transaction.state.cancelled\", \"sequences\": [{\"id\": \"effb7a524be349aeb5a0a786ac40038c\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"cd666ce3db414b0fb745ba879338ad30\", \"mailTemplateTypeId\": \"ac849568988c44a5ab71b0d48d47a39b\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x518d5299deae46f388145fb4de38ef37, 'Order enters status in progress', '{\"eventName\": \"state_enter.order.state.in_progress\", \"sequences\": [{\"id\": \"a92b7f835cca44829ccfbe212291f253\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"661a7036d00f4afcbcb6d1247d01ae93\", \"mailTemplateTypeId\": \"4c29789f6ee948108a65985d0c937f7b\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x5d425873fbcf43d7b4c05ec4ee604518, 'Payment enters status paid', '{\"eventName\": \"state_enter.order_transaction.state.paid\", \"sequences\": [{\"id\": \"07642c8c613843d99947f8c1df24fdc9\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"4e2f9760d25e4a9b89d1a7135817ae30\", \"mailTemplateTypeId\": \"aee4e18d46b9473baa459877311bc62b\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x65c978115582424da89e6b58a4843ee2, 'Shipment enters status shipped', '{\"eventName\": \"state_enter.order_delivery.state.shipped\", \"sequences\": [{\"id\": \"30d43c2cbf7046468d3afb58cbf155d3\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"c190ef4ec8e7415fb55269725146096d\", \"mailTemplateTypeId\": \"26a7c3d1fa0a4ff796389441d5bf990b\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0x6fa849d36d1d4fff98ab5e750e79771d, 'Order enters status completed', '{\"eventName\": \"state_enter.order.state.completed\", \"sequences\": [{\"id\": \"251674d8f9774be5aeca1227b83bda04\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"427e8f0068314a658201ee46c5179428\", \"mailTemplateTypeId\": \"208134d4ea654383997211861b618feb\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xa08456ebf2ec4068875b215255af4036, 'Newsletter sign-up registered', '{\"eventName\": \"newsletter.register\", \"sequences\": [{\"id\": \"b10dd82f4f6946fd9418765f66294e03\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"8153f60b39bb40edb10f736388d8f909\", \"mailTemplateTypeId\": \"acf068fac6024b0eb48678718552fec2\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xa1a3ce666c794d8fbf50b01465304efa, 'User recovery request sent', '{\"eventName\": \"user.recovery.request\", \"sequences\": [{\"id\": \"2c6e2dab782b4e5d8b3b5615f471db41\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"4b41a7dca42a489bbe1149165cea1b48\", \"mailTemplateTypeId\": \"d9352897d7a1440fa6d48308dfca95bb\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xaf4588526eca4e69b35031f7ec4d1cf5, 'Payment enters status reminder sent', '{\"eventName\": \"state_enter.order_transaction.state.reminded\", \"sequences\": [{\"id\": \"7a63309c00944dbda23010821077ff60\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a7f8884dbb7c4353bd71add13642a307\", \"mailTemplateTypeId\": \"c62fb829fbf5483080c63a2f5518bae4\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xb77b059fe92d47f7b1e13d3a031ca2c2, 'Payment enters status partially paid', '{\"eventName\": \"state_enter.order_transaction.state.paid_partially\", \"sequences\": [{\"id\": \"9a6fc54e656c403f9f9d8a63dc7ac321\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"acfc6aad505342838e3501965902d49a\", \"mailTemplateTypeId\": \"d7c9815b7e4a42e68ae60d693908348c\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xb7b4a3d3677d4b20b988c820f03ba2dc, 'Payment enters status partially refunded', '{\"eventName\": \"state_enter.order_transaction.state.refunded_partially\", \"sequences\": [{\"id\": \"e55cb8a88b6144b782616e8cd64c5b9a\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"dcf21aedaa9c4d8ba9a0416bbee5690e\", \"mailTemplateTypeId\": \"873dc8df996c4073b0a5ba50e1d5c8e5\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xb934d7281dce4c3480976d38f016b963, 'Customer group registration request declined', '{\"eventName\": \"customer.group.registration.declined\", \"sequences\": [{\"id\": \"871893cfffce47108e1ba0b9fc359616\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"e6ae994258154cb59f555649d23340b0\", \"mailTemplateTypeId\": \"d7e64c76830e4222a0ee3fb60fe6c685\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xb9707817cbd740d09b7ceb94b28eabe6, 'Newsletter sign-up confirmed', '{\"eventName\": \"newsletter.confirm\", \"sequences\": [{\"id\": \"e225a6160182435ea64f6dda02279936\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"8153f60b39bb40edb10f736388d8f909\", \"mailTemplateTypeId\": \"acf068fac6024b0eb48678718552fec2\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xbcab1fad6ca84d2bb4a89cad6223a265, 'Customer account registered', '{\"eventName\": \"checkout.customer.register\", \"sequences\": [{\"id\": \"c1c44b55307e44ffa1c195ad831d0598\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"4b5575602d4a4affb3d54cd132765c8b\", \"mailTemplateTypeId\": \"547a03e98b544fcf92319a177b09a4e4\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xd448125e77dc461d9ca858cf6f82bd66, 'Customer group registration request accepted', '{\"eventName\": \"customer.group.registration.accepted\", \"sequences\": [{\"id\": \"b246edc189ce4654865328c987641c74\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"799036e30f7d4981b9cb983cc3c0261b\", \"mailTemplateTypeId\": \"0f48467685f84d9283b2cde54c911de8\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xd6e4b47f672741898e34c1582ca37bc4, 'Contact form sent', '{\"eventName\": \"contact_form.send\", \"sequences\": [{\"id\": \"cb30bbac8a9a4b78afbbe1f89bb751db\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"a84cdc6fc8c549fbb6bca28c4ec4be02\", \"mailTemplateTypeId\": \"1e262787cd2a4c8ab1b6672fca4c23a6\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xf73559b0cb614a41bb65bd490e9c98c8, 'Payment enters status refunded', '{\"eventName\": \"state_enter.order_transaction.state.refunded\", \"sequences\": [{\"id\": \"e3980356d0144902bfa88942ff6f2015\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"cba004ed227342f09cc57da10e52d23d\", \"mailTemplateTypeId\": \"a890c1b6ddff4e639b8c79c81b38bd62\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xf9320e9c405c426c8b8e79eaad2cb60f, 'Guest account registered with double opt-in', '{\"eventName\": \"checkout.customer.double_opt_in_guest_order\", \"sequences\": [{\"id\": \"fd691b19839e42949d4233430a3d3668\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"b447052a066a4726a39c32214b0417a7\", \"mailTemplateTypeId\": \"9ba1221748b94274bd8fe38b9c75217d\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xfa56cef86fb94e698f9f0e7aef684bee, 'Shipment enters status partially returned', '{\"eventName\": \"state_enter.order_delivery.state.returned_partially\", \"sequences\": [{\"id\": \"e1cf850507dd494596589688c2760785\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"deaaa2f4828f4d7fa95f1c2d95147c5e\", \"mailTemplateTypeId\": \"3365474094984fa6a5c21960738e3845\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL), (0xfe19dae33e8940ce8da8a10e9da81eab, 'Shipment enters status cancelled', '{\"eventName\": \"state_enter.order_delivery.state.cancelled\", \"sequences\": [{\"id\": \"e4911474aea54d468dc4072660874856\", \"config\": {\"recipient\": {\"data\": [], \"type\": \"default\"}, \"mailTemplateId\": \"43f4c2653e99489586f2f8cfe9791326\", \"mailTemplateTypeId\": \"1306758fbbda4e088b4debbc36df8afd\"}, \"ruleId\": null, \"parentId\": null, \"position\": 1, \"trueCase\": 0, \"actionName\": \"action.mail.send\", \"displayGroup\": 1}], \"description\": null, \"customFields\": null}', '2023-05-09 17:56:14.605', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `import_export_file` -- CREATE TABLE `import_export_file` ( `id` binary(16) NOT NULL, `original_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `path` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `expire_date` datetime(3) NOT NULL, `size` int DEFAULT NULL, `updated_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `access_token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `import_export_log` -- CREATE TABLE `import_export_log` ( `id` binary(16) NOT NULL, `activity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `state` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `records` int NOT NULL, `username` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `profile_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` binary(16) DEFAULT NULL, `profile_id` binary(16) DEFAULT NULL, `file_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `config` json DEFAULT NULL, `result` json DEFAULT NULL, `invalid_records_log_id` binary(16) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `import_export_profile` -- CREATE TABLE `import_export_profile` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `system_default` tinyint UNSIGNED NOT NULL DEFAULT '0', `source_entity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `file_type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `delimiter` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `enclosure` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'import-export', `mapping` longtext COLLATE utf8mb4_unicode_ci, `update_by` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `config` json DEFAULT NULL ) ; -- -- Tablo döküm verisi `import_export_profile` -- INSERT INTO `import_export_profile` (`id`, `name`, `system_default`, `source_entity`, `file_type`, `delimiter`, `enclosure`, `type`, `mapping`, `update_by`, `created_at`, `updated_at`, `config`) VALUES (0x070b240985eb40339108c71858a36290, 'Default promotion codes', 1, 'promotion_individual_code', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"promotionId\",\"mappedKey\":\"promotion_id\",\"position\":1},{\"key\":\"code\",\"mappedKey\":\"code\",\"position\":2}]', NULL, '2023-05-09 17:56:09.965', NULL, NULL), (0x130fa03d622740198fec6bd4943099f5, 'Default media', 1, 'media', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"mediaFolderId\",\"mappedKey\":\"folder_id\",\"position\":1},{\"key\":\"url\",\"mappedKey\":\"url\",\"position\":2},{\"key\":\"private\",\"mappedKey\":\"private\",\"position\":3},{\"key\":\"mediaType\",\"mappedKey\":\"type\",\"position\":4},{\"key\":\"translations.DEFAULT.title\",\"mappedKey\":\"title\",\"position\":5},{\"key\":\"translations.DEFAULT.alt\",\"mappedKey\":\"alt\",\"position\":6}]', NULL, '2023-05-09 17:55:53.677', NULL, NULL), (0x2a7a2ee2ced743839d5dc8918dedeac5, 'Default variant configuration settings', 1, 'product_configurator_setting', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"productId\",\"mappedKey\":\"product_id\",\"position\":1},{\"key\":\"optionId\",\"mappedKey\":\"option_id\",\"position\":2},{\"key\":\"position\",\"mappedKey\":\"position\",\"position\":3},{\"key\":\"media.id\",\"mappedKey\":\"media_id\",\"position\":4},{\"key\":\"media.url\",\"mappedKey\":\"media_url\",\"position\":5},{\"key\":\"media.mediaFolderId\",\"mappedKey\":\"media_folder_id\",\"position\":6},{\"key\":\"media.mediaType\",\"mappedKey\":\"media_type\",\"position\":7},{\"key\":\"media.translations.DEFAULT.title\",\"mappedKey\":\"media_title\",\"position\":8},{\"key\":\"media.translations.DEFAULT.alt\",\"mappedKey\":\"media_alt\",\"position\":9},{\"key\":\"price.DEFAULT.net\",\"mappedKey\":\"price_net\",\"position\":10},{\"key\":\"price.DEFAULT.gross\",\"mappedKey\":\"price_gross\",\"position\":11}]', NULL, '2023-05-09 17:55:53.988', NULL, NULL), (0x4a3dda8f30b04368a337ae0ce20ccea9, 'Default orders', 1, 'order', 'text/csv', ';', '\"', 'export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"orderNumber\",\"mappedKey\":\"order_number\",\"position\":1},{\"key\":\"salesChannelId\",\"mappedKey\":\"sales_channel_id\",\"position\":2},{\"key\":\"orderCustomer.firstName\",\"mappedKey\":\"customer_firstname\",\"position\":3},{\"key\":\"orderCustomer.lastName\",\"mappedKey\":\"customer_lastname\",\"position\":4},{\"key\":\"orderCustomer.email\",\"mappedKey\":\"customer_email\",\"position\":5},{\"key\":\"billingAddress.street\",\"mappedKey\":\"billing_address_street\",\"position\":6},{\"key\":\"billingAddress.zipcode\",\"mappedKey\":\"billing_address_zipcode\",\"position\":7},{\"key\":\"billingAddress.city\",\"mappedKey\":\"billing_address_city\",\"position\":8},{\"key\":\"billingAddress.company\",\"mappedKey\":\"billing_address_company\",\"position\":9},{\"key\":\"billingAddress.department\",\"mappedKey\":\"billing_address_department\",\"position\":10},{\"key\":\"billingAddress.countryId\",\"mappedKey\":\"billing_address_country_id\",\"position\":11},{\"key\":\"billingAddress.countryStateId\",\"mappedKey\":\"billing_address_country_state_id\",\"position\":12},{\"key\":\"deliveries.shippingOrderAddress.street\",\"mappedKey\":\"shipping_address_street\",\"position\":13},{\"key\":\"deliveries.shippingOrderAddress.zipcode\",\"mappedKey\":\"shipping_address_zipcode\",\"position\":14},{\"key\":\"deliveries.shippingOrderAddress.city\",\"mappedKey\":\"shipping_address_city\",\"position\":15},{\"key\":\"deliveries.shippingOrderAddress.company\",\"mappedKey\":\"shipping_address_company\",\"position\":16},{\"key\":\"deliveries.shippingOrderAddress.department\",\"mappedKey\":\"shipping_address_department\",\"position\":17},{\"key\":\"deliveries.shippingOrderAddress.countryId\",\"mappedKey\":\"shipping_address_country_id\",\"position\":18},{\"key\":\"deliveries.shippingOrderAddress.countryStateId\",\"mappedKey\":\"shipping_address_country_state_id\",\"position\":19},{\"key\":\"amountTotal\",\"mappedKey\":\"amount_total\",\"position\":20},{\"key\":\"stateId\",\"mappedKey\":\"order_state_id\",\"position\":21},{\"key\":\"lineItems\",\"mappedKey\":\"line_items\",\"position\":22},{\"key\":\"orderDateTime\",\"mappedKey\":\"order_date_time\",\"position\":23}]', NULL, '2023-05-09 17:56:09.995', NULL, NULL), (0x524f9ffa03124ca682cec47fdcb98f85, 'Default category', 1, 'category', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"parentId\",\"mappedKey\":\"parent_id\",\"position\":1},{\"key\":\"active\",\"mappedKey\":\"active\",\"position\":2},{\"key\":\"type\",\"mappedKey\":\"type\",\"position\":3},{\"key\":\"visible\",\"mappedKey\":\"visible\",\"position\":4},{\"key\":\"translations.DEFAULT.name\",\"mappedKey\":\"name\",\"position\":5},{\"key\":\"translations.DEFAULT.externalLink\",\"mappedKey\":\"external_link\",\"position\":6},{\"key\":\"translations.DEFAULT.description\",\"mappedKey\":\"description\",\"position\":7},{\"key\":\"translations.DEFAULT.metaTitle\",\"mappedKey\":\"meta_title\",\"position\":8},{\"key\":\"translations.DEFAULT.metaDescription\",\"mappedKey\":\"meta_description\",\"position\":9},{\"key\":\"media.id\",\"mappedKey\":\"media_id\",\"position\":10},{\"key\":\"media.url\",\"mappedKey\":\"media_url\",\"position\":11},{\"key\":\"media.mediaFolderId\",\"mappedKey\":\"media_folder_id\",\"position\":12},{\"key\":\"media.mediaType\",\"mappedKey\":\"media_type\",\"position\":13},{\"key\":\"media.translations.DEFAULT.title\",\"mappedKey\":\"media_title\",\"position\":14},{\"key\":\"media.translations.DEFAULT.alt\",\"mappedKey\":\"media_alt\",\"position\":15},{\"key\":\"cmsPageId\",\"mappedKey\":\"cms_page_id\",\"position\":16}]', NULL, '2023-05-09 17:55:53.675', NULL, NULL), (0x5bc9ac97149f463299f5f708b8cd6767, 'Default newsletter recipient', 1, 'newsletter_recipient', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"email\",\"mappedKey\":\"email\",\"position\":1},{\"key\":\"title\",\"mappedKey\":\"title\",\"position\":2},{\"key\":\"salutation.salutationKey\",\"mappedKey\":\"salutation\",\"position\":3},{\"key\":\"firstName\",\"mappedKey\":\"first_name\",\"position\":4},{\"key\":\"lastName\",\"mappedKey\":\"last_name\",\"position\":5},{\"key\":\"zipCode\",\"mappedKey\":\"zip_code\",\"position\":6},{\"key\":\"city\",\"mappedKey\":\"city\",\"position\":7},{\"key\":\"street\",\"mappedKey\":\"street\",\"position\":8},{\"key\":\"status\",\"mappedKey\":\"status\",\"position\":9},{\"key\":\"hash\",\"mappedKey\":\"hash\",\"position\":10},{\"key\":\"salesChannel.id\",\"mappedKey\":\"sales_channel_id\",\"position\":11}]', NULL, '2023-05-09 17:55:53.986', NULL, NULL), (0x638bf25e6ec54a6b88a77ff6879018b6, 'Default cross-selling', 1, 'product_cross_selling', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"translations.DEFAULT.name\",\"mappedKey\":\"name\",\"position\":1},{\"key\":\"productId\",\"mappedKey\":\"product_id\",\"position\":2},{\"key\":\"active\",\"mappedKey\":\"active\",\"position\":3},{\"key\":\"position\",\"mappedKey\":\"position\",\"position\":4},{\"key\":\"limit\",\"mappedKey\":\"limit\",\"position\":5},{\"key\":\"type\",\"mappedKey\":\"type\",\"position\":6},{\"key\":\"sortBy\",\"mappedKey\":\"sort_by\",\"position\":7},{\"key\":\"sortDirection\",\"mappedKey\":\"sort_direction\",\"position\":8},{\"key\":\"assignedProducts\",\"mappedKey\":\"assigned_products\",\"position\":9}]', NULL, '2023-05-09 17:56:09.713', NULL, NULL), (0x795a62316dda4869862bc23f0b889429, 'Default customer', 1, 'customer', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"salutation.salutationKey\",\"mappedKey\":\"salutation\",\"position\":1},{\"key\":\"customerNumber\",\"mappedKey\":\"customer_number\",\"position\":2},{\"key\":\"firstName\",\"mappedKey\":\"first_name\",\"position\":3},{\"key\":\"lastName\",\"mappedKey\":\"last_name\",\"position\":4},{\"key\":\"email\",\"mappedKey\":\"email\",\"position\":5},{\"key\":\"active\",\"mappedKey\":\"active\",\"position\":6},{\"key\":\"guest\",\"mappedKey\":\"guest\",\"position\":7},{\"key\":\"group.translations.DEFAULT.name\",\"mappedKey\":\"customer_group\",\"position\":8},{\"key\":\"language.locale.code\",\"mappedKey\":\"language\",\"position\":9},{\"key\":\"salesChannel.translations.DEFAULT.name\",\"mappedKey\":\"sales_channel\",\"position\":10},{\"key\":\"defaultPaymentMethod.translations.DEFAULT.name\",\"mappedKey\":\"payment_method\",\"position\":11},{\"key\":\"defaultBillingAddress.id\",\"mappedKey\":\"billing_id\",\"position\":12},{\"key\":\"defaultBillingAddress.salutation.salutationKey\",\"mappedKey\":\"billing_salutation\",\"position\":13},{\"key\":\"defaultBillingAddress.title\",\"mappedKey\":\"billing_title\",\"position\":14},{\"key\":\"defaultBillingAddress.firstName\",\"mappedKey\":\"billing_first_name\",\"position\":15},{\"key\":\"defaultBillingAddress.lastName\",\"mappedKey\":\"billing_last_name\",\"position\":16},{\"key\":\"defaultBillingAddress.company\",\"mappedKey\":\"billing_company\",\"position\":17},{\"key\":\"defaultBillingAddress.street\",\"mappedKey\":\"billing_street\",\"position\":18},{\"key\":\"defaultBillingAddress.zipcode\",\"mappedKey\":\"billing_zipcode\",\"position\":19},{\"key\":\"defaultBillingAddress.city\",\"mappedKey\":\"billing_city\",\"position\":20},{\"key\":\"defaultBillingAddress.country.iso\",\"mappedKey\":\"billing_country\",\"position\":21},{\"key\":\"defaultBillingAddress.phoneNumber\",\"mappedKey\":\"billing_phone_number\",\"position\":22},{\"key\":\"defaultShippingAddress.id\",\"mappedKey\":\"shipping_id\",\"position\":23},{\"key\":\"defaultShippingAddress.salutation.salutationKey\",\"mappedKey\":\"shipping_salutation\",\"position\":24},{\"key\":\"defaultShippingAddress.title\",\"mappedKey\":\"shipping_title\",\"position\":25},{\"key\":\"defaultShippingAddress.firstName\",\"mappedKey\":\"shipping_first_name\",\"position\":26},{\"key\":\"defaultShippingAddress.lastName\",\"mappedKey\":\"shipping_last_name\",\"position\":27},{\"key\":\"defaultShippingAddress.company\",\"mappedKey\":\"shipping_company\",\"position\":28},{\"key\":\"defaultShippingAddress.street\",\"mappedKey\":\"shipping_street\",\"position\":29},{\"key\":\"defaultShippingAddress.zipcode\",\"mappedKey\":\"shipping_zipcode\",\"position\":30},{\"key\":\"defaultShippingAddress.city\",\"mappedKey\":\"shipping_city\",\"position\":31},{\"key\":\"defaultShippingAddress.country.iso\",\"mappedKey\":\"shipping_country\",\"position\":32},{\"key\":\"defaultShippingAddress.phoneNumber\",\"mappedKey\":\"shipping_phone_number\",\"position\":33}]', NULL, '2023-05-09 17:56:09.821', NULL, NULL), (0x949e352809be46cc95111fefd6de24c4, 'Default properties', 1, 'property_group_option', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"colorHexCode\",\"mappedKey\":\"color_hex_code\",\"position\":1},{\"key\":\"translations.DEFAULT.name\",\"mappedKey\":\"name\",\"position\":2},{\"key\":\"translations.DEFAULT.position\",\"mappedKey\":\"position\",\"position\":3},{\"key\":\"group.id\",\"mappedKey\":\"group_id\",\"position\":4},{\"key\":\"group.displayType\",\"mappedKey\":\"group_display_type\",\"position\":5},{\"key\":\"group.sortingType\",\"mappedKey\":\"group_sorting_type\",\"position\":6},{\"key\":\"group.translations.DEFAULT.name\",\"mappedKey\":\"group_name\",\"position\":7},{\"key\":\"group.translations.DEFAULT.description\",\"mappedKey\":\"group_description\",\"position\":8},{\"key\":\"group.translations.DEFAULT.position\",\"mappedKey\":\"group_position\",\"position\":9},{\"key\":\"media.id\",\"mappedKey\":\"media_id\",\"position\":10},{\"key\":\"media.url\",\"mappedKey\":\"media_url\",\"position\":11},{\"key\":\"media.mediaFolderId\",\"mappedKey\":\"media_folder_id\",\"position\":12},{\"key\":\"media.mediaType\",\"mappedKey\":\"media_type\",\"position\":13},{\"key\":\"media.translations.DEFAULT.title\",\"mappedKey\":\"media_title\",\"position\":14},{\"key\":\"media.translations.DEFAULT.alt\",\"mappedKey\":\"media_alt\",\"position\":15}]', NULL, '2023-05-09 17:55:53.989', NULL, NULL), (0xd332d2c905d448889a8c90535cf85a2a, 'Default product', 1, 'product', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"parentId\",\"mappedKey\":\"parent_id\",\"position\":1},{\"key\":\"productNumber\",\"mappedKey\":\"product_number\",\"position\":2},{\"key\":\"active\",\"mappedKey\":\"active\",\"position\":3},{\"key\":\"stock\",\"mappedKey\":\"stock\",\"position\":4},{\"key\":\"translations.DEFAULT.name\",\"mappedKey\":\"name\",\"position\":5},{\"key\":\"translations.DEFAULT.description\",\"mappedKey\":\"description\",\"position\":6},{\"key\":\"price.DEFAULT.net\",\"mappedKey\":\"price_net\",\"position\":7},{\"key\":\"price.DEFAULT.gross\",\"mappedKey\":\"price_gross\",\"position\":8},{\"key\":\"purchasePrices.DEFAULT.net\",\"mappedKey\":\"purchase_prices_net\",\"position\":9},{\"key\":\"purchasePrices.DEFAULT.gross\",\"mappedKey\":\"purchase_prices_gross\",\"position\":10},{\"key\":\"tax.id\",\"mappedKey\":\"tax_id\",\"position\":11},{\"key\":\"tax.taxRate\",\"mappedKey\":\"tax_rate\",\"position\":12},{\"key\":\"tax.name\",\"mappedKey\":\"tax_name\",\"position\":13},{\"key\":\"cover.media.id\",\"mappedKey\":\"cover_media_id\",\"position\":14},{\"key\":\"cover.media.url\",\"mappedKey\":\"cover_media_url\",\"position\":15},{\"key\":\"cover.media.translations.DEFAULT.title\",\"mappedKey\":\"cover_media_title\",\"position\":16},{\"key\":\"cover.media.translations.DEFAULT.alt\",\"mappedKey\":\"cover_media_alt\",\"position\":17},{\"key\":\"manufacturer.id\",\"mappedKey\":\"manufacturer_id\",\"position\":18},{\"key\":\"manufacturer.translations.DEFAULT.name\",\"mappedKey\":\"manufacturer_name\",\"position\":19},{\"key\":\"categories\",\"mappedKey\":\"categories\",\"position\":20},{\"key\":\"visibilities.all\",\"mappedKey\":\"sales_channel\",\"position\":21},{\"key\":\"properties\",\"mappedKey\":\"propertyIds\",\"position\":22},{\"key\":\"options\",\"mappedKey\":\"optionIds\",\"position\":23}]', NULL, '2023-05-09 17:55:53.680', NULL, NULL), (0xec7065b442044a6fa6848994aa14e9ab, 'Default advanced prices', 1, 'product_price', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"productId\",\"mappedKey\":\"product_id\",\"position\":1},{\"key\":\"ruleId\",\"mappedKey\":\"rule_id\",\"position\":2},{\"key\":\"price.DEFAULT.net\",\"mappedKey\":\"price_net\",\"position\":3},{\"key\":\"price.DEFAULT.gross\",\"mappedKey\":\"price_gross\",\"position\":4},{\"key\":\"quantityStart\",\"mappedKey\":\"quantity_start\",\"position\":5},{\"key\":\"quantityEnd\",\"mappedKey\":\"quantity_end\",\"position\":6}]', NULL, '2023-05-09 17:56:10.776', NULL, NULL), (0xfc9b4234e277404fbe0ec3ba382942a1, 'Default promotion discounts', 1, 'promotion_discount', 'text/csv', ';', '\"', 'import-export', '[{\"key\":\"id\",\"mappedKey\":\"id\",\"position\":0},{\"key\":\"promotionId\",\"mappedKey\":\"promotion_id\",\"position\":1},{\"key\":\"scope\",\"mappedKey\":\"scope\",\"position\":2},{\"key\":\"type\",\"mappedKey\":\"type\",\"position\":3},{\"key\":\"value\",\"mappedKey\":\"value\",\"position\":4},{\"key\":\"considerAdvancedRules\",\"mappedKey\":\"consider_advanced_rules\",\"position\":5},{\"key\":\"maxValue\",\"mappedKey\":\"max_value\",\"position\":6},{\"key\":\"sorterKey\",\"mappedKey\":\"sorter_key\",\"position\":7,\"useDefaultValue\":true,\"defaultValue\":\"PRICE_ASC\"},{\"key\":\"applierKey\",\"mappedKey\":\"applier_key\",\"position\":8,\"useDefaultValue\":true,\"defaultValue\":\"ALL\"},{\"key\":\"usageKey\",\"mappedKey\":\"usage_key\",\"position\":9,\"useDefaultValue\":true,\"defaultValue\":\"ALL\"},{\"key\":\"pickerKey\",\"mappedKey\":\"picker_key\",\"position\":10},{\"key\":\"discountRules\",\"mappedKey\":\"discount_rules\",\"position\":11}]', NULL, '2023-05-09 17:56:10.790', NULL, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `import_export_profile_translation` -- CREATE TABLE `import_export_profile_translation` ( `import_export_profile_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `import_export_profile_translation` -- INSERT INTO `import_export_profile_translation` (`import_export_profile_id`, `language_id`, `label`, `created_at`, `updated_at`) VALUES (0x070b240985eb40339108c71858a36290, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Aktionscodes', '2023-05-09 17:56:09.970', NULL), (0x070b240985eb40339108c71858a36290, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default promotion codes', '2023-05-09 17:56:09.969', NULL), (0x130fa03d622740198fec6bd4943099f5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Medien', '2023-05-09 17:55:53.677', NULL), (0x130fa03d622740198fec6bd4943099f5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default media', '2023-05-09 17:55:54.000', NULL), (0x2a7a2ee2ced743839d5dc8918dedeac5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Variantenkonfiguration', '2023-05-09 17:55:53.988', NULL), (0x2a7a2ee2ced743839d5dc8918dedeac5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default variant configuration settings', '2023-05-09 17:55:54.000', NULL), (0x4a3dda8f30b04368a337ae0ce20ccea9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Bestellungen', '2023-05-09 17:56:09.999', NULL), (0x4a3dda8f30b04368a337ae0ce20ccea9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default orders', '2023-05-09 17:56:09.998', NULL), (0x524f9ffa03124ca682cec47fdcb98f85, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Kategorie', '2023-05-09 17:55:53.675', NULL), (0x524f9ffa03124ca682cec47fdcb98f85, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default category', '2023-05-09 17:55:54.000', NULL), (0x5bc9ac97149f463299f5f708b8cd6767, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Newsletter-Empfänger', '2023-05-09 17:55:53.986', NULL), (0x5bc9ac97149f463299f5f708b8cd6767, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default newsletter recipient', '2023-05-09 17:55:54.000', NULL), (0x638bf25e6ec54a6b88a77ff6879018b6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Cross-Selling', '2023-05-09 17:56:09.720', NULL), (0x638bf25e6ec54a6b88a77ff6879018b6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default cross-selling', '2023-05-09 17:56:09.719', NULL), (0x795a62316dda4869862bc23f0b889429, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Kunde', '2023-05-09 17:56:09.826', NULL), (0x795a62316dda4869862bc23f0b889429, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default customer', '2023-05-09 17:56:09.825', NULL), (0x949e352809be46cc95111fefd6de24c4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Eigenschaften', '2023-05-09 17:55:53.989', NULL), (0x949e352809be46cc95111fefd6de24c4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default properties', '2023-05-09 17:55:54.000', NULL), (0xd332d2c905d448889a8c90535cf85a2a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Produkt', '2023-05-09 17:55:53.680', NULL), (0xd332d2c905d448889a8c90535cf85a2a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default product', '2023-05-09 17:55:54.000', NULL), (0xec7065b442044a6fa6848994aa14e9ab, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Erweiterte Preise', '2023-05-09 17:56:10.781', NULL), (0xec7065b442044a6fa6848994aa14e9ab, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default advanced prices', '2023-05-09 17:56:10.780', NULL), (0xfc9b4234e277404fbe0ec3ba382942a1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standardprofil Aktionsrabatte', '2023-05-09 17:56:10.794', NULL), (0xfc9b4234e277404fbe0ec3ba382942a1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default promotion discounts', '2023-05-09 17:56:10.793', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `increment` -- CREATE TABLE `increment` ( `pool` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `cluster` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `count` bigint UNSIGNED NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `increment` -- INSERT INTO `increment` (`pool`, `cluster`, `key`, `count`, `created_at`, `updated_at`) VALUES ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask', 0, '2023-05-09 15:05:39.639', '2023-05-09 15:05:40.497'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Checkout\\Payment\\DataAbstractionLayer\\PaymentMethodIndexingMessage', 0, '2023-05-09 15:05:32.663', '2023-05-09 15:05:33.611'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Flow\\Indexing\\FlowIndexingMessage', 0, '2023-05-09 15:04:54.511', '2023-05-09 15:05:32.693'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask', 0, '2023-05-09 15:05:39.592', '2023-05-09 15:05:39.743'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Media\\DataAbstractionLayer\\MediaIndexingMessage', 0, '2023-05-09 15:05:32.641', '2023-05-09 15:05:33.380'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Media\\Message\\GenerateThumbnailsMessage', 0, '2023-05-09 15:04:57.200', '2023-05-09 15:05:33.644'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask', 0, '2023-05-09 15:05:39.654', '2023-05-09 15:05:40.545'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask', 0, '2023-05-09 15:05:39.597', '2023-05-09 15:05:39.756'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask', 0, '2023-05-09 15:05:39.584', '2023-05-09 15:05:39.727'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\ProductIndexingMessage', 0, '2023-05-09 15:05:01.553', '2023-05-09 15:05:33.366'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask', 0, '2023-05-09 15:05:39.579', '2023-05-09 15:16:09.675'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask', 0, '2023-05-09 15:05:39.614', '2023-05-09 15:05:39.813'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Rule\\DataAbstractionLayer\\RuleIndexingMessage', 0, '2023-05-09 15:05:32.618', '2023-05-09 15:05:32.761'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask', 0, '2023-05-09 15:05:39.609', '2023-05-09 15:05:39.801'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapMessage', 0, '2023-05-09 15:05:39.797', '2023-05-09 15:05:40.610'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask', 0, '2023-05-09 15:05:39.644', '2023-05-09 15:05:40.515'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask', 0, '2023-05-09 15:05:39.629', '2023-05-09 15:05:40.469'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Indexing\\MessageQueue\\IterateEntityIndexerMessage', 0, '2023-05-09 15:04:42.082', '2023-05-09 15:05:33.616'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask', 0, '2023-05-09 15:05:39.603', '2023-05-09 15:05:39.771'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask', 0, '2023-05-09 15:05:39.649', '2023-05-09 15:05:40.531'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask', 0, '2023-05-09 15:05:39.620', '2023-05-09 15:14:46.400'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask', 0, '2023-05-09 15:05:39.634', '2023-05-09 15:05:40.484'), ('message_queue', 'message_queue_stats', 'Shopware\\Core\\System\\SalesChannel\\DataAbstractionLayer\\SalesChannelIndexingMessage', 0, '2023-05-09 15:05:32.651', '2023-05-09 15:05:33.398'), ('user_activity', '4fb0a06161984226b96d50f2e9b58b6d', 'first-run-wizard@sw.first.run.wizard.index', 6, '2023-05-09 15:03:13.546', '2023-05-09 15:05:30.676'), ('user_activity', '4fb0a06161984226b96d50f2e9b58b6d', 'settings@sw.settings.index', 3, '2023-05-09 15:07:06.370', '2023-05-09 15:07:15.905'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `integration` -- CREATE TABLE `integration` ( `id` binary(16) NOT NULL, `write_access` tinyint(1) NOT NULL DEFAULT '0', `access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `secret_access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `label` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `admin` tinyint(1) NOT NULL DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `last_usage_at` datetime(3) DEFAULT NULL, `deleted_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `integration_role` -- CREATE TABLE `integration_role` ( `integration_id` binary(16) NOT NULL, `acl_role_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `landing_page` -- CREATE TABLE `landing_page` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `cms_page_id` binary(16) DEFAULT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `landing_page_sales_channel` -- CREATE TABLE `landing_page_sales_channel` ( `landing_page_id` binary(16) NOT NULL, `landing_page_version_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `landing_page_tag` -- CREATE TABLE `landing_page_tag` ( `landing_page_id` binary(16) NOT NULL, `landing_page_version_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `landing_page_translation` -- CREATE TABLE `landing_page_translation` ( `landing_page_id` binary(16) NOT NULL, `landing_page_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `slot_config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `language` -- CREATE TABLE `language` ( `id` binary(16) NOT NULL, `name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `parent_id` binary(16) DEFAULT NULL, `swag_language_pack_language_id` binary(16) DEFAULT NULL, `locale_id` binary(16) NOT NULL, `translation_code_id` binary(16) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `language` -- INSERT INTO `language` (`id`, `name`, `parent_id`, `swag_language_pack_language_id`, `locale_id`, `translation_code_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x10e0b70b06524d1398833c4ebd26c1cd, 'Polski', NULL, 0xe6b5b490432b485aba06750f9894281d, 0x73bfe50abe8747079a5a69bf97bee0ca, 0x73bfe50abe8747079a5a69bf97bee0ca, NULL, '2023-05-09 18:04:41.000', NULL), (0x1214340d445f40b89b6dc336a9a99f3f, 'Português', NULL, 0x7ec45bed6b3b436c8cd5435a52a31761, 0xac794b4cfeed408698b21392045b0daf, 0xac794b4cfeed408698b21392045b0daf, NULL, '2023-05-09 18:04:41.000', NULL), (0x1bc9eea66aff4d0e9fbefff49ba4dc33, 'Slovenščina', NULL, 0x6af2361fbd18487782bb1d3ffd1074cd, 0x350a55f0585242f58b14d8bb25cd9a16, 0x350a55f0585242f58b14d8bb25cd9a16, NULL, '2023-05-09 18:04:41.000', NULL), (0x219d800519bf46758381316ca122b4ed, 'български език', NULL, 0xfa43a73920974f60af129fd06acb40b3, 0xfa686f1d41d5460fa0820f62329cb831, 0xfa686f1d41d5460fa0820f62329cb831, NULL, '2023-05-09 18:04:41.000', NULL), (0x28c6223baa8d403ea46d7068ed4ac062, 'Čeština', NULL, 0xc61a1c36eaf24dc3a771110886b1cea4, 0x05ba5eb73ad74d3ab6aa36f475a29720, 0x05ba5eb73ad74d3ab6aa36f475a29720, NULL, '2023-05-09 18:04:41.000', NULL), (0x2d3b71c59c1742ad87219aeb363ae5d1, 'Magyar', NULL, 0xf9510ba7845f4b9fb2a21690bbda2cb7, 0xa03fe1302f044886b498f328ca99d6b4, 0xa03fe1302f044886b498f328ca99d6b4, NULL, '2023-05-09 18:04:41.000', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', NULL, NULL, 0xd661fb44843d468ab41bd6bebfecad2d, 0xd661fb44843d468ab41bd6bebfecad2d, NULL, '2023-05-09 17:55:44.580', NULL), (0x3f6727f5e9c0495bb907ba545605b74d, 'Dansk', NULL, 0x6f147ac0ac9446a095442d7ce9552f49, 0x086c321ffcb14e6597bc2ff0968a4f9f, 0x086c321ffcb14e6597bc2ff0968a4f9f, NULL, '2023-05-09 18:04:41.000', NULL), (0x41496f154551401793b92066c4f5e5a9, 'Русский', NULL, 0xbcb5069c9d6e4d84b87eb14c8f56b2bb, 0x76afaf27904d467a9f889efbfed95b08, 0x76afaf27904d467a9f889efbfed95b08, NULL, '2023-05-09 18:04:41.000', NULL), (0x558c2398f6de49599881d3234dc77278, '한국어', NULL, 0x45a98c2075b646c984ed58ac9bad35ac, 0x15d8f0d0bd4e44d09047701c3123abdc, 0x15d8f0d0bd4e44d09047701c3123abdc, NULL, '2023-05-09 18:04:41.000', NULL), (0x5912f2124d294b4da3286839b4731d1a, 'Nederlands', NULL, 0xebaa4e05582c41efb1ee77bb03568efc, 0xf3c65c91e93545188374aeb2650b21be, 0xf3c65c91e93545188374aeb2650b21be, NULL, '2023-05-09 18:04:41.000', NULL), (0x62f324eea61c459586ea55cfb24771cb, 'Română', NULL, 0x3994863b7d3e4d6fbf0d711e7398effe, 0xa818e346f80d435b9d4dfeeb86674d3b, 0xa818e346f80d435b9d4dfeeb86674d3b, NULL, '2023-05-09 18:04:41.000', NULL), (0x63e194f5a3024cf588e642200f18630e, 'Suomi', NULL, 0xb309ce1c3fc94e72a07d1f5202cf4ea6, 0xc3d67ba3e5ec4985943dbeab472f2e98, 0xc3d67ba3e5ec4985943dbeab472f2e98, NULL, '2023-05-09 18:04:41.000', NULL), (0x6469d569a19e4391b9a50216dcf23bc7, 'Latviešu', NULL, 0x1f13baa0f61f43f4bf2eff3b92a5d3d1, 0x62c96ea6bf69403c8922c7a8c7b5c43c, 0x62c96ea6bf69403c8922c7a8c7b5c43c, NULL, '2023-05-09 18:04:41.000', NULL), (0x6fe52a03fefe41d3a062d04ca88820e2, 'Bahasa Indonesia', NULL, 0x8b2cb4aab205430b921853537be6b5d3, 0x0798c46e7213418bb1a06066dfa6df5e, 0x0798c46e7213418bb1a06066dfa6df5e, NULL, '2023-05-09 18:04:41.000', NULL), (0x7a7dfd3c06dc42a5bf047844ee87c7cf, 'Español', NULL, 0x492f1ff1a39341ef9ebb47fdbb440a09, 0x714566167848427fa52636458ae38101, 0x714566167848427fa52636458ae38101, NULL, '2023-05-09 18:04:41.000', NULL), (0x8a1e2715f3d34c709fee81f624f8255d, 'Svenska', NULL, 0xd3115412790647e69de06e4d10b671ad, 0x99f6266c0f72456ea2d68b3eebecfde1, 0x99f6266c0f72456ea2d68b3eebecfde1, NULL, '2023-05-09 18:04:41.000', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 'English', NULL, NULL, 0x1583231f01914198abbde19559f272cf, 0x1583231f01914198abbde19559f272cf, NULL, '2023-05-09 17:55:44.579', NULL), (0x90ba4edffdb54680806e40572cd4367d, 'English (US)', NULL, 0x2592a0fbb35745d7bdd2644049d63389, 0xdc2f1c22cf184b5da08ed4166db1b32c, 0xdc2f1c22cf184b5da08ed4166db1b32c, NULL, '2023-05-09 18:04:41.000', NULL), (0x9c796db0b2ec43dd80c4954bf80a884f, 'Türkçe', NULL, 0xf7aa03bd5d8246879a9685ccc2ae6159, 0x94f1dc46fc3e4522af1456d5f71c89da, 0x94f1dc46fc3e4522af1456d5f71c89da, NULL, '2023-05-09 18:04:41.000', NULL), (0xa93d457c38014a36a02843d51c6099b7, 'Ελληνικά', NULL, 0x0c027cbf72a14b66959a35d5b1d3c192, 0x5ab12d5418a94cf9b94e78d9e9a32e80, 0x5ab12d5418a94cf9b94e78d9e9a32e80, NULL, '2023-05-09 18:04:41.000', NULL), (0xc4a4c6107ebe4034bb2f289b1c47cb00, 'Hrvatski', NULL, 0xd2a59ebb207741839e62f3a04f9fc886, 0x24d59ff621b342aea5492b3d53b15491, 0x24d59ff621b342aea5492b3d53b15491, NULL, '2023-05-09 18:04:41.000', NULL), (0xcab4fb429b584f7ba88a4f04751ce7d2, 'Tiếng Việt Nam', NULL, 0x76db86dd23234c5e91acde7d8e973301, 0x0946a43753f74eac9df4d609de5c275b, 0x0946a43753f74eac9df4d609de5c275b, NULL, '2023-05-09 18:04:41.000', NULL), (0xcc0472d1d9c34045a8bf0b7d7f31e129, 'Bosanski', NULL, 0x6b9e7024f35f44d3994a9a854f83756e, 0x17b02d6a3d474091b9479d95285de6cf, 0x17b02d6a3d474091b9479d95285de6cf, NULL, '2023-05-09 18:04:41.000', NULL), (0xce7e28e02adb4a8dbd5572dc37d73ab2, 'Norsk', NULL, 0xa302c29171144f46b5d733b0e33a3485, 0xd4774bb6b42e4193a298a052d879583e, 0xd4774bb6b42e4193a298a052d879583e, NULL, '2023-05-09 18:04:41.000', NULL), (0xcf55419217504cc1852ebf8daa8a586b, 'Français', NULL, 0xe2b4dab6d0354784906efff596e6395a, 0x37d1231beda04d57b4c02409c04049d6, 0x37d1231beda04d57b4c02409c04049d6, NULL, '2023-05-09 18:04:41.000', NULL), (0xd04cfcb1d9fc4088b7eb4336e64f5f3e, 'Italiano', NULL, 0x38c7ffc7c4f94ffcaee3afea567026bf, 0xde51d10a35a24fc28a35f202a0f42640, 0xde51d10a35a24fc28a35f202a0f42640, NULL, '2023-05-09 18:04:41.000', NULL), (0xea12e12ecde04838942ce5b10591836f, 'हिन्दी', NULL, 0xf1890f5724764aa0a17fb5effe754458, 0x06c51f6acf874452b94982bac8746d35, 0x06c51f6acf874452b94982bac8746d35, NULL, '2023-05-09 18:04:41.000', NULL), (0xf2b5ef58262942c29e18acecb4f909a5, 'Srpski', NULL, 0xf040b938fa454ef79903cb3d6d4b10ac, 0xf7d8de8dea3340e0a845e5a5928df8dd, 0xf7d8de8dea3340e0a845e5a5928df8dd, NULL, '2023-05-09 18:04:41.000', NULL), (0xf775e5a15ad7475abe5f9432904813a1, 'Українська', NULL, 0x026a477a9f504927920f42e35f737fc2, 0x91930175708e4f7bb2008ca2a41ef0c4, 0x91930175708e4f7bb2008ca2a41ef0c4, NULL, '2023-05-09 18:04:41.000', NULL), (0xfc23fda2513d49aaaf080b950d14877f, 'Slovenčina', NULL, 0x20a2998778c54d48a64543502332d0a8, 0xc911a88ac80f4a10a1cf20fb7ca972c7, 0xc911a88ac80f4a10a1cf20fb7ca972c7, NULL, '2023-05-09 18:04:41.000', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `locale` -- CREATE TABLE `locale` ( `id` binary(16) NOT NULL, `code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `locale` -- INSERT INTO `locale` (`id`, `code`, `created_at`, `updated_at`) VALUES (0x00f06d4040734f589840fd1c1ccc65a3, 'he-IL', '2023-05-09 17:55:44.603', NULL), (0x02736def27e0473a8c6eb7d9cd544d6e, 'ln-CD', '2023-05-09 17:55:44.605', NULL), (0x02c404d4cf7e4418a958a859f75dd54c, 'gl-ES', '2023-05-09 17:55:44.602', NULL), (0x05ba5eb73ad74d3ab6aa36f475a29720, 'cs-CZ', '2023-05-09 17:55:44.595', NULL), (0x05cea12d8a934760be7b23c10301420e, 'om-KE', '2023-05-09 17:55:44.607', NULL), (0x06619ce545c14a9992056b40a11c6639, 'ar-EG', '2023-05-09 17:55:44.593', NULL), (0x06c51f6acf874452b94982bac8746d35, 'hi-IN', '2023-05-09 17:55:44.603', NULL), (0x0798c46e7213418bb1a06066dfa6df5e, 'id-ID', '2023-05-09 17:55:44.603', NULL), (0x086c321ffcb14e6597bc2ff0968a4f9f, 'da-DK', '2023-05-09 17:55:44.596', NULL), (0x0946a43753f74eac9df4d609de5c275b, 'vi-VN', '2023-05-09 17:55:44.612', NULL), (0x0950d8ad85c545f6a3a3b9d523da41b7, 'sh-CS', '2023-05-09 17:55:44.609', NULL), (0x0af684f0b1e84c058f4f1f85abcad007, 'es-PE', '2023-05-09 17:55:44.600', NULL), (0x0b78bd13e6f7436c92ccfb92bcfcb261, 'ts-ZA', '2023-05-09 17:55:44.612', NULL), (0x0c90a3db9b904bff90076cd6e07f4249, 'so-DJ', '2023-05-09 17:55:44.609', NULL), (0x0ef9471457d14cc0b687d46930ca7ea4, 'si-LK', '2023-05-09 17:55:44.609', NULL), (0x0f6d564d56434726bcf426ca1cb90682, 'fa-IR', '2023-05-09 17:55:44.601', NULL), (0x0ffd3e16b47c4d0b962af52f64fd4421, 'mk-MK', '2023-05-09 17:55:44.606', NULL), (0x103df4fb86f44237a480801f8ebe8487, 'zh-TW', '2023-05-09 17:55:44.613', NULL), (0x11370e61e58542e2ad5e05ef29b1553f, 'ar-OM', '2023-05-09 17:55:44.594', NULL), (0x12e46ef1470b4be38c1efe75cd8ebd88, 'fa-AF', '2023-05-09 17:55:44.601', NULL), (0x12e9230d9fc346febc86213e8b620ac0, 'ms-MY', '2023-05-09 17:55:44.606', NULL), (0x12eb8c94d1284fdc9d55788db6bb9b5d, 'ee-GH', '2023-05-09 17:55:44.596', NULL), (0x13fc0a4b02ea4fe4bc69b0a4920c2476, 'en-HK', '2023-05-09 17:55:44.597', NULL), (0x149ddd5658a9420ba0d1943183e38dd7, 'en-AU', '2023-05-09 17:55:44.597', NULL), (0x1583231f01914198abbde19559f272cf, 'en-GB', '2023-05-09 17:55:44.576', NULL), (0x15d8f0d0bd4e44d09047701c3123abdc, 'ko-KR', '2023-05-09 17:55:44.604', NULL), (0x177c1955c7a6454a8dd239436d8161b3, 'ar-AE', '2023-05-09 17:55:44.593', NULL), (0x17b02d6a3d474091b9479d95285de6cf, 'bs-BA', '2023-05-09 17:55:44.595', NULL), (0x17b5bbf40e1d40cea7f315c3010ded33, 'ee-TG', '2023-05-09 17:55:44.596', NULL), (0x1976837393614ac28bd37e3e5031b8f3, 'so-SO', '2023-05-09 17:55:44.610', NULL), (0x19d40cb9e9594f61bb0c27d8e48b7495, 'de-AT', '2023-05-09 17:55:44.596', NULL), (0x1ab0bf94fb9543868edba30081af590f, 've-ZA', '2023-05-09 17:55:44.612', NULL), (0x1b7b28c91ebf49958e5c4e7686001f9b, 'so-ET', '2023-05-09 17:55:44.609', NULL), (0x1be3e3a417fe43f781c1bc4569389076, 'en-UM', '2023-05-09 17:55:44.598', NULL), (0x1edf67111ced46e1bbb94961c80633ce, 'ms-BN', '2023-05-09 17:55:44.606', NULL), (0x1f29c7edf31d4e75b18cc8c742c2657b, 'en-JM', '2023-05-09 17:55:44.597', NULL), (0x20e3da7617fe49d68c79c093dbce1454, 'ar-SD', '2023-05-09 17:55:44.594', NULL), (0x243725b0dd804b20b2b50432f1e98990, 'ha-SD', '2023-05-09 17:55:44.603', NULL), (0x24d59ff621b342aea5492b3d53b15491, 'hr-HR', '2023-05-09 17:55:44.603', NULL), (0x27641f4d65ea402885d72d6415f91970, 'ar-IQ', '2023-05-09 17:55:44.593', NULL), (0x281e1252bc51495e8cd9506ed6de8140, 'wo-SN', '2023-05-09 17:55:44.613', NULL), (0x28def10cd641422cb145819ac124ee68, 'ro-MD', '2023-05-09 17:55:44.608', NULL), (0x28fbaa149e294af39b977ac731a524d8, 'es-MX', '2023-05-09 17:55:44.600', NULL), (0x29ee27d8e2f542d9abaacfa0fc94ecc9, 'th-TH', '2023-05-09 17:55:44.611', NULL), (0x2a90f2f17cf2423bb7be3fce5b2ff661, 'es-UY', '2023-05-09 17:55:44.600', NULL), (0x2b83040898ef4b80b2180cd4ccc84609, 'kpe-LR', '2023-05-09 17:55:44.605', NULL), (0x2c80a756d3ea49779f01fda95591ec06, 'gaa-GH', '2023-05-09 17:55:44.602', NULL), (0x2cf89caa358b48249ab3bd02391d1549, 'am-ET', '2023-05-09 17:55:44.593', NULL), (0x2d0b8150652c44c2acf61a522d8424c6, 'bo-CN', '2023-05-09 17:55:44.595', NULL), (0x2ebea451a7c44314932f7f28a960f8bc, 'en-SG', '2023-05-09 17:55:44.598', NULL), (0x2fa73da9c3664d9a8c93d737598134ec, 'en-AS', '2023-05-09 17:55:44.597', NULL), (0x2fdb7471175743b89314ac8696000157, 'tt-RU', '2023-05-09 17:55:44.612', NULL), (0x3217398bfc0048558c5635231482da06, 'my-MM', '2023-05-09 17:55:44.606', NULL), (0x3340cfb136e84ddfa4f72f1e357793e2, 'tn-ZA', '2023-05-09 17:55:44.611', NULL), (0x350a55f0585242f58b14d8bb25cd9a16, 'sl-SI', '2023-05-09 17:55:44.609', NULL), (0x355b712f3f754ed18767bdf1688c4de3, 'zh-HK', '2023-05-09 17:55:44.613', NULL), (0x35fa770e7a43449e8695603523eb0808, 'ur-IN', '2023-05-09 17:55:44.612', NULL), (0x37ccb4ed1c1547c0b8dfd9a452229575, 'rw-RW', '2023-05-09 17:55:44.608', NULL), (0x37d1231beda04d57b4c02409c04049d6, 'fr-FR', '2023-05-09 17:55:44.601', NULL), (0x3811119f7f1c432fb19093d2c8e64131, 'es-NI', '2023-05-09 17:55:44.600', NULL), (0x386b9dad47d249fd8222e3c46d8d5359, 'es-US', '2023-05-09 17:55:44.600', NULL), (0x38e36ece0fa6466e9a66e5bac5e8727c, 'en-CA', '2023-05-09 17:55:44.597', NULL), (0x391c4269f4f946babce005fb37d40470, 'ug-CN', '2023-05-09 17:55:44.612', NULL), (0x39dd305163694a0db97decb4c20f7a02, 'es-CL', '2023-05-09 17:55:44.599', NULL), (0x3b37184f187a47fab1721427e2290cd9, 'ky-KG', '2023-05-09 17:55:44.605', NULL), (0x3c782e4c82334232847cb4f64e091170, 'ig-NG', '2023-05-09 17:55:44.603', NULL), (0x3ca7da6825254ce4829a7f7b20d2e7e7, 'kaj-NG', '2023-05-09 17:55:44.604', NULL), (0x3e3b3094ce6641f1a03cdb625b3e4f9d, 'it-CH', '2023-05-09 17:55:44.603', NULL), (0x3eec77f525154a19b55fb869b4cc6670, 'es-PR', '2023-05-09 17:55:44.600', NULL), (0x3fcd8e96c2ea48ee8b7f74b097abd9e2, 'ku-IQ', '2023-05-09 17:55:44.605', NULL), (0x407450168c914a1f9466c461b3d6dbdf, 'ca-ES', '2023-05-09 17:55:44.595', NULL), (0x40d2cd0d53344daf92047895c686de70, 'gez-ET', '2023-05-09 17:55:44.602', NULL), (0x41f87e127fa1459b8d68c48595fcb40e, 'fr-LU', '2023-05-09 17:55:44.601', NULL), (0x425963498638402583f43d176b2bbb75, 'ar-SA', '2023-05-09 17:55:44.594', NULL), (0x428c7bccdf5d456489c79bab04c1cf3e, 'te-IN', '2023-05-09 17:55:44.611', NULL), (0x43f0b1e04a4548978f5db75e97947e4d, 'en-BZ', '2023-05-09 17:55:44.597', NULL), (0x45118be1ee5046d5bf66485c48f9e194, 'es-HN', '2023-05-09 17:55:44.599', NULL), (0x47ba57c307984cecacf090f3e767a4ef, 'de-BE', '2023-05-09 17:55:44.596', NULL), (0x492b29576c5b4145907b4cf460ac56e7, 'es-BO', '2023-05-09 17:55:44.599', NULL), (0x4a4ce2f1831448cd9f65cad5343d3687, 'dz-BT', '2023-05-09 17:55:44.596', NULL), (0x4ac3eff14dda4fb8b852d15eab428c3d, 'nso-ZA', '2023-05-09 17:55:44.607', NULL), (0x4e45a61e53b2411bbb9044051bbb9c90, 'aa-ER', '2023-05-09 17:55:44.592', NULL), (0x4febcbe8297e4c95b8f4a6d44d12bc08, 'en-NZ', '2023-05-09 17:55:44.598', NULL), (0x5191a793b8b8412db273fdf1ecfe9602, 'ny-MW', '2023-05-09 17:55:44.607', NULL), (0x51b2d5e728124612960c555b8de9058b, 'de-LU', '2023-05-09 17:55:44.596', NULL), (0x51cddb25bc6f417e8ac683c577f3776e, 'eu-ES', '2023-05-09 17:55:44.600', NULL), (0x5226ea4208654bb2ba1875ef97dc8bee, 'en-TT', '2023-05-09 17:55:44.598', NULL), (0x5443eef61b034290b6748902b5012edc, 'sq-AL', '2023-05-09 17:55:44.610', NULL), (0x55ad7344bc1d41eb8bad736357cfa274, 'ar-LB', '2023-05-09 17:55:44.594', NULL), (0x55edbfdc570a4dcda9b53e532d390eab, 'es-EC', '2023-05-09 17:55:44.599', NULL), (0x55f6d75ac0c54396b9f8013d44e64e85, 'nds-DE', '2023-05-09 17:55:44.607', NULL), (0x5731f9d4c96d41ee8742e9110562de0d, 'en-GU', '2023-05-09 17:55:44.597', NULL), (0x577b83ca46464fc2b8d4e5d7b0b9b64f, 'ti-ER', '2023-05-09 17:55:44.611', NULL), (0x5ab12d5418a94cf9b94e78d9e9a32e80, 'el-GR', '2023-05-09 17:55:44.597', NULL), (0x5d2da4ac39774b49874401523faebea3, 'sw-TZ', '2023-05-09 17:55:44.611', NULL), (0x5d683691c7ee4ffbb7253290742ea632, 'en-BW', '2023-05-09 17:55:44.597', NULL), (0x5ee53869361248199582f52537f23245, 'se-FI', '2023-05-09 17:55:44.609', NULL), (0x60a479765e014d17818447a7e2f626d0, 'zh-MO', '2023-05-09 17:55:44.613', NULL), (0x614beeec931e4840a9f55f0df54f8b4e, 'fil-PH', '2023-05-09 17:55:44.601', NULL), (0x62c96ea6bf69403c8922c7a8c7b5c43c, 'lv-LV', '2023-05-09 17:55:44.606', NULL), (0x65179730e8b24ecc8259ca120be7b0a8, 'ar-MA', '2023-05-09 17:55:44.594', NULL), (0x6663c631b49b4abf930f92848599a15a, 'ta-IN', '2023-05-09 17:55:44.611', NULL), (0x68036cf9f8e44cf39ee29cfbe52dc478, 'ne-NP', '2023-05-09 17:55:44.607', NULL), (0x6aff0dc393b749b484d7440681a48f5f, 'kpe-GN', '2023-05-09 17:55:44.605', NULL), (0x6b729e3f0b5143b59587bb35154cc312, 'el-CY', '2023-05-09 17:55:44.596', NULL), (0x6bdc17f8f8884c2f9a96306423d2e0df, 'ss-ZA', '2023-05-09 17:55:44.610', NULL), (0x6c63774311b24d6a81b758f3ac52d9b6, 'gu-IN', '2023-05-09 17:55:44.602', NULL), (0x6dafc8ce27e843b5ba0776cdfa9af241, 'hy-AM', '2023-05-09 17:55:44.603', NULL), (0x6dde0cf7f8b74c48bf243a901b564ac9, 'kfo-CI', '2023-05-09 17:55:44.604', NULL), (0x6f79b278be124945b03824fec4717e27, 'ga-IE', '2023-05-09 17:55:44.602', NULL), (0x714566167848427fa52636458ae38101, 'es-ES', '2023-05-09 17:55:44.599', NULL), (0x71c38fd4ad994d758bc175229b794fd5, 'kok-IN', '2023-05-09 17:55:44.605', NULL), (0x72360bafaf694a4fb6ea5004f63a72da, 'mt-MT', '2023-05-09 17:55:44.606', NULL), (0x73bfe50abe8747079a5a69bf97bee0ca, 'pl-PL', '2023-05-09 17:55:44.608', NULL), (0x7501676b91374d8dbf23aa0c4ce10774, 'ti-ET', '2023-05-09 17:55:44.611', NULL), (0x75044fa7a5cd4a878bebcef8f5eaaaff, 'sid-ET', '2023-05-09 17:55:44.609', NULL), (0x763d7b483f3d4ef3b89d7a33c447683c, 'km-KH', '2023-05-09 17:55:44.604', NULL), (0x7654ee1533b4404c973ebc80736412d8, 'ii-CN', '2023-05-09 17:55:44.603', NULL), (0x76afaf27904d467a9f889efbfed95b08, 'ru-RU', '2023-05-09 17:55:44.608', NULL), (0x7735229a41e54fbba986330f5043abe6, 'to-TO', '2023-05-09 17:55:44.611', NULL), (0x78d17bf9f51549ac8ba0b718a71139d2, 'nr-ZA', '2023-05-09 17:55:44.607', NULL), (0x79456a8870aa4edf84318ffb134c888a, 'ka-GE', '2023-05-09 17:55:44.604', NULL), (0x7a3e9624fabb4d6eb6b78a93f1c70f62, 'fr-SN', '2023-05-09 17:55:44.601', NULL), (0x7cec20edae354fee9bfebb24d26221b5, 'sw-KE', '2023-05-09 17:55:44.611', NULL), (0x7de974bb25104ecb8404c331df6f95e5, 'uz-UZ', '2023-05-09 17:55:44.612', NULL), (0x7e14b0cf556143dbbee7b959eb7ea204, 'de-CH', '2023-05-09 17:55:44.596', NULL), (0x7ff32549462d469a94874ac632aa1b98, 'zh-SG', '2023-05-09 17:55:44.613', NULL), (0x800cd9bea0964e998d71781bbb933836, 'ar-LY', '2023-05-09 17:55:44.594', NULL), (0x8046d3f0c2b34323a954155b85f7bb23, 'lt-LT', '2023-05-09 17:55:44.606', NULL), (0x83be3883f619455da3cdaaef4c284acd, 'ru-UA', '2023-05-09 17:55:44.608', NULL), (0x83ce044b07e446a289224204f180ea80, 'tg-TJ', '2023-05-09 17:55:44.611', NULL), (0x84fd356cf83746d1aaafe3cd99c74665, 'as-IN', '2023-05-09 17:55:44.594', NULL), (0x865fbaa09d024555a99a6c86b1f2e0eb, 'ar-SY', '2023-05-09 17:55:44.594', NULL), (0x87c98d750ff34b5e8924a2e7e741bea7, 'mr-IN', '2023-05-09 17:55:44.606', NULL), (0x885be6bcfe5f4df39d205c94aaa5c86f, 'mn-CN', '2023-05-09 17:55:44.606', NULL), (0x8aa057e6069a41618dbb738ed43ad68f, 'be-BY', '2023-05-09 17:55:44.595', NULL), (0x8aa6333fad2a4626823c9dda5e91b84e, 'en-MT', '2023-05-09 17:55:44.598', NULL), (0x8b4f0964fd8c4d49ab5201e9966a6751, 'en-ZW', '2023-05-09 17:55:44.599', NULL), (0x8ceab9e844ec4bc891043ad8908c1231, 'ar-TN', '2023-05-09 17:55:44.594', NULL), (0x90671c4531934ab6878f62b8fe6abe16, 'pa-PK', '2023-05-09 17:55:44.608', NULL), (0x90e93c34b4e7468fafe64d8bcc62b168, 'en-BE', '2023-05-09 17:55:44.597', NULL), (0x91930175708e4f7bb2008ca2a41ef0c4, 'uk-UA', '2023-05-09 17:55:44.612', NULL), (0x92f9b0c1866d45bcad2e1be9f398c753, 'en-IE', '2023-05-09 17:55:44.597', NULL), (0x93df430c29174a45b4c649459bf5fbde, 'es-PA', '2023-05-09 17:55:44.600', NULL), (0x94760bcad0204c4799b1895c3060745d, 'en-ZA', '2023-05-09 17:55:44.599', NULL), (0x94f1dc46fc3e4522af1456d5f71c89da, 'tr-TR', '2023-05-09 17:55:44.612', NULL), (0x97706d4d556d4f3a93bd049f9bce6e2b, 'sr-CS', '2023-05-09 17:55:44.610', NULL), (0x9867f46fcd334f5cbc13f5256a0b5b06, 'yo-NG', '2023-05-09 17:55:44.613', NULL), (0x9944ecc021ca457198a3cd5425edd684, 'kam-KE', '2023-05-09 17:55:44.604', NULL), (0x99ca6ac8c42a4d09aeb9cb8f23076b22, 'ln-CG', '2023-05-09 17:55:44.605', NULL), (0x99f6266c0f72456ea2d68b3eebecfde1, 'sv-SE', '2023-05-09 17:55:44.610', NULL), (0x9db7bbb087aa48fe80e6e29712a302ae, 'sr-BA', '2023-05-09 17:55:44.610', NULL), (0x9e961a693c114b0489ed5b31e4e94780, 'es-GT', '2023-05-09 17:55:44.599', NULL), (0xa03fe1302f044886b498f328ca99d6b4, 'hu-HU', '2023-05-09 17:55:44.603', NULL), (0xa078e96ce36a49669a8d529b791caff1, 'ku-TR', '2023-05-09 17:55:44.605', NULL), (0xa2bb9b2720a04186a7bdeb3e9543a832, 'pt-BR', '2023-05-09 17:55:44.608', NULL), (0xa3ab60426c284dd0a070561361ed71bb, 'lo-LA', '2023-05-09 17:55:44.605', NULL), (0xa476f8f447f44ffbafb058332e5800aa, 'mn-MN', '2023-05-09 17:55:44.606', NULL), (0xa4e78ee788ac4bad9c99cd2513a7ac3c, 'is-IS', '2023-05-09 17:55:44.603', NULL), (0xa6e0a8c06d5045ef8781f581e6e725af, 'kk-KZ', '2023-05-09 17:55:44.604', NULL), (0xa818e346f80d435b9d4dfeeb86674d3b, 'ro-RO', '2023-05-09 17:55:44.608', NULL), (0xaab7d4f047ae43fabff00678bdb4a8bc, 'byn-ER', '2023-05-09 17:55:44.595', NULL), (0xab14bde3118144978f98d7fe5772f9ed, 'ja-JP', '2023-05-09 17:55:44.604', NULL), (0xab95713217374f3bb39c5302eac83357, 'aa-DJ', '2023-05-09 17:55:44.592', NULL), (0xac794b4cfeed408698b21392045b0daf, 'pt-PT', '2023-05-09 17:55:44.608', NULL), (0xacb0dea207e64ee69378f6986a39329f, 'ha-NE', '2023-05-09 17:55:44.602', NULL), (0xad2ef02032b3426db7b379edc80cecf7, 'cch-NG', '2023-05-09 17:55:44.595', NULL), (0xad33430c0d9a48a59e177738a6fe9b6f, 'ar-JO', '2023-05-09 17:55:44.593', NULL), (0xadb0d1e63f964e549889286ba82b1fbe, 'en-MH', '2023-05-09 17:55:44.598', NULL), (0xae17de3d0f1a4cfab49fde7a383c4b13, 'en-VI', '2023-05-09 17:55:44.598', NULL), (0xafd1dc8bd13448228683cc3b7553d856, 'es-CO', '2023-05-09 17:55:44.599', NULL), (0xb001e8944207498cbc129a6420d53561, 'az-AZ', '2023-05-09 17:55:44.594', NULL), (0xb10c05d283074577b7755d2532dfc4f6, 'cy-GB', '2023-05-09 17:55:44.596', NULL), (0xb309738d742a4636ba285248fc920c3d, 'bn-IN', '2023-05-09 17:55:44.595', NULL), (0xb4cfd1e0e4b946ce886d63a76fb88164, 'ha-NG', '2023-05-09 17:55:44.602', NULL), (0xb56af0b2b4e14986a44c70e368e12c8f, 'kl-GL', '2023-05-09 17:55:44.604', NULL), (0xb5f32104c5064ad28b0cbf33f5d34d91, 'de-LI', '2023-05-09 17:55:44.596', NULL), (0xb85670de8f514faa933ac1504fca018d, 'pa-IN', '2023-05-09 17:55:44.608', NULL), (0xb9d4693c808d42a7af9131542f0d821a, 'oc-FR', '2023-05-09 17:55:44.607', NULL), (0xbcc9b8e656ac4b7fa7c375eca8fd6055, 'af-NA', '2023-05-09 17:55:44.593', NULL), (0xc0c332929d354eda8b08fbb5dbe00c1f, 'om-ET', '2023-05-09 17:55:44.607', NULL), (0xc2b051c4c716405dbac74be281fff173, 'en-PK', '2023-05-09 17:55:44.598', NULL), (0xc334255ba3524633a9f81914943f1182, 'fo-FO', '2023-05-09 17:55:44.601', NULL), (0xc34f0655c0364b19aaf54e89d86b7a38, 'or-IN', '2023-05-09 17:55:44.608', NULL), (0xc3d67ba3e5ec4985943dbeab472f2e98, 'fi-FI', '2023-05-09 17:55:44.601', NULL), (0xc49005ab96c849f381f7281cd4fdb12a, 'fr-CH', '2023-05-09 17:55:44.601', NULL), (0xc53bd2a65b2c4c6b853a3eaa67ce514b, 'kcg-NG', '2023-05-09 17:55:44.604', NULL), (0xc6aa92b7a90f42c392e7c3095dcfa894, 'en-NA', '2023-05-09 17:55:44.598', NULL), (0xc911a88ac80f4a10a1cf20fb7ca972c7, 'sk-SK', '2023-05-09 17:55:44.609', NULL), (0xc92ffc588d384389a9fdbdedbd1b8de4, 'ps-AF', '2023-05-09 17:55:44.608', NULL), (0xcaac412115ab4eae9e0367c4d5be19f8, 'ss-SZ', '2023-05-09 17:55:44.610', NULL), (0xcb1f492356c240e6b2cb41ede40dd282, 'bn-BD', '2023-05-09 17:55:44.595', NULL), (0xcb979f42833d40a2b405624d8d83e6eb, 'fr-CA', '2023-05-09 17:55:44.601', NULL), (0xcbc2a87e729c403289315f4d77d12c58, 'zu-ZA', '2023-05-09 17:55:44.613', NULL), (0xcc0fdd6149684fb8b05030b62fcfc79c, 'es-DO', '2023-05-09 17:55:44.599', NULL), (0xcce9204276c3438b8257a103875909f1, 'gsw-CH', '2023-05-09 17:55:44.602', NULL), (0xcd4affc53b7b4f5aa39bd34947375bd8, 'st-ZA', '2023-05-09 17:55:44.610', NULL), (0xce24adc3a84d462b8990d14902c06d98, 'et-EE', '2023-05-09 17:55:44.600', NULL), (0xd13d93e8b58a4586b326706f4bfc4def, 'ml-IN', '2023-05-09 17:55:44.606', NULL), (0xd1f515d248d94e68ac13f23e33457171, 'ur-PK', '2023-05-09 17:55:44.612', NULL), (0xd2538ea0f91f436a9e118abe01a6ff7e, 'syr-SY', '2023-05-09 17:55:44.611', NULL), (0xd30c3259fab34631801e935a666299f0, 'xh-ZA', '2023-05-09 17:55:44.613', NULL), (0xd32bc691833a4797ad2a1db96510ceb7, 'aa-ET', '2023-05-09 17:55:44.593', NULL), (0xd3e8283c4bad4a418378adc8cbdd6dcb, 'ar-DZ', '2023-05-09 17:55:44.593', NULL), (0xd4774bb6b42e4193a298a052d879583e, 'nn-NO', '2023-05-09 17:55:44.607', NULL), (0xd51ed836bab94128b588539785744f58, 'ar-BH', '2023-05-09 17:55:44.593', NULL), (0xd661fb44843d468ab41bd6bebfecad2d, 'de-DE', '2023-05-09 17:55:44.578', NULL), (0xd68e9cbbf1144d12b70414de6e8424a6, 'fr-BE', '2023-05-09 17:55:44.601', NULL), (0xd86802571180486ab1d7487b5cbe6af5, 'wal-ET', '2023-05-09 17:55:44.612', NULL), (0xd9ce669eed5b45a58ec73f5787e85a7f, 'sa-IN', '2023-05-09 17:55:44.609', NULL), (0xdc2f1c22cf184b5da08ed4166db1b32c, 'en-US', '2023-05-09 17:55:44.598', NULL), (0xdc344a6dadc5403580dfa8681b057fa1, 'es-PY', '2023-05-09 17:55:44.600', NULL), (0xddac905da557495195b88060cbb61fae, 'ha-GH', '2023-05-09 17:55:44.602', NULL), (0xde51d10a35a24fc28a35f202a0f42640, 'it-IT', '2023-05-09 17:55:44.604', NULL), (0xdf2f34b4f16147cabe5baa05f0243053, 'es-AR', '2023-05-09 17:55:44.599', NULL), (0xe0a05c557d6a495a912814e9506009ce, 'haw-US', '2023-05-09 17:55:44.603', NULL), (0xe17b4bceb82a4d7d97dc42617c69b9b8, 'fr-MC', '2023-05-09 17:55:44.601', NULL), (0xe2b63097d33546e6a5fbbd5560f10eb4, 'en-PH', '2023-05-09 17:55:44.598', NULL), (0xe395e6ac51d446568ba5c3eef38e67dd, 'ar-QA', '2023-05-09 17:55:44.594', NULL), (0xe408750d5877405bbaf71077b17144f1, 'es-VE', '2023-05-09 17:55:44.600', NULL), (0xe473b2f39dcf4f46887666bbb35963c0, 'kn-IN', '2023-05-09 17:55:44.604', NULL), (0xe5d07558bbcc4abba0ca53c7f0dd2205, 'bo-IN', '2023-05-09 17:55:44.595', NULL), (0xe81617f28e0b41228b4db13b5529d470, 'sv-FI', '2023-05-09 17:55:44.610', NULL), (0xebe0d4b8a1ce4b26822a992f4ad6fa8e, 'en-MP', '2023-05-09 17:55:44.598', NULL), (0xed3fd6d895ed4da19ff775c323a66858, 'se-NO', '2023-05-09 17:55:44.609', NULL), (0xed8b5975907447acb837c51237f76b52, 'af-ZA', '2023-05-09 17:55:44.593', NULL), (0xedcb3f5d20aa47089407d0f1f2b08fe0, 'sr-ME', '2023-05-09 17:55:44.610', NULL), (0xef4b5b7c0f5141ac81705a608c7d9ab9, 'dv-MV', '2023-05-09 17:55:44.596', NULL), (0xefad8d7ead984f0d98d5df4a09688cf9, 'nl-BE', '2023-05-09 17:55:44.607', NULL), (0xf033711340084688a613f67aa32f4235, 'gv-GB', '2023-05-09 17:55:44.602', NULL), (0xf129d9380d0a4c32a86e947bb5d3670d, 'ku-SY', '2023-05-09 17:55:44.605', NULL), (0xf135c3b6bfea428f8f2394fac77d726d, 'ak-GH', '2023-05-09 17:55:44.593', NULL), (0xf146d292277c465aa61271df15bb8c46, 'sh-BA', '2023-05-09 17:55:44.609', NULL), (0xf1da1c47f3d645439ece359b9574ce54, 'nb-NO', '2023-05-09 17:55:44.606', NULL), (0xf2131ba24e7549348959e48d5bc6edca, 'es-CR', '2023-05-09 17:55:44.599', NULL), (0xf27f4ab38e1343be88b4a59efc9def53, 'so-KE', '2023-05-09 17:55:44.609', NULL), (0xf2985e43cc7b46f69f4d2cd78906565b, 'gez-ER', '2023-05-09 17:55:44.602', NULL), (0xf3c65c91e93545188374aeb2650b21be, 'nl-NL', '2023-05-09 17:55:44.607', NULL), (0xf3ebe4d5a58d42d4b82e81033f3040b1, 'en-IN', '2023-05-09 17:55:44.597', NULL), (0xf4348fa83ed7471d87ec920673eb2f02, 'es-SV', '2023-05-09 17:55:44.600', NULL), (0xf51c507c69bc429e8d8ece57407b5b95, 'tig-ER', '2023-05-09 17:55:44.611', NULL), (0xf5bd19bbe31e461fb4a2a0f4d67e2b68, 'uz-AF', '2023-05-09 17:55:44.612', NULL), (0xf65c63d1e0074d729300c88a178dcfde, 'ar-KW', '2023-05-09 17:55:44.593', NULL), (0xf68d2590f44a4e84831d5c15107907c2, 'st-LS', '2023-05-09 17:55:44.610', NULL), (0xf7d8de8dea3340e0a845e5a5928df8dd, 'sr-RS', '2023-05-09 17:55:44.610', NULL), (0xfa460ca998eb411fbffdc89b76338939, 'ne-IN', '2023-05-09 17:55:44.607', NULL), (0xfa686f1d41d5460fa0820f62329cb831, 'bg-BG', '2023-05-09 17:55:44.595', NULL), (0xfde9f69195474b0eaf90dde1ccc05e01, 'ar-YE', '2023-05-09 17:55:44.594', NULL), (0xff34f3a49e794f13b6aa6ac6883a67d4, 'kw-GB', '2023-05-09 17:55:44.605', NULL), (0xff40c6205c7d47eaa00efbcf2d8bf180, 'fur-IT', '2023-05-09 17:55:44.601', NULL), (0xff5e3afd8cbe4047b66cea0e97af638b, 'zh-CN', '2023-05-09 17:55:44.613', NULL), (0xff8a184938af40be86ba687cf1ac703c, 'ku-IR', '2023-05-09 17:55:44.605', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `locale_translation` -- CREATE TABLE `locale_translation` ( `locale_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `territory` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `locale_translation` -- INSERT INTO `locale_translation` (`locale_id`, `language_id`, `name`, `territory`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x00f06d4040734f589840fd1c1ccc65a3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hebräisch', 'Israel', NULL, '2023-05-09 17:55:44.603', NULL), (0x00f06d4040734f589840fd1c1ccc65a3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hebrew', 'Israel', NULL, '2023-05-09 17:55:44.603', NULL), (0x02736def27e0473a8c6eb7d9cd544d6e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lingala', 'Demokratische Republik Kongo', NULL, '2023-05-09 17:55:44.605', NULL), (0x02736def27e0473a8c6eb7d9cd544d6e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lingala', 'Democratic Republic of the Congo', NULL, '2023-05-09 17:55:44.605', NULL), (0x02c404d4cf7e4418a958a859f75dd54c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Galizisch', 'Spanien', NULL, '2023-05-09 17:55:44.602', NULL), (0x02c404d4cf7e4418a958a859f75dd54c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Galician', 'Spain', NULL, '2023-05-09 17:55:44.602', NULL), (0x05ba5eb73ad74d3ab6aa36f475a29720, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tschechisch', 'Tschechische Republik', NULL, '2023-05-09 17:55:44.595', NULL), (0x05ba5eb73ad74d3ab6aa36f475a29720, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Czech', 'Czech Republic', NULL, '2023-05-09 17:55:44.595', NULL), (0x05cea12d8a934760be7b23c10301420e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oromo', 'Kenia', NULL, '2023-05-09 17:55:44.607', NULL), (0x05cea12d8a934760be7b23c10301420e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Oromo', 'Kenya', NULL, '2023-05-09 17:55:44.607', NULL), (0x06619ce545c14a9992056b40a11c6639, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Ägypten', NULL, '2023-05-09 17:55:44.593', NULL), (0x06619ce545c14a9992056b40a11c6639, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Egypt', NULL, '2023-05-09 17:55:44.593', NULL), (0x06c51f6acf874452b94982bac8746d35, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hindi', 'Indien', NULL, '2023-05-09 17:55:44.603', NULL), (0x06c51f6acf874452b94982bac8746d35, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hindi', 'India', NULL, '2023-05-09 17:55:44.603', NULL), (0x0798c46e7213418bb1a06066dfa6df5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Indonesisch', 'Indonesien', NULL, '2023-05-09 17:55:44.603', NULL), (0x0798c46e7213418bb1a06066dfa6df5e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Indonesian', 'Indonesia', NULL, '2023-05-09 17:55:44.603', NULL), (0x086c321ffcb14e6597bc2ff0968a4f9f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Dänisch', 'Dänemark', NULL, '2023-05-09 17:55:44.596', NULL), (0x086c321ffcb14e6597bc2ff0968a4f9f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Danish', 'Denmark', NULL, '2023-05-09 17:55:44.596', NULL), (0x0946a43753f74eac9df4d609de5c275b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vietnamesisch', 'Vietnam', NULL, '2023-05-09 17:55:44.612', NULL), (0x0946a43753f74eac9df4d609de5c275b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Vietnamese', 'Vietnam', NULL, '2023-05-09 17:55:44.612', NULL), (0x0950d8ad85c545f6a3a3b9d523da41b7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbo-Kroatisch', 'Serbien und Montenegro', NULL, '2023-05-09 17:55:44.609', NULL), (0x0950d8ad85c545f6a3a3b9d523da41b7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Serbo-Croat', 'Serbia and Montenegro', NULL, '2023-05-09 17:55:44.609', NULL), (0x0af684f0b1e84c058f4f1f85abcad007, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Peru', NULL, '2023-05-09 17:55:44.600', NULL), (0x0af684f0b1e84c058f4f1f85abcad007, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Peru', NULL, '2023-05-09 17:55:44.600', NULL), (0x0b78bd13e6f7436c92ccfb92bcfcb261, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tsonga', 'Südafrika', NULL, '2023-05-09 17:55:44.612', NULL), (0x0b78bd13e6f7436c92ccfb92bcfcb261, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tsonga', 'South Africa', NULL, '2023-05-09 17:55:44.612', NULL), (0x0c90a3db9b904bff90076cd6e07f4249, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somali', 'Dschibuti', NULL, '2023-05-09 17:55:44.609', NULL), (0x0c90a3db9b904bff90076cd6e07f4249, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Somali', 'Djibouti', NULL, '2023-05-09 17:55:44.609', NULL), (0x0ef9471457d14cc0b687d46930ca7ea4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Singhalesisch', 'Sri Lanka', NULL, '2023-05-09 17:55:44.609', NULL), (0x0ef9471457d14cc0b687d46930ca7ea4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Singhalese', 'Sri Lanka', NULL, '2023-05-09 17:55:44.609', NULL), (0x0f6d564d56434726bcf426ca1cb90682, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Persisch', 'Iran', NULL, '2023-05-09 17:55:44.601', NULL), (0x0f6d564d56434726bcf426ca1cb90682, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Persian', 'Iran', NULL, '2023-05-09 17:55:44.601', NULL), (0x0ffd3e16b47c4d0b962af52f64fd4421, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mazedonisch', 'Mazedonien', NULL, '2023-05-09 17:55:44.606', NULL), (0x0ffd3e16b47c4d0b962af52f64fd4421, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Macedonian', 'Macedonia', NULL, '2023-05-09 17:55:44.606', NULL), (0x103df4fb86f44237a480801f8ebe8487, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'Taiwan', NULL, '2023-05-09 17:55:44.613', NULL), (0x103df4fb86f44237a480801f8ebe8487, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Chinese', 'Taiwan', NULL, '2023-05-09 17:55:44.613', NULL), (0x11370e61e58542e2ad5e05ef29b1553f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Oman', NULL, '2023-05-09 17:55:44.594', NULL), (0x11370e61e58542e2ad5e05ef29b1553f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Oman', NULL, '2023-05-09 17:55:44.594', NULL), (0x12e46ef1470b4be38c1efe75cd8ebd88, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Persisch', 'Afghanistan', NULL, '2023-05-09 17:55:44.601', NULL), (0x12e46ef1470b4be38c1efe75cd8ebd88, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Persian', 'Afghanistan', NULL, '2023-05-09 17:55:44.601', NULL), (0x12e9230d9fc346febc86213e8b620ac0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malaiisch', 'Malaysia', NULL, '2023-05-09 17:55:44.606', NULL), (0x12e9230d9fc346febc86213e8b620ac0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Malay', 'Malaysia', NULL, '2023-05-09 17:55:44.606', NULL), (0x12eb8c94d1284fdc9d55788db6bb9b5d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ewe-Sprache', 'Ghana', NULL, '2023-05-09 17:55:44.596', NULL), (0x12eb8c94d1284fdc9d55788db6bb9b5d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ewe', 'Ghana', NULL, '2023-05-09 17:55:44.596', NULL), (0x13fc0a4b02ea4fe4bc69b0a4920c2476, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Sonderverwaltungszone Hongkong', NULL, '2023-05-09 17:55:44.597', NULL), (0x13fc0a4b02ea4fe4bc69b0a4920c2476, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Hong Kong', NULL, '2023-05-09 17:55:44.597', NULL), (0x149ddd5658a9420ba0d1943183e38dd7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Australien', NULL, '2023-05-09 17:55:44.597', NULL), (0x149ddd5658a9420ba0d1943183e38dd7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Australia', NULL, '2023-05-09 17:55:44.597', NULL), (0x1583231f01914198abbde19559f272cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Vereinigtes Königreich', NULL, '2023-05-09 17:55:44.583', NULL), (0x1583231f01914198abbde19559f272cf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'United Kingdom', NULL, '2023-05-09 17:55:44.581', NULL), (0x15d8f0d0bd4e44d09047701c3123abdc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Koreanisch', 'Republik Korea', NULL, '2023-05-09 17:55:44.604', NULL), (0x15d8f0d0bd4e44d09047701c3123abdc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Korean', 'Republic of Korea', NULL, '2023-05-09 17:55:44.604', NULL), (0x177c1955c7a6454a8dd239436d8161b3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Vereinigte Arabische Emirate', NULL, '2023-05-09 17:55:44.593', NULL), (0x177c1955c7a6454a8dd239436d8161b3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'United Arab Emirates', NULL, '2023-05-09 17:55:44.593', NULL), (0x17b02d6a3d474091b9479d95285de6cf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bosnisch', 'Bosnien und Herzegowina', NULL, '2023-05-09 17:55:44.595', NULL), (0x17b02d6a3d474091b9479d95285de6cf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bosnian', 'Bosnia and Herzegovina', NULL, '2023-05-09 17:55:44.595', NULL), (0x17b5bbf40e1d40cea7f315c3010ded33, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ewe-Sprache', 'Togo', NULL, '2023-05-09 17:55:44.596', NULL), (0x17b5bbf40e1d40cea7f315c3010ded33, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ewe', 'Togo', NULL, '2023-05-09 17:55:44.596', NULL), (0x1976837393614ac28bd37e3e5031b8f3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somali', 'Somalia', NULL, '2023-05-09 17:55:44.610', NULL), (0x1976837393614ac28bd37e3e5031b8f3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Somali', 'Somalia', NULL, '2023-05-09 17:55:44.610', NULL), (0x19d40cb9e9594f61bb0c27d8e48b7495, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Österreich', NULL, '2023-05-09 17:55:44.596', NULL), (0x19d40cb9e9594f61bb0c27d8e48b7495, 0x8e6d712041cf4de1b4149dd70cf58df8, 'German', 'Austria', NULL, '2023-05-09 17:55:44.596', NULL), (0x1ab0bf94fb9543868edba30081af590f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Venda-Sprache', 'Südafrika', NULL, '2023-05-09 17:55:44.612', NULL), (0x1ab0bf94fb9543868edba30081af590f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Venda Language', 'South Africa', NULL, '2023-05-09 17:55:44.612', NULL), (0x1b7b28c91ebf49958e5c4e7686001f9b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somali', 'Äthiopien', NULL, '2023-05-09 17:55:44.609', NULL), (0x1b7b28c91ebf49958e5c4e7686001f9b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Somali', 'Ethiopia', NULL, '2023-05-09 17:55:44.609', NULL), (0x1be3e3a417fe43f781c1bc4569389076, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Amerikanisch-Ozeanien', NULL, '2023-05-09 17:55:44.598', NULL), (0x1be3e3a417fe43f781c1bc4569389076, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'U.S. Minor Outlying Islands', NULL, '2023-05-09 17:55:44.598', NULL), (0x1edf67111ced46e1bbb94961c80633ce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malaiisch', 'Brunei Darussalam', NULL, '2023-05-09 17:55:44.606', NULL), (0x1edf67111ced46e1bbb94961c80633ce, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Malay', 'Brunei Darussalam', NULL, '2023-05-09 17:55:44.606', NULL), (0x1f29c7edf31d4e75b18cc8c742c2657b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Jamaika', NULL, '2023-05-09 17:55:44.597', NULL), (0x1f29c7edf31d4e75b18cc8c742c2657b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Jamaica', NULL, '2023-05-09 17:55:44.597', NULL), (0x20e3da7617fe49d68c79c093dbce1454, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Sudan', NULL, '2023-05-09 17:55:44.594', NULL), (0x20e3da7617fe49d68c79c093dbce1454, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Sudan', NULL, '2023-05-09 17:55:44.594', NULL), (0x243725b0dd804b20b2b50432f1e98990, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hausa', 'Sudan', NULL, '2023-05-09 17:55:44.603', NULL), (0x243725b0dd804b20b2b50432f1e98990, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hausa', 'Sudan', NULL, '2023-05-09 17:55:44.603', NULL), (0x24d59ff621b342aea5492b3d53b15491, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kroatisch', 'Kroatien', NULL, '2023-05-09 17:55:44.603', NULL), (0x24d59ff621b342aea5492b3d53b15491, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Croatian', 'Croatia', NULL, '2023-05-09 17:55:44.603', NULL), (0x27641f4d65ea402885d72d6415f91970, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Irak', NULL, '2023-05-09 17:55:44.593', NULL), (0x27641f4d65ea402885d72d6415f91970, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Iraq', NULL, '2023-05-09 17:55:44.593', NULL), (0x281e1252bc51495e8cd9506ed6de8140, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Wolof', 'Senegal', NULL, '2023-05-09 17:55:44.613', NULL), (0x281e1252bc51495e8cd9506ed6de8140, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wolof', 'Senegal', NULL, '2023-05-09 17:55:44.613', NULL), (0x28def10cd641422cb145819ac124ee68, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rumänisch', 'Republik Moldau', NULL, '2023-05-09 17:55:44.608', NULL), (0x28def10cd641422cb145819ac124ee68, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Romanian', 'Republic of Moldova', NULL, '2023-05-09 17:55:44.608', NULL), (0x28fbaa149e294af39b977ac731a524d8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Mexiko', NULL, '2023-05-09 17:55:44.600', NULL), (0x28fbaa149e294af39b977ac731a524d8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Mexico', NULL, '2023-05-09 17:55:44.600', NULL), (0x29ee27d8e2f542d9abaacfa0fc94ecc9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Thailändisch', 'Thailand', NULL, '2023-05-09 17:55:44.611', NULL), (0x29ee27d8e2f542d9abaacfa0fc94ecc9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Thai', 'Thailand', NULL, '2023-05-09 17:55:44.611', NULL), (0x2a90f2f17cf2423bb7be3fce5b2ff661, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Uruguay', NULL, '2023-05-09 17:55:44.600', NULL), (0x2a90f2f17cf2423bb7be3fce5b2ff661, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Uruguay', NULL, '2023-05-09 17:55:44.600', NULL), (0x2b83040898ef4b80b2180cd4ccc84609, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kpelle-Sprache', 'Liberia', NULL, '2023-05-09 17:55:44.605', NULL), (0x2b83040898ef4b80b2180cd4ccc84609, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kpelle', 'Liberia', NULL, '2023-05-09 17:55:44.605', NULL), (0x2c80a756d3ea49779f01fda95591ec06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ga-Sprache', 'Ghana', NULL, '2023-05-09 17:55:44.602', NULL), (0x2c80a756d3ea49779f01fda95591ec06, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ga', 'Ghana', NULL, '2023-05-09 17:55:44.602', NULL), (0x2cf89caa358b48249ab3bd02391d1549, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Amharisch', 'Äthiopien', NULL, '2023-05-09 17:55:44.593', NULL), (0x2cf89caa358b48249ab3bd02391d1549, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Amharic', 'Ethiopia', NULL, '2023-05-09 17:55:44.593', NULL), (0x2d0b8150652c44c2acf61a522d8424c6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tibetisch', 'China', NULL, '2023-05-09 17:55:44.595', NULL), (0x2d0b8150652c44c2acf61a522d8424c6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tibetan', 'China', NULL, '2023-05-09 17:55:44.595', NULL), (0x2ebea451a7c44314932f7f28a960f8bc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Singapur', NULL, '2023-05-09 17:55:44.598', NULL), (0x2ebea451a7c44314932f7f28a960f8bc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Singapore', NULL, '2023-05-09 17:55:44.598', NULL), (0x2fa73da9c3664d9a8c93d737598134ec, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Amerikanisch-Samoa', NULL, '2023-05-09 17:55:44.597', NULL), (0x2fa73da9c3664d9a8c93d737598134ec, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'American Samoa', NULL, '2023-05-09 17:55:44.597', NULL), (0x2fdb7471175743b89314ac8696000157, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tatarisch', 'Russische Föderation', NULL, '2023-05-09 17:55:44.612', NULL), (0x2fdb7471175743b89314ac8696000157, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tartar', 'Russian Federation', NULL, '2023-05-09 17:55:44.612', NULL), (0x3217398bfc0048558c5635231482da06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Birmanisch', 'Myanmar', NULL, '2023-05-09 17:55:44.606', NULL), (0x3217398bfc0048558c5635231482da06, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Burmese', 'Myanmar', NULL, '2023-05-09 17:55:44.606', NULL), (0x3340cfb136e84ddfa4f72f1e357793e2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tswana-Sprache', 'Südafrika', NULL, '2023-05-09 17:55:44.611', NULL), (0x3340cfb136e84ddfa4f72f1e357793e2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tswana Language', 'South Africa', NULL, '2023-05-09 17:55:44.611', NULL), (0x350a55f0585242f58b14d8bb25cd9a16, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slowenisch', 'Slowenien', NULL, '2023-05-09 17:55:44.609', NULL), (0x350a55f0585242f58b14d8bb25cd9a16, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Slovene', 'Slovenia', NULL, '2023-05-09 17:55:44.609', NULL), (0x355b712f3f754ed18767bdf1688c4de3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'Sonderverwaltungszone Hongkong', NULL, '2023-05-09 17:55:44.613', NULL), (0x355b712f3f754ed18767bdf1688c4de3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Chinese', 'Hong Kong', NULL, '2023-05-09 17:55:44.613', NULL), (0x35fa770e7a43449e8695603523eb0808, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Urdu', 'Indien', NULL, '2023-05-09 17:55:44.612', NULL), (0x35fa770e7a43449e8695603523eb0808, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Urdu', 'India', NULL, '2023-05-09 17:55:44.612', NULL), (0x37ccb4ed1c1547c0b8dfd9a452229575, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ruandisch', 'Ruanda', NULL, '2023-05-09 17:55:44.608', NULL), (0x37ccb4ed1c1547c0b8dfd9a452229575, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Rwandan', 'Rwanda', NULL, '2023-05-09 17:55:44.608', NULL), (0x37d1231beda04d57b4c02409c04049d6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Frankreich', NULL, '2023-05-09 17:55:44.601', NULL), (0x37d1231beda04d57b4c02409c04049d6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French', 'France', NULL, '2023-05-09 17:55:44.601', NULL), (0x3811119f7f1c432fb19093d2c8e64131, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Nicaragua', NULL, '2023-05-09 17:55:44.600', NULL), (0x3811119f7f1c432fb19093d2c8e64131, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Nicaragua', NULL, '2023-05-09 17:55:44.600', NULL), (0x386b9dad47d249fd8222e3c46d8d5359, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Vereinigte Staaten', NULL, '2023-05-09 17:55:44.600', NULL), (0x386b9dad47d249fd8222e3c46d8d5359, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'United States', NULL, '2023-05-09 17:55:44.600', NULL), (0x38e36ece0fa6466e9a66e5bac5e8727c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Kanada', NULL, '2023-05-09 17:55:44.597', NULL), (0x38e36ece0fa6466e9a66e5bac5e8727c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Canada', NULL, '2023-05-09 17:55:44.597', NULL), (0x391c4269f4f946babce005fb37d40470, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Uigurisch', 'China', NULL, '2023-05-09 17:55:44.612', NULL), (0x391c4269f4f946babce005fb37d40470, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Uighur', 'China', NULL, '2023-05-09 17:55:44.612', NULL), (0x39dd305163694a0db97decb4c20f7a02, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Chile', NULL, '2023-05-09 17:55:44.599', NULL), (0x39dd305163694a0db97decb4c20f7a02, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Chile', NULL, '2023-05-09 17:55:44.599', NULL), (0x3b37184f187a47fab1721427e2290cd9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kirgisisch', 'Kirgisistan', NULL, '2023-05-09 17:55:44.605', NULL), (0x3b37184f187a47fab1721427e2290cd9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kirghiz', 'Kyrgyzstan', NULL, '2023-05-09 17:55:44.605', NULL), (0x3c782e4c82334232847cb4f64e091170, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Igbo-Sprache', 'Nigeria', NULL, '2023-05-09 17:55:44.603', NULL), (0x3c782e4c82334232847cb4f64e091170, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Igbo', 'Nigeria', NULL, '2023-05-09 17:55:44.603', NULL), (0x3ca7da6825254ce4829a7f7b20d2e7e7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Jju', 'Nigeria', NULL, '2023-05-09 17:55:44.604', NULL), (0x3ca7da6825254ce4829a7f7b20d2e7e7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Jju', 'Nigeria', NULL, '2023-05-09 17:55:44.604', NULL), (0x3e3b3094ce6641f1a03cdb625b3e4f9d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Italienisch', 'Schweiz', NULL, '2023-05-09 17:55:44.604', NULL), (0x3e3b3094ce6641f1a03cdb625b3e4f9d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Italian', 'Switzerland', NULL, '2023-05-09 17:55:44.603', NULL), (0x3eec77f525154a19b55fb869b4cc6670, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Puerto Rico', NULL, '2023-05-09 17:55:44.600', NULL), (0x3eec77f525154a19b55fb869b4cc6670, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Puerto Rico', NULL, '2023-05-09 17:55:44.600', NULL), (0x3fcd8e96c2ea48ee8b7f74b097abd9e2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kurdisch', 'Irak', NULL, '2023-05-09 17:55:44.605', NULL), (0x3fcd8e96c2ea48ee8b7f74b097abd9e2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kurdish', 'Iraq', NULL, '2023-05-09 17:55:44.605', NULL), (0x407450168c914a1f9466c461b3d6dbdf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Katalanisch', 'Spanien', NULL, '2023-05-09 17:55:44.595', NULL), (0x407450168c914a1f9466c461b3d6dbdf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Catalan', 'Spain', NULL, '2023-05-09 17:55:44.595', NULL), (0x40d2cd0d53344daf92047895c686de70, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Geez', 'Äthiopien', NULL, '2023-05-09 17:55:44.602', NULL), (0x40d2cd0d53344daf92047895c686de70, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Geez', 'Ethiopia', NULL, '2023-05-09 17:55:44.602', NULL), (0x41f87e127fa1459b8d68c48595fcb40e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Luxemburg', NULL, '2023-05-09 17:55:44.601', NULL), (0x41f87e127fa1459b8d68c48595fcb40e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French', 'Luxembourg', NULL, '2023-05-09 17:55:44.601', NULL), (0x425963498638402583f43d176b2bbb75, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Saudi-Arabien', NULL, '2023-05-09 17:55:44.594', NULL), (0x425963498638402583f43d176b2bbb75, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Saudi Arabia', NULL, '2023-05-09 17:55:44.594', NULL), (0x428c7bccdf5d456489c79bab04c1cf3e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Telugu', 'Indien', NULL, '2023-05-09 17:55:44.611', NULL), (0x428c7bccdf5d456489c79bab04c1cf3e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Telugu', 'India', NULL, '2023-05-09 17:55:44.611', NULL), (0x43f0b1e04a4548978f5db75e97947e4d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Belize', NULL, '2023-05-09 17:55:44.597', NULL), (0x43f0b1e04a4548978f5db75e97947e4d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Belize', NULL, '2023-05-09 17:55:44.597', NULL), (0x45118be1ee5046d5bf66485c48f9e194, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Honduras', NULL, '2023-05-09 17:55:44.599', NULL), (0x45118be1ee5046d5bf66485c48f9e194, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Honduras', NULL, '2023-05-09 17:55:44.599', NULL), (0x47ba57c307984cecacf090f3e767a4ef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Belgien', NULL, '2023-05-09 17:55:44.596', NULL), (0x47ba57c307984cecacf090f3e767a4ef, 0x8e6d712041cf4de1b4149dd70cf58df8, 'German', 'Belgium', NULL, '2023-05-09 17:55:44.596', NULL), (0x492b29576c5b4145907b4cf460ac56e7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Bolivien', NULL, '2023-05-09 17:55:44.599', NULL), (0x492b29576c5b4145907b4cf460ac56e7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Bolivia', NULL, '2023-05-09 17:55:44.599', NULL), (0x4a4ce2f1831448cd9f65cad5343d3687, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bhutanisch', 'Bhutan', NULL, '2023-05-09 17:55:44.596', NULL), (0x4a4ce2f1831448cd9f65cad5343d3687, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bhutanese', 'Bhutan', NULL, '2023-05-09 17:55:44.596', NULL), (0x4ac3eff14dda4fb8b852d15eab428c3d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nord-Sotho-Sprache', 'Südafrika', NULL, '2023-05-09 17:55:44.607', NULL), (0x4ac3eff14dda4fb8b852d15eab428c3d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Northern Sotho language', 'South Africa', NULL, '2023-05-09 17:55:44.607', NULL), (0x4e45a61e53b2411bbb9044051bbb9c90, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afar', 'Eritrea', NULL, '2023-05-09 17:55:44.593', NULL), (0x4e45a61e53b2411bbb9044051bbb9c90, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Afar', 'Eritrea', NULL, '2023-05-09 17:55:44.593', NULL), (0x4febcbe8297e4c95b8f4a6d44d12bc08, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Neuseeland', NULL, '2023-05-09 17:55:44.598', NULL), (0x4febcbe8297e4c95b8f4a6d44d12bc08, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'New Zealand', NULL, '2023-05-09 17:55:44.598', NULL), (0x5191a793b8b8412db273fdf1ecfe9602, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nyanja-Sprache', 'Malawi', NULL, '2023-05-09 17:55:44.607', NULL), (0x5191a793b8b8412db273fdf1ecfe9602, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nyanja', 'Malawi', NULL, '2023-05-09 17:55:44.607', NULL), (0x51b2d5e728124612960c555b8de9058b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Luxemburg', NULL, '2023-05-09 17:55:44.596', NULL), (0x51b2d5e728124612960c555b8de9058b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'German', 'Luxemburg', NULL, '2023-05-09 17:55:44.596', NULL), (0x51cddb25bc6f417e8ac683c577f3776e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Baskisch', 'Spanien', NULL, '2023-05-09 17:55:44.600', NULL), (0x51cddb25bc6f417e8ac683c577f3776e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Basque', 'Spain', NULL, '2023-05-09 17:55:44.600', NULL), (0x5226ea4208654bb2ba1875ef97dc8bee, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Trinidad und Tobago', NULL, '2023-05-09 17:55:44.598', NULL), (0x5226ea4208654bb2ba1875ef97dc8bee, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Trinidad and Tobago', NULL, '2023-05-09 17:55:44.598', NULL), (0x5443eef61b034290b6748902b5012edc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Albanisch', 'Albanien', NULL, '2023-05-09 17:55:44.610', NULL), (0x5443eef61b034290b6748902b5012edc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Albanian', 'Albania', NULL, '2023-05-09 17:55:44.610', NULL), (0x55ad7344bc1d41eb8bad736357cfa274, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Libanon', NULL, '2023-05-09 17:55:44.594', NULL), (0x55ad7344bc1d41eb8bad736357cfa274, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Lebanon', NULL, '2023-05-09 17:55:44.594', NULL), (0x55edbfdc570a4dcda9b53e532d390eab, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Ecuador', NULL, '2023-05-09 17:55:44.599', NULL), (0x55edbfdc570a4dcda9b53e532d390eab, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Ecuador', NULL, '2023-05-09 17:55:44.599', NULL), (0x55f6d75ac0c54396b9f8013d44e64e85, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niederdeutsch', 'Deutschland', NULL, '2023-05-09 17:55:44.607', NULL), (0x55f6d75ac0c54396b9f8013d44e64e85, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Low German', 'Germany', NULL, '2023-05-09 17:55:44.607', NULL), (0x5731f9d4c96d41ee8742e9110562de0d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Guam', NULL, '2023-05-09 17:55:44.597', NULL), (0x5731f9d4c96d41ee8742e9110562de0d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Guam', NULL, '2023-05-09 17:55:44.597', NULL), (0x577b83ca46464fc2b8d4e5d7b0b9b64f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tigrinja', 'Eritrea', NULL, '2023-05-09 17:55:44.611', NULL), (0x577b83ca46464fc2b8d4e5d7b0b9b64f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tigrinya', 'Eritrea', NULL, '2023-05-09 17:55:44.611', NULL), (0x5ab12d5418a94cf9b94e78d9e9a32e80, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Griechisch', 'Griechenland', NULL, '2023-05-09 17:55:44.597', NULL), (0x5ab12d5418a94cf9b94e78d9e9a32e80, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Greek', 'Greece', NULL, '2023-05-09 17:55:44.597', NULL), (0x5d2da4ac39774b49874401523faebea3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Suaheli', 'Tansania', NULL, '2023-05-09 17:55:44.611', NULL), (0x5d2da4ac39774b49874401523faebea3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swahili', 'Tanzania', NULL, '2023-05-09 17:55:44.611', NULL), (0x5d683691c7ee4ffbb7253290742ea632, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Botsuana', NULL, '2023-05-09 17:55:44.597', NULL), (0x5d683691c7ee4ffbb7253290742ea632, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Botswana', NULL, '2023-05-09 17:55:44.597', NULL), (0x5ee53869361248199582f52537f23245, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nord-Samisch', 'Finnland', NULL, '2023-05-09 17:55:44.609', NULL), (0x5ee53869361248199582f52537f23245, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Northen Samian', 'Finland', NULL, '2023-05-09 17:55:44.609', NULL), (0x60a479765e014d17818447a7e2f626d0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'Sonderverwaltungszone Macao', NULL, '2023-05-09 17:55:44.613', NULL), (0x60a479765e014d17818447a7e2f626d0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Chinese', 'Macao', NULL, '2023-05-09 17:55:44.613', NULL), (0x614beeec931e4840a9f55f0df54f8b4e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Filipino', 'Philippinen', NULL, '2023-05-09 17:55:44.601', NULL), (0x614beeec931e4840a9f55f0df54f8b4e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Filipino', 'Philippines', NULL, '2023-05-09 17:55:44.601', NULL), (0x62c96ea6bf69403c8922c7a8c7b5c43c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lettisch', 'Lettland', NULL, '2023-05-09 17:55:44.606', NULL), (0x62c96ea6bf69403c8922c7a8c7b5c43c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Latvian', 'Latvia', NULL, '2023-05-09 17:55:44.606', NULL), (0x65179730e8b24ecc8259ca120be7b0a8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Marokko', NULL, '2023-05-09 17:55:44.594', NULL), (0x65179730e8b24ecc8259ca120be7b0a8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Morocco', NULL, '2023-05-09 17:55:44.594', NULL), (0x6663c631b49b4abf930f92848599a15a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tamilisch', 'Indien', NULL, '2023-05-09 17:55:44.611', NULL), (0x6663c631b49b4abf930f92848599a15a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tamil', 'India', NULL, '2023-05-09 17:55:44.611', NULL), (0x68036cf9f8e44cf39ee29cfbe52dc478, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nepalesisch', 'Nepal', NULL, '2023-05-09 17:55:44.607', NULL), (0x68036cf9f8e44cf39ee29cfbe52dc478, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nepalese', 'Nepal', NULL, '2023-05-09 17:55:44.607', NULL), (0x6aff0dc393b749b484d7440681a48f5f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kpelle-Sprache', 'Guinea', NULL, '2023-05-09 17:55:44.605', NULL), (0x6aff0dc393b749b484d7440681a48f5f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kpelle', 'Guinea', NULL, '2023-05-09 17:55:44.605', NULL), (0x6b729e3f0b5143b59587bb35154cc312, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Griechisch', 'Zypern', NULL, '2023-05-09 17:55:44.596', NULL), (0x6b729e3f0b5143b59587bb35154cc312, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Greek', 'Cyprus', NULL, '2023-05-09 17:55:44.596', NULL), (0x6bdc17f8f8884c2f9a96306423d2e0df, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swazi', 'Südafrika', NULL, '2023-05-09 17:55:44.610', NULL), (0x6bdc17f8f8884c2f9a96306423d2e0df, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swazi', 'South Africa', NULL, '2023-05-09 17:55:44.610', NULL), (0x6c63774311b24d6a81b758f3ac52d9b6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gujarati', 'Indien', NULL, '2023-05-09 17:55:44.602', NULL), (0x6c63774311b24d6a81b758f3ac52d9b6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Gujarati', 'India', NULL, '2023-05-09 17:55:44.602', NULL), (0x6dafc8ce27e843b5ba0776cdfa9af241, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Armenisch', 'Armenien', NULL, '2023-05-09 17:55:44.603', NULL), (0x6dafc8ce27e843b5ba0776cdfa9af241, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Armenian', 'Armenia', NULL, '2023-05-09 17:55:44.603', NULL), (0x6dde0cf7f8b74c48bf243a901b564ac9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Koro', 'Elfenbeinküste', NULL, '2023-05-09 17:55:44.604', NULL), (0x6dde0cf7f8b74c48bf243a901b564ac9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Koro', 'Ivory Coast', NULL, '2023-05-09 17:55:44.604', NULL), (0x6f79b278be124945b03824fec4717e27, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Irisch', 'Irland', NULL, '2023-05-09 17:55:44.602', NULL), (0x6f79b278be124945b03824fec4717e27, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Irish', 'Ireland', NULL, '2023-05-09 17:55:44.602', NULL), (0x714566167848427fa52636458ae38101, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Spanien', NULL, '2023-05-09 17:55:44.599', NULL), (0x714566167848427fa52636458ae38101, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Spain', NULL, '2023-05-09 17:55:44.599', NULL), (0x71c38fd4ad994d758bc175229b794fd5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Konkani', 'Indien', NULL, '2023-05-09 17:55:44.605', NULL), (0x71c38fd4ad994d758bc175229b794fd5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Konkani', 'India', NULL, '2023-05-09 17:55:44.605', NULL), (0x72360bafaf694a4fb6ea5004f63a72da, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Maltesisch', 'Malta', NULL, '2023-05-09 17:55:44.606', NULL), (0x72360bafaf694a4fb6ea5004f63a72da, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Maltese', 'Malta', NULL, '2023-05-09 17:55:44.606', NULL), (0x73bfe50abe8747079a5a69bf97bee0ca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Polnisch', 'Polen', NULL, '2023-05-09 17:55:44.608', NULL), (0x73bfe50abe8747079a5a69bf97bee0ca, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Polish', 'Poland', NULL, '2023-05-09 17:55:44.608', NULL), (0x7501676b91374d8dbf23aa0c4ce10774, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tigrinja', 'Äthiopien', NULL, '2023-05-09 17:55:44.611', NULL), (0x7501676b91374d8dbf23aa0c4ce10774, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tigrinya', 'Ethiopia', NULL, '2023-05-09 17:55:44.611', NULL), (0x75044fa7a5cd4a878bebcef8f5eaaaff, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sidamo', 'Äthiopien', NULL, '2023-05-09 17:55:44.609', NULL), (0x75044fa7a5cd4a878bebcef8f5eaaaff, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sidamo', 'Ethiopia', NULL, '2023-05-09 17:55:44.609', NULL), (0x763d7b483f3d4ef3b89d7a33c447683c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kambodschanisch', 'Kambodscha', NULL, '2023-05-09 17:55:44.604', NULL), (0x763d7b483f3d4ef3b89d7a33c447683c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cambodian', 'Cambodia', NULL, '2023-05-09 17:55:44.604', NULL), (0x7654ee1533b4404c973ebc80736412d8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sichuan Yi', 'China', NULL, '2023-05-09 17:55:44.603', NULL), (0x7654ee1533b4404c973ebc80736412d8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sichuan Yi', 'China', NULL, '2023-05-09 17:55:44.603', NULL), (0x76afaf27904d467a9f889efbfed95b08, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Russisch', 'Russische Föderation', NULL, '2023-05-09 17:55:44.608', NULL), (0x76afaf27904d467a9f889efbfed95b08, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Russian', 'Russian Federation', NULL, '2023-05-09 17:55:44.608', NULL), (0x7735229a41e54fbba986330f5043abe6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tongaisch', 'Tonga', NULL, '2023-05-09 17:55:44.612', NULL), (0x7735229a41e54fbba986330f5043abe6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tongan', 'Tonga', NULL, '2023-05-09 17:55:44.611', NULL), (0x78d17bf9f51549ac8ba0b718a71139d2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Süd-Ndebele-Sprache', 'Südafrika', NULL, '2023-05-09 17:55:44.607', NULL), (0x78d17bf9f51549ac8ba0b718a71139d2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Southern Ndebele', 'South Africa', NULL, '2023-05-09 17:55:44.607', NULL), (0x79456a8870aa4edf84318ffb134c888a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Georgisch', 'Georgien', NULL, '2023-05-09 17:55:44.604', NULL), (0x79456a8870aa4edf84318ffb134c888a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Georgian', 'Georgia', NULL, '2023-05-09 17:55:44.604', NULL), (0x7a3e9624fabb4d6eb6b78a93f1c70f62, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Senegal', NULL, '2023-05-09 17:55:44.601', NULL), (0x7a3e9624fabb4d6eb6b78a93f1c70f62, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French', 'Senegal', NULL, '2023-05-09 17:55:44.601', NULL), (0x7cec20edae354fee9bfebb24d26221b5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Suaheli', 'Kenia', NULL, '2023-05-09 17:55:44.611', NULL), (0x7cec20edae354fee9bfebb24d26221b5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swahili', 'Kenya', NULL, '2023-05-09 17:55:44.611', NULL), (0x7de974bb25104ecb8404c331df6f95e5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Usbekisch', 'Usbekistan', NULL, '2023-05-09 17:55:44.612', NULL), (0x7de974bb25104ecb8404c331df6f95e5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Uzbek', 'Uzbekistan', NULL, '2023-05-09 17:55:44.612', NULL), (0x7e14b0cf556143dbbee7b959eb7ea204, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Schweiz', NULL, '2023-05-09 17:55:44.596', NULL), (0x7e14b0cf556143dbbee7b959eb7ea204, 0x8e6d712041cf4de1b4149dd70cf58df8, 'German', 'Switzerland', NULL, '2023-05-09 17:55:44.596', NULL), (0x7ff32549462d469a94874ac632aa1b98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'Singapur', NULL, '2023-05-09 17:55:44.613', NULL), (0x7ff32549462d469a94874ac632aa1b98, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Chinese', 'Singapur', NULL, '2023-05-09 17:55:44.613', NULL), (0x800cd9bea0964e998d71781bbb933836, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Libyen', NULL, '2023-05-09 17:55:44.594', NULL), (0x800cd9bea0964e998d71781bbb933836, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Libya', NULL, '2023-05-09 17:55:44.594', NULL), (0x8046d3f0c2b34323a954155b85f7bb23, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Litauisch', 'Litauen', NULL, '2023-05-09 17:55:44.606', NULL), (0x8046d3f0c2b34323a954155b85f7bb23, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lithuanian', 'Lithuania', NULL, '2023-05-09 17:55:44.606', NULL), (0x83be3883f619455da3cdaaef4c284acd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Russisch', 'Ukraine', NULL, '2023-05-09 17:55:44.608', NULL), (0x83be3883f619455da3cdaaef4c284acd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Russian', 'Ukraine', NULL, '2023-05-09 17:55:44.608', NULL), (0x83ce044b07e446a289224204f180ea80, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tadschikisch', 'Tadschikistan', NULL, '2023-05-09 17:55:44.611', NULL), (0x83ce044b07e446a289224204f180ea80, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tadjik', 'Tajikistan', NULL, '2023-05-09 17:55:44.611', NULL), (0x84fd356cf83746d1aaafe3cd99c74665, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Assamesisch', 'Indien', NULL, '2023-05-09 17:55:44.594', NULL), (0x84fd356cf83746d1aaafe3cd99c74665, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Assamese', 'India', NULL, '2023-05-09 17:55:44.594', NULL), (0x865fbaa09d024555a99a6c86b1f2e0eb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Syrien', NULL, '2023-05-09 17:55:44.594', NULL), (0x865fbaa09d024555a99a6c86b1f2e0eb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Syria', NULL, '2023-05-09 17:55:44.594', NULL), (0x87c98d750ff34b5e8924a2e7e741bea7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Marathi', 'Indien', NULL, '2023-05-09 17:55:44.606', NULL), (0x87c98d750ff34b5e8924a2e7e741bea7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Marathi', 'India', NULL, '2023-05-09 17:55:44.606', NULL), (0x885be6bcfe5f4df39d205c94aaa5c86f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mongolisch', 'China', NULL, '2023-05-09 17:55:44.606', NULL), (0x885be6bcfe5f4df39d205c94aaa5c86f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mongol', 'China', NULL, '2023-05-09 17:55:44.606', NULL), (0x8aa057e6069a41618dbb738ed43ad68f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weißrussisch', 'Belarus', NULL, '2023-05-09 17:55:44.595', NULL), (0x8aa057e6069a41618dbb738ed43ad68f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Belarusian', 'Belarus', NULL, '2023-05-09 17:55:44.595', NULL), (0x8aa6333fad2a4626823c9dda5e91b84e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Malta', NULL, '2023-05-09 17:55:44.598', NULL), (0x8aa6333fad2a4626823c9dda5e91b84e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Malta', NULL, '2023-05-09 17:55:44.598', NULL), (0x8b4f0964fd8c4d49ab5201e9966a6751, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Simbabwe', NULL, '2023-05-09 17:55:44.599', NULL), (0x8b4f0964fd8c4d49ab5201e9966a6751, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Zimbabwe', NULL, '2023-05-09 17:55:44.599', NULL), (0x8ceab9e844ec4bc891043ad8908c1231, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Tunesien', NULL, '2023-05-09 17:55:44.594', NULL), (0x8ceab9e844ec4bc891043ad8908c1231, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Tunisia', NULL, '2023-05-09 17:55:44.594', NULL), (0x90671c4531934ab6878f62b8fe6abe16, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pandschabisch', 'Pakistan', NULL, '2023-05-09 17:55:44.608', NULL), (0x90671c4531934ab6878f62b8fe6abe16, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Punjabi', 'Pakistan', NULL, '2023-05-09 17:55:44.608', NULL), (0x90e93c34b4e7468fafe64d8bcc62b168, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Belgien', NULL, '2023-05-09 17:55:44.597', NULL), (0x90e93c34b4e7468fafe64d8bcc62b168, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Belgium', NULL, '2023-05-09 17:55:44.597', NULL), (0x91930175708e4f7bb2008ca2a41ef0c4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ukrainisch', 'Ukraine', NULL, '2023-05-09 17:55:44.612', NULL), (0x91930175708e4f7bb2008ca2a41ef0c4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ukrainian', 'Ukraine', NULL, '2023-05-09 17:55:44.612', NULL), (0x92f9b0c1866d45bcad2e1be9f398c753, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Irland', NULL, '2023-05-09 17:55:44.597', NULL), (0x92f9b0c1866d45bcad2e1be9f398c753, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Ireland', NULL, '2023-05-09 17:55:44.597', NULL), (0x93df430c29174a45b4c649459bf5fbde, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Panama', NULL, '2023-05-09 17:55:44.600', NULL), (0x93df430c29174a45b4c649459bf5fbde, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Panama', NULL, '2023-05-09 17:55:44.600', NULL), (0x94760bcad0204c4799b1895c3060745d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Südafrika', NULL, '2023-05-09 17:55:44.599', NULL), (0x94760bcad0204c4799b1895c3060745d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'South Africa', NULL, '2023-05-09 17:55:44.599', NULL), (0x94f1dc46fc3e4522af1456d5f71c89da, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Türkisch', 'Türkei', NULL, '2023-05-09 17:55:44.612', NULL), (0x94f1dc46fc3e4522af1456d5f71c89da, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Turkish', 'Turkey', NULL, '2023-05-09 17:55:44.612', NULL), (0x97706d4d556d4f3a93bd049f9bce6e2b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbisch', 'Serbien und Montenegro', NULL, '2023-05-09 17:55:44.610', NULL), (0x97706d4d556d4f3a93bd049f9bce6e2b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Serbian', 'Serbia and Montenegro', NULL, '2023-05-09 17:55:44.610', NULL), (0x9867f46fcd334f5cbc13f5256a0b5b06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Yoruba', 'Nigeria', NULL, '2023-05-09 17:55:44.613', NULL), (0x9867f46fcd334f5cbc13f5256a0b5b06, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Yoruba', 'Nigeria', NULL, '2023-05-09 17:55:44.613', NULL), (0x9944ecc021ca457198a3cd5425edd684, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kamba', 'Kenia', NULL, '2023-05-09 17:55:44.604', NULL), (0x9944ecc021ca457198a3cd5425edd684, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kamba', 'Kenya', NULL, '2023-05-09 17:55:44.604', NULL), (0x99ca6ac8c42a4d09aeb9cb8f23076b22, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lingala', 'Kongo', NULL, '2023-05-09 17:55:44.605', NULL), (0x99ca6ac8c42a4d09aeb9cb8f23076b22, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lingala', 'Congo', NULL, '2023-05-09 17:55:44.605', NULL), (0x99f6266c0f72456ea2d68b3eebecfde1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schwedisch', 'Schweden', NULL, '2023-05-09 17:55:44.611', NULL), (0x99f6266c0f72456ea2d68b3eebecfde1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swedish', 'Sweden', NULL, '2023-05-09 17:55:44.610', NULL), (0x9db7bbb087aa48fe80e6e29712a302ae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbisch', 'Bosnien und Herzegowina', NULL, '2023-05-09 17:55:44.610', NULL), (0x9db7bbb087aa48fe80e6e29712a302ae, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Serbian', 'Bosnia and Herzegovina', NULL, '2023-05-09 17:55:44.610', NULL), (0x9e961a693c114b0489ed5b31e4e94780, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Guatemala', NULL, '2023-05-09 17:55:44.599', NULL), (0x9e961a693c114b0489ed5b31e4e94780, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Guatemala', NULL, '2023-05-09 17:55:44.599', NULL), (0xa03fe1302f044886b498f328ca99d6b4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Ungarisch', 'Ungarn', NULL, '2023-05-09 17:55:44.603', NULL), (0xa03fe1302f044886b498f328ca99d6b4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hungarian', 'Hungary', NULL, '2023-05-09 17:55:44.603', NULL), (0xa078e96ce36a49669a8d529b791caff1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kurdisch', 'Türkei', NULL, '2023-05-09 17:55:44.605', NULL), (0xa078e96ce36a49669a8d529b791caff1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kurdish', 'Turkey', NULL, '2023-05-09 17:55:44.605', NULL), (0xa2bb9b2720a04186a7bdeb3e9543a832, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Portugiesisch', 'Brasilien', NULL, '2023-05-09 17:55:44.608', NULL), (0xa2bb9b2720a04186a7bdeb3e9543a832, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Portuguese', 'Brazil', NULL, '2023-05-09 17:55:44.608', NULL), (0xa3ab60426c284dd0a070561361ed71bb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Laotisch', 'Laos', NULL, '2023-05-09 17:55:44.606', NULL), (0xa3ab60426c284dd0a070561361ed71bb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Lao', 'Laos', NULL, '2023-05-09 17:55:44.605', NULL), (0xa476f8f447f44ffbafb058332e5800aa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mongolisch', 'Mongolei', NULL, '2023-05-09 17:55:44.606', NULL), (0xa476f8f447f44ffbafb058332e5800aa, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mongol', 'Mongolia', NULL, '2023-05-09 17:55:44.606', NULL), (0xa4e78ee788ac4bad9c99cd2513a7ac3c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Isländisch', 'Island', NULL, '2023-05-09 17:55:44.603', NULL), (0xa4e78ee788ac4bad9c99cd2513a7ac3c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Icelandic', 'Iceland', NULL, '2023-05-09 17:55:44.603', NULL), (0xa6e0a8c06d5045ef8781f581e6e725af, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kasachisch', 'Kasachstan', NULL, '2023-05-09 17:55:44.604', NULL), (0xa6e0a8c06d5045ef8781f581e6e725af, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kazakh', 'Kazakhstan', NULL, '2023-05-09 17:55:44.604', NULL), (0xa818e346f80d435b9d4dfeeb86674d3b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rumänisch', 'Rumänien', NULL, '2023-05-09 17:55:44.608', NULL), (0xa818e346f80d435b9d4dfeeb86674d3b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Romanian', 'Romania', NULL, '2023-05-09 17:55:44.608', NULL), (0xaab7d4f047ae43fabff00678bdb4a8bc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blin', 'Eritrea', NULL, '2023-05-09 17:55:44.595', NULL), (0xaab7d4f047ae43fabff00678bdb4a8bc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Blin', 'Eritrea', NULL, '2023-05-09 17:55:44.595', NULL), (0xab14bde3118144978f98d7fe5772f9ed, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Japanisch', 'Japan', NULL, '2023-05-09 17:55:44.604', NULL), (0xab14bde3118144978f98d7fe5772f9ed, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Japanese', 'Japan', NULL, '2023-05-09 17:55:44.604', NULL), (0xab95713217374f3bb39c5302eac83357, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afar', 'Dschibuti', NULL, '2023-05-09 17:55:44.592', NULL), (0xab95713217374f3bb39c5302eac83357, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Afar', 'Djibouti', NULL, '2023-05-09 17:55:44.592', NULL), (0xac794b4cfeed408698b21392045b0daf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Portugiesisch', 'Portugal', NULL, '2023-05-09 17:55:44.608', NULL), (0xac794b4cfeed408698b21392045b0daf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Portuguese', 'Portugal', NULL, '2023-05-09 17:55:44.608', NULL), (0xacb0dea207e64ee69378f6986a39329f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hausa', 'Niger', NULL, '2023-05-09 17:55:44.602', NULL), (0xacb0dea207e64ee69378f6986a39329f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hausa', 'Niger', NULL, '2023-05-09 17:55:44.602', NULL), (0xad2ef02032b3426db7b379edc80cecf7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Atsam', 'Nigeria', NULL, '2023-05-09 17:55:44.595', NULL), (0xad2ef02032b3426db7b379edc80cecf7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Atsam', 'Nigeria', NULL, '2023-05-09 17:55:44.595', NULL), (0xad33430c0d9a48a59e177738a6fe9b6f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Jordanien', NULL, '2023-05-09 17:55:44.593', NULL), (0xad33430c0d9a48a59e177738a6fe9b6f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Jordan', NULL, '2023-05-09 17:55:44.593', NULL), (0xadb0d1e63f964e549889286ba82b1fbe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Marshallinseln', NULL, '2023-05-09 17:55:44.598', NULL), (0xadb0d1e63f964e549889286ba82b1fbe, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Marshall Islands', NULL, '2023-05-09 17:55:44.598', NULL), (0xae17de3d0f1a4cfab49fde7a383c4b13, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Amerikanische Jungferninseln', NULL, '2023-05-09 17:55:44.598', NULL), (0xae17de3d0f1a4cfab49fde7a383c4b13, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'American Virgin Islands', NULL, '2023-05-09 17:55:44.598', NULL), (0xafd1dc8bd13448228683cc3b7553d856, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Kolumbien', NULL, '2023-05-09 17:55:44.599', NULL), (0xafd1dc8bd13448228683cc3b7553d856, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Colombia', NULL, '2023-05-09 17:55:44.599', NULL), (0xb001e8944207498cbc129a6420d53561, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Aserbaidschanisch', 'Aserbaidschan', NULL, '2023-05-09 17:55:44.595', NULL), (0xb001e8944207498cbc129a6420d53561, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Azerbaijani', 'Azerbaijan', NULL, '2023-05-09 17:55:44.595', NULL), (0xb10c05d283074577b7755d2532dfc4f6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Walisisch', 'Vereinigtes Königreich', NULL, '2023-05-09 17:55:44.596', NULL), (0xb10c05d283074577b7755d2532dfc4f6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Welsh', 'United Kingdom', NULL, '2023-05-09 17:55:44.596', NULL), (0xb309738d742a4636ba285248fc920c3d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bengalisch', 'Indien', NULL, '2023-05-09 17:55:44.595', NULL), (0xb309738d742a4636ba285248fc920c3d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bengali', 'India', NULL, '2023-05-09 17:55:44.595', NULL), (0xb4cfd1e0e4b946ce886d63a76fb88164, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hausa', 'Nigeria', NULL, '2023-05-09 17:55:44.602', NULL), (0xb4cfd1e0e4b946ce886d63a76fb88164, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hausa', 'Nigeria', NULL, '2023-05-09 17:55:44.602', NULL), (0xb56af0b2b4e14986a44c70e368e12c8f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Grönländisch', 'Grönland', NULL, '2023-05-09 17:55:44.604', NULL), (0xb56af0b2b4e14986a44c70e368e12c8f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Greenlandic', 'Greenland', NULL, '2023-05-09 17:55:44.604', NULL), (0xb5f32104c5064ad28b0cbf33f5d34d91, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Liechtenstein', NULL, '2023-05-09 17:55:44.596', NULL), (0xb5f32104c5064ad28b0cbf33f5d34d91, 0x8e6d712041cf4de1b4149dd70cf58df8, 'German', 'Liechtenstein', NULL, '2023-05-09 17:55:44.596', NULL), (0xb85670de8f514faa933ac1504fca018d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pandschabisch', 'Indien', NULL, '2023-05-09 17:55:44.608', NULL), (0xb85670de8f514faa933ac1504fca018d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Punjabi', 'India', NULL, '2023-05-09 17:55:44.608', NULL), (0xb9d4693c808d42a7af9131542f0d821a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Okzitanisch', 'Frankreich', NULL, '2023-05-09 17:55:44.607', NULL), (0xb9d4693c808d42a7af9131542f0d821a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Occitan', 'France', NULL, '2023-05-09 17:55:44.607', NULL), (0xbcc9b8e656ac4b7fa7c375eca8fd6055, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afrikaans', 'Namibia', NULL, '2023-05-09 17:55:44.593', NULL), (0xbcc9b8e656ac4b7fa7c375eca8fd6055, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Afrikaans', 'Namibia', NULL, '2023-05-09 17:55:44.593', NULL), (0xc0c332929d354eda8b08fbb5dbe00c1f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Oromo', 'Äthiopien', NULL, '2023-05-09 17:55:44.607', NULL), (0xc0c332929d354eda8b08fbb5dbe00c1f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Oromo', 'Ethiopia', NULL, '2023-05-09 17:55:44.607', NULL), (0xc2b051c4c716405dbac74be281fff173, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Pakistan', NULL, '2023-05-09 17:55:44.598', NULL), (0xc2b051c4c716405dbac74be281fff173, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Pakistan', NULL, '2023-05-09 17:55:44.598', NULL), (0xc334255ba3524633a9f81914943f1182, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Färöisch', 'Färöer', NULL, '2023-05-09 17:55:44.601', NULL), (0xc334255ba3524633a9f81914943f1182, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Faeroese', 'Faeroe Islands', NULL, '2023-05-09 17:55:44.601', NULL), (0xc34f0655c0364b19aaf54e89d86b7a38, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Orija', 'Indien', NULL, '2023-05-09 17:55:44.608', NULL); INSERT INTO `locale_translation` (`locale_id`, `language_id`, `name`, `territory`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xc34f0655c0364b19aaf54e89d86b7a38, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Orija', 'India', NULL, '2023-05-09 17:55:44.608', NULL), (0xc3d67ba3e5ec4985943dbeab472f2e98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Finnisch', 'Finnland', NULL, '2023-05-09 17:55:44.601', NULL), (0xc3d67ba3e5ec4985943dbeab472f2e98, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Finnish', 'Finland', NULL, '2023-05-09 17:55:44.601', NULL), (0xc49005ab96c849f381f7281cd4fdb12a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Schweiz', NULL, '2023-05-09 17:55:44.601', NULL), (0xc49005ab96c849f381f7281cd4fdb12a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French', 'Switzerland', NULL, '2023-05-09 17:55:44.601', NULL), (0xc53bd2a65b2c4c6b853a3eaa67ce514b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tyap', 'Nigeria', NULL, '2023-05-09 17:55:44.604', NULL), (0xc53bd2a65b2c4c6b853a3eaa67ce514b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tyap', 'Nigeria', NULL, '2023-05-09 17:55:44.604', NULL), (0xc6aa92b7a90f42c392e7c3095dcfa894, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Namibia', NULL, '2023-05-09 17:55:44.598', NULL), (0xc6aa92b7a90f42c392e7c3095dcfa894, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Namibia', NULL, '2023-05-09 17:55:44.598', NULL), (0xc911a88ac80f4a10a1cf20fb7ca972c7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Slowakisch', 'Slowakei', NULL, '2023-05-09 17:55:44.609', NULL), (0xc911a88ac80f4a10a1cf20fb7ca972c7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Slovak', 'Slovakia', NULL, '2023-05-09 17:55:44.609', NULL), (0xc92ffc588d384389a9fdbdedbd1b8de4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Paschtu', 'Afghanistan', NULL, '2023-05-09 17:55:44.608', NULL), (0xc92ffc588d384389a9fdbdedbd1b8de4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Pashto', 'Afghanistan', NULL, '2023-05-09 17:55:44.608', NULL), (0xcaac412115ab4eae9e0367c4d5be19f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Swazi', 'Swasiland', NULL, '2023-05-09 17:55:44.610', NULL), (0xcaac412115ab4eae9e0367c4d5be19f8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swazi', 'Swaziland', NULL, '2023-05-09 17:55:44.610', NULL), (0xcb1f492356c240e6b2cb41ede40dd282, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bengalisch', 'Bangladesch', NULL, '2023-05-09 17:55:44.595', NULL), (0xcb1f492356c240e6b2cb41ede40dd282, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bengali', 'Bangladesh', NULL, '2023-05-09 17:55:44.595', NULL), (0xcb979f42833d40a2b405624d8d83e6eb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Kanada', NULL, '2023-05-09 17:55:44.601', NULL), (0xcb979f42833d40a2b405624d8d83e6eb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French', 'Canada', NULL, '2023-05-09 17:55:44.601', NULL), (0xcbc2a87e729c403289315f4d77d12c58, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zulu', 'Südafrika', NULL, '2023-05-09 17:55:44.613', NULL), (0xcbc2a87e729c403289315f4d77d12c58, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Zulu', 'South Africa', NULL, '2023-05-09 17:55:44.613', NULL), (0xcc0fdd6149684fb8b05030b62fcfc79c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Dominikanische Republik', NULL, '2023-05-09 17:55:44.599', NULL), (0xcc0fdd6149684fb8b05030b62fcfc79c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Dominican Republic', NULL, '2023-05-09 17:55:44.599', NULL), (0xcce9204276c3438b8257a103875909f1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schweizerdeutsch', 'Schweiz', NULL, '2023-05-09 17:55:44.602', NULL), (0xcce9204276c3438b8257a103875909f1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swiss German', 'Switzerland', NULL, '2023-05-09 17:55:44.602', NULL), (0xcd4affc53b7b4f5aa39bd34947375bd8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Süd-Sotho-Sprache', 'Südafrika', NULL, '2023-05-09 17:55:44.610', NULL), (0xcd4affc53b7b4f5aa39bd34947375bd8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Southern Sotho Language', 'South Africa', NULL, '2023-05-09 17:55:44.610', NULL), (0xce24adc3a84d462b8990d14902c06d98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Estnisch', 'Estland', NULL, '2023-05-09 17:55:44.600', NULL), (0xce24adc3a84d462b8990d14902c06d98, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Estonian', 'Estonia', NULL, '2023-05-09 17:55:44.600', NULL), (0xd13d93e8b58a4586b326706f4bfc4def, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Malayalam', 'Indien', NULL, '2023-05-09 17:55:44.606', NULL), (0xd13d93e8b58a4586b326706f4bfc4def, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Malayalam', 'India', NULL, '2023-05-09 17:55:44.606', NULL), (0xd1f515d248d94e68ac13f23e33457171, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Urdu', 'Pakistan', NULL, '2023-05-09 17:55:44.612', NULL), (0xd1f515d248d94e68ac13f23e33457171, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Urdu', 'Pakistan', NULL, '2023-05-09 17:55:44.612', NULL), (0xd2538ea0f91f436a9e118abe01a6ff7e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Syrisch', 'Syrien', NULL, '2023-05-09 17:55:44.611', NULL), (0xd2538ea0f91f436a9e118abe01a6ff7e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Syriac', 'Syria', NULL, '2023-05-09 17:55:44.611', NULL), (0xd30c3259fab34631801e935a666299f0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Xhosa', 'Südafrika', NULL, '2023-05-09 17:55:44.613', NULL), (0xd30c3259fab34631801e935a666299f0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Xhosa', 'South Africa', NULL, '2023-05-09 17:55:44.613', NULL), (0xd32bc691833a4797ad2a1db96510ceb7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afar', 'Äthiopien', NULL, '2023-05-09 17:55:44.593', NULL), (0xd32bc691833a4797ad2a1db96510ceb7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Afar', 'Ethiopia', NULL, '2023-05-09 17:55:44.593', NULL), (0xd3e8283c4bad4a418378adc8cbdd6dcb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Algerien', NULL, '2023-05-09 17:55:44.593', NULL), (0xd3e8283c4bad4a418378adc8cbdd6dcb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Algeria', NULL, '2023-05-09 17:55:44.593', NULL), (0xd4774bb6b42e4193a298a052d879583e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norwegisch Nynorsk', 'Norwegen', NULL, '2023-05-09 17:55:44.607', NULL), (0xd4774bb6b42e4193a298a052d879583e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Norwegian Nynorsk', 'Norway', NULL, '2023-05-09 17:55:44.607', NULL), (0xd51ed836bab94128b588539785744f58, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Bahrain', NULL, '2023-05-09 17:55:44.593', NULL), (0xd51ed836bab94128b588539785744f58, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Bahrain', NULL, '2023-05-09 17:55:44.593', NULL), (0xd661fb44843d468ab41bd6bebfecad2d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Deutsch', 'Deutschland', NULL, '2023-05-09 17:55:44.587', NULL), (0xd661fb44843d468ab41bd6bebfecad2d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'German', 'Germany', NULL, '2023-05-09 17:55:44.584', NULL), (0xd68e9cbbf1144d12b70414de6e8424a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Belgien', NULL, '2023-05-09 17:55:44.601', NULL), (0xd68e9cbbf1144d12b70414de6e8424a6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French', 'Belgium', NULL, '2023-05-09 17:55:44.601', NULL), (0xd86802571180486ab1d7487b5cbe6af5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Walamo-Sprache', 'Äthiopien', NULL, '2023-05-09 17:55:44.612', NULL), (0xd86802571180486ab1d7487b5cbe6af5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Walamo Language', 'Ethiopia', NULL, '2023-05-09 17:55:44.612', NULL), (0xd9ce669eed5b45a58ec73f5787e85a7f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sanskrit', 'Indien', NULL, '2023-05-09 17:55:44.609', NULL), (0xd9ce669eed5b45a58ec73f5787e85a7f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sanskrit', 'India', NULL, '2023-05-09 17:55:44.609', NULL), (0xdc2f1c22cf184b5da08ed4166db1b32c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Vereinigte Staaten', NULL, '2023-05-09 17:55:44.598', NULL), (0xdc2f1c22cf184b5da08ed4166db1b32c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'United States', NULL, '2023-05-09 17:55:44.598', NULL), (0xdc344a6dadc5403580dfa8681b057fa1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Paraguay', NULL, '2023-05-09 17:55:44.600', NULL), (0xdc344a6dadc5403580dfa8681b057fa1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Paraguay', NULL, '2023-05-09 17:55:44.600', NULL), (0xddac905da557495195b88060cbb61fae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hausa', 'Ghana', NULL, '2023-05-09 17:55:44.602', NULL), (0xddac905da557495195b88060cbb61fae, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hausa', 'Ghana', NULL, '2023-05-09 17:55:44.602', NULL), (0xde51d10a35a24fc28a35f202a0f42640, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Italienisch', 'Italien', NULL, '2023-05-09 17:55:44.604', NULL), (0xde51d10a35a24fc28a35f202a0f42640, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Italian', 'Italy', NULL, '2023-05-09 17:55:44.604', NULL), (0xdf2f34b4f16147cabe5baa05f0243053, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Argentinien', NULL, '2023-05-09 17:55:44.599', NULL), (0xdf2f34b4f16147cabe5baa05f0243053, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Argentina', NULL, '2023-05-09 17:55:44.599', NULL), (0xe0a05c557d6a495a912814e9506009ce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Hawaiisch', 'Vereinigte Staaten', NULL, '2023-05-09 17:55:44.603', NULL), (0xe0a05c557d6a495a912814e9506009ce, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Hawaiian', 'United States', NULL, '2023-05-09 17:55:44.603', NULL), (0xe17b4bceb82a4d7d97dc42617c69b9b8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Französisch', 'Monaco', NULL, '2023-05-09 17:55:44.601', NULL), (0xe17b4bceb82a4d7d97dc42617c69b9b8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'French', 'Monaco', NULL, '2023-05-09 17:55:44.601', NULL), (0xe2b63097d33546e6a5fbbd5560f10eb4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Philippinen', NULL, '2023-05-09 17:55:44.598', NULL), (0xe2b63097d33546e6a5fbbd5560f10eb4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Philippines', NULL, '2023-05-09 17:55:44.598', NULL), (0xe395e6ac51d446568ba5c3eef38e67dd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Katar', NULL, '2023-05-09 17:55:44.594', NULL), (0xe395e6ac51d446568ba5c3eef38e67dd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Qatar', NULL, '2023-05-09 17:55:44.594', NULL), (0xe408750d5877405bbaf71077b17144f1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Venezuela', NULL, '2023-05-09 17:55:44.600', NULL), (0xe408750d5877405bbaf71077b17144f1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Venezuela', NULL, '2023-05-09 17:55:44.600', NULL), (0xe473b2f39dcf4f46887666bbb35963c0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kannada', 'Indien', NULL, '2023-05-09 17:55:44.604', NULL), (0xe473b2f39dcf4f46887666bbb35963c0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kannada', 'India', NULL, '2023-05-09 17:55:44.604', NULL), (0xe5d07558bbcc4abba0ca53c7f0dd2205, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tibetisch', 'Indien', NULL, '2023-05-09 17:55:44.595', NULL), (0xe5d07558bbcc4abba0ca53c7f0dd2205, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tibetan', 'India', NULL, '2023-05-09 17:55:44.595', NULL), (0xe81617f28e0b41228b4db13b5529d470, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Schwedisch', 'Finnland', NULL, '2023-05-09 17:55:44.610', NULL), (0xe81617f28e0b41228b4db13b5529d470, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Swedish', 'Finland', NULL, '2023-05-09 17:55:44.610', NULL), (0xebe0d4b8a1ce4b26822a992f4ad6fa8e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Nördliche Marianen', NULL, '2023-05-09 17:55:44.598', NULL), (0xebe0d4b8a1ce4b26822a992f4ad6fa8e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'Northern Mariana Islands', NULL, '2023-05-09 17:55:44.598', NULL), (0xed3fd6d895ed4da19ff775c323a66858, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nord-Samisch', 'Norwegen', NULL, '2023-05-09 17:55:44.609', NULL), (0xed3fd6d895ed4da19ff775c323a66858, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Northen Samian', 'Norway', NULL, '2023-05-09 17:55:44.609', NULL), (0xed8b5975907447acb837c51237f76b52, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Afrikaans', 'Südafrika', NULL, '2023-05-09 17:55:44.593', NULL), (0xed8b5975907447acb837c51237f76b52, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Afrikaans', 'South Africa', NULL, '2023-05-09 17:55:44.593', NULL), (0xedcb3f5d20aa47089407d0f1f2b08fe0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbisch', 'Montenegro', NULL, '2023-05-09 17:55:44.610', NULL), (0xedcb3f5d20aa47089407d0f1f2b08fe0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Serbian', 'Montenegro', NULL, '2023-05-09 17:55:44.610', NULL), (0xef4b5b7c0f5141ac81705a608c7d9ab9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Maledivisch', 'Malediven', NULL, '2023-05-09 17:55:44.596', NULL), (0xef4b5b7c0f5141ac81705a608c7d9ab9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Maldivian', 'Maldive Islands', NULL, '2023-05-09 17:55:44.596', NULL), (0xefad8d7ead984f0d98d5df4a09688cf9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niederländisch', 'Belgien', NULL, '2023-05-09 17:55:44.607', NULL), (0xefad8d7ead984f0d98d5df4a09688cf9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Dutch', 'Belgium', NULL, '2023-05-09 17:55:44.607', NULL), (0xf033711340084688a613f67aa32f4235, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Manx', 'Vereinigtes Königreich', NULL, '2023-05-09 17:55:44.602', NULL), (0xf033711340084688a613f67aa32f4235, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Manx', 'United Kingdom', NULL, '2023-05-09 17:55:44.602', NULL), (0xf129d9380d0a4c32a86e947bb5d3670d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kurdisch', 'Syrien', NULL, '2023-05-09 17:55:44.605', NULL), (0xf129d9380d0a4c32a86e947bb5d3670d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kurdish', 'Syria', NULL, '2023-05-09 17:55:44.605', NULL), (0xf135c3b6bfea428f8f2394fac77d726d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Akan', 'Ghana', NULL, '2023-05-09 17:55:44.593', NULL), (0xf135c3b6bfea428f8f2394fac77d726d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Akan', 'Ghana', NULL, '2023-05-09 17:55:44.593', NULL), (0xf146d292277c465aa61271df15bb8c46, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbo-Kroatisch', 'Bosnien und Herzegowina', NULL, '2023-05-09 17:55:44.609', NULL), (0xf146d292277c465aa61271df15bb8c46, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Serbo-Croat', 'Bosnia and Herzegovina', NULL, '2023-05-09 17:55:44.609', NULL), (0xf1da1c47f3d645439ece359b9574ce54, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Norwegisch Bokmål', 'Norwegen', NULL, '2023-05-09 17:55:44.607', NULL), (0xf1da1c47f3d645439ece359b9574ce54, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Norwegian Bokmål', 'Norway', NULL, '2023-05-09 17:55:44.606', NULL), (0xf2131ba24e7549348959e48d5bc6edca, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'Costa Rica', NULL, '2023-05-09 17:55:44.599', NULL), (0xf2131ba24e7549348959e48d5bc6edca, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'Costa Rica', NULL, '2023-05-09 17:55:44.599', NULL), (0xf27f4ab38e1343be88b4a59efc9def53, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Somali', 'Kenia', NULL, '2023-05-09 17:55:44.609', NULL), (0xf27f4ab38e1343be88b4a59efc9def53, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Somali', 'Kenya', NULL, '2023-05-09 17:55:44.609', NULL), (0xf2985e43cc7b46f69f4d2cd78906565b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Geez', 'Eritrea', NULL, '2023-05-09 17:55:44.602', NULL), (0xf2985e43cc7b46f69f4d2cd78906565b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Geez', 'Eritrea', NULL, '2023-05-09 17:55:44.602', NULL), (0xf3c65c91e93545188374aeb2650b21be, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Niederländisch', 'Niederlande', NULL, '2023-05-09 17:55:44.607', NULL), (0xf3c65c91e93545188374aeb2650b21be, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Dutch', 'Netherlands', NULL, '2023-05-09 17:55:44.607', NULL), (0xf3ebe4d5a58d42d4b82e81033f3040b1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Englisch', 'Indien', NULL, '2023-05-09 17:55:44.597', NULL), (0xf3ebe4d5a58d42d4b82e81033f3040b1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'English', 'India', NULL, '2023-05-09 17:55:44.597', NULL), (0xf4348fa83ed7471d87ec920673eb2f02, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Spanisch', 'El Salvador', NULL, '2023-05-09 17:55:44.600', NULL), (0xf4348fa83ed7471d87ec920673eb2f02, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Spanish', 'El Salvador', NULL, '2023-05-09 17:55:44.600', NULL), (0xf51c507c69bc429e8d8ece57407b5b95, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Tigre', 'Eritrea', NULL, '2023-05-09 17:55:44.611', NULL), (0xf51c507c69bc429e8d8ece57407b5b95, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Tigre', 'Eritrea', NULL, '2023-05-09 17:55:44.611', NULL), (0xf5bd19bbe31e461fb4a2a0f4d67e2b68, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Usbekisch', 'Afghanistan', NULL, '2023-05-09 17:55:44.612', NULL), (0xf5bd19bbe31e461fb4a2a0f4d67e2b68, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Uzbek', 'Afghanistan', NULL, '2023-05-09 17:55:44.612', NULL), (0xf65c63d1e0074d729300c88a178dcfde, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Kuwait', NULL, '2023-05-09 17:55:44.594', NULL), (0xf65c63d1e0074d729300c88a178dcfde, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Kuwait', NULL, '2023-05-09 17:55:44.594', NULL), (0xf68d2590f44a4e84831d5c15107907c2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Süd-Sotho-Sprache', 'Lesotho', NULL, '2023-05-09 17:55:44.610', NULL), (0xf68d2590f44a4e84831d5c15107907c2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Southern Sotho Language', 'Lesotho', NULL, '2023-05-09 17:55:44.610', NULL), (0xf7d8de8dea3340e0a845e5a5928df8dd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Serbisch', 'Serbien', NULL, '2023-05-09 17:55:44.610', NULL), (0xf7d8de8dea3340e0a845e5a5928df8dd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Serbian', 'Serbia', NULL, '2023-05-09 17:55:44.610', NULL), (0xfa460ca998eb411fbffdc89b76338939, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nepalesisch', 'Indien', NULL, '2023-05-09 17:55:44.607', NULL), (0xfa460ca998eb411fbffdc89b76338939, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nepalese', 'India', NULL, '2023-05-09 17:55:44.607', NULL), (0xfa686f1d41d5460fa0820f62329cb831, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bulgarisch', 'Bulgarien', NULL, '2023-05-09 17:55:44.595', NULL), (0xfa686f1d41d5460fa0820f62329cb831, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bulgarian', 'Bulgaria', NULL, '2023-05-09 17:55:44.595', NULL), (0xfde9f69195474b0eaf90dde1ccc05e01, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Arabisch', 'Jemen', NULL, '2023-05-09 17:55:44.594', NULL), (0xfde9f69195474b0eaf90dde1ccc05e01, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Arabic', 'Yemen', NULL, '2023-05-09 17:55:44.594', NULL), (0xff34f3a49e794f13b6aa6ac6883a67d4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kornisch', 'Vereinigtes Königreich', NULL, '2023-05-09 17:55:44.605', NULL), (0xff34f3a49e794f13b6aa6ac6883a67d4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cornish', 'United Kingdom', NULL, '2023-05-09 17:55:44.605', NULL), (0xff40c6205c7d47eaa00efbcf2d8bf180, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Friulisch', 'Italien', NULL, '2023-05-09 17:55:44.602', NULL), (0xff40c6205c7d47eaa00efbcf2d8bf180, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Friulian', 'Italy', NULL, '2023-05-09 17:55:44.602', NULL), (0xff5e3afd8cbe4047b66cea0e97af638b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Chinesisch', 'China', NULL, '2023-05-09 17:55:44.613', NULL), (0xff5e3afd8cbe4047b66cea0e97af638b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Chinese', 'China', NULL, '2023-05-09 17:55:44.613', NULL), (0xff8a184938af40be86ba687cf1ac703c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kurdisch', 'Iran', NULL, '2023-05-09 17:55:44.605', NULL), (0xff8a184938af40be86ba687cf1ac703c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Kurdish', 'Iran', NULL, '2023-05-09 17:55:44.605', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `log_entry` -- CREATE TABLE `log_entry` ( `id` binary(16) NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `level` smallint NOT NULL, `channel` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `context` json DEFAULT NULL, `extra` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `log_entry` -- INSERT INTO `log_entry` (`id`, `message`, `level`, `channel`, `context`, `extra`, `created_at`, `updated_at`) VALUES (0x44f5a38451184592b6fe150b6fe0a434, 'mail.sent', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"subject\": \"Deine Registrierung bei Toner Aktuell\", \"contents\": {\"text/html\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n <p>\\n Sehr geehrter Herr Max Mustermann,<br/>\\n <br/>\\n vielen Dank für Ihre Anmeldung in unserem Shop.<br/>\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse <strong>test@example.com</strong> und dem von Ihnen gewählten Kennwort.<br/>\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n </p>\\n </div>\", \"text/plain\": \"Sehr geehrter Herr Max Mustermann,\\n\\n vielen Dank für Ihre Anmeldung in unserem Shop.\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse test@example.com und dem von Ihnen gewählten Kennwort.\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n\"}, \"eventName\": \"checkout.customer.register\", \"recipients\": {\"test@example.com\": \"Max Mustermann\"}}}', '[]', '2023-05-09 15:05:02.678', NULL), (0x654500e0ecd74caa9eee4d9bc4e826de, 'checkout.customer.register', 100, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": []}', '[]', '2023-05-09 15:05:02.679', NULL), (0x7b640b8ea374488d95fb08de0d763e28, 'mail.after.create.message', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"data\": {\"subject\": \"Deine Registrierung bei Toner Aktuell\", \"mediaIds\": [], \"recipients\": {\"test@example.com\": \"Max Mustermann\"}, \"senderName\": \"Toner Aktuell\", \"templateId\": \"4b5575602d4a4affb3d54cd132765c8b\", \"contentHtml\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n <p>\\n {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},<br/>\\n <br/>\\n vielen Dank für Ihre Anmeldung in unserem Shop.<br/>\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse <strong>{{ customer.email }}</strong> und dem von Ihnen gewählten Kennwort.<br/>\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n </p>\\n </div>\", \"contentPlain\": \"{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\\n\\n vielen Dank für Ihre Anmeldung in unserem Shop.\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse {{ customer.email }} und dem von Ihnen gewählten Kennwort.\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n\", \"customFields\": null, \"salesChannelId\": \"05b03c671cf8409aa4084628de7ce7f8\", \"attachmentsConfig\": {}}, \"message\": {}, \"eventName\": \"checkout.customer.register\"}}', '[]', '2023-05-09 15:05:02.675', NULL), (0xdb731442493b4eb8b5d81c26ec82cb9e, 'mail.before.send', 200, 'business_events', '{\"source\": \"core\", \"environment\": \"prod\", \"additionalData\": {\"data\": {\"subject\": \"Deine Registrierung bei {{ salesChannel.name }}\", \"mediaIds\": [], \"recipients\": {\"test@example.com\": \"Max Mustermann\"}, \"senderName\": \"{{ salesChannel.name }}\", \"templateId\": \"4b5575602d4a4affb3d54cd132765c8b\", \"contentHtml\": \"<div style=\\\"font-family:arial; font-size:12px;\\\">\\n <p>\\n {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},<br/>\\n <br/>\\n vielen Dank für Ihre Anmeldung in unserem Shop.<br/>\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse <strong>{{ customer.email }}</strong> und dem von Ihnen gewählten Kennwort.<br/>\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n </p>\\n </div>\", \"contentPlain\": \"{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\\n\\n vielen Dank für Ihre Anmeldung in unserem Shop.\\n Sie erhalten Zugriff über Ihre E-Mail-Adresse {{ customer.email }} und dem von Ihnen gewählten Kennwort.\\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\\n\", \"customFields\": null, \"salesChannelId\": \"05b03c671cf8409aa4084628de7ce7f8\", \"attachmentsConfig\": {}}, \"eventName\": \"checkout.customer.register\", \"templateData\": {\"customer\": {\"id\": \"6c97534c2c0747f39e8751e43cb2b013\", \"hash\": null, \"tags\": null, \"email\": \"test@example.com\", \"group\": null, \"guest\": false, \"title\": null, \"active\": true, \"tagIds\": null, \"vatIds\": null, \"company\": null, \"groupId\": \"cfbd5018d38d41d8adca10d94fc8bdd6\", \"birthday\": \"1996-06-06T00:00:00.000+00:00\", \"language\": null, \"lastName\": \"Mustermann\", \"password\": \"$2y$10$qYoCQe2r3h/tiGIqwsq7YuuKBGCEmgtM/U4v182xtKDrFv5vSNFJO\", \"addresses\": null, \"createdAt\": \"2023-05-09T15:04:59.221+00:00\", \"createdBy\": null, \"firstName\": \"Max\", \"lastLogin\": \"2019-06-12T07:13:39.641+00:00\", \"updatedAt\": null, \"updatedBy\": null, \"versionId\": null, \"wishlists\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"firstLogin\": null, \"languageId\": \"2fbb5fe2e29a4d70aa5854ce7ce3e20b\", \"newsletter\": false, \"orderCount\": 0, \"promotions\": null, \"salutation\": {\"id\": \"eca4b62e423b4d13a55035472b0d9675\", \"createdAt\": \"2023-05-09T17:55:44.678+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrter Herr\", \"translated\": {\"letterName\": \"Sehr geehrter Herr\", \"displayName\": \"Herr\", \"customFields\": []}, \"displayName\": \"Herr\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mr\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"eca4b62e423b4d13a55035472b0d9675\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"createdById\": \"4fb0a06161984226b96d50f2e9b58b6d\", \"updatedById\": null, \"campaignCode\": null, \"customFields\": null, \"salesChannel\": null, \"salutationId\": \"eca4b62e423b4d13a55035472b0d9675\", \"affiliateCode\": null, \"autoIncrement\": 1, \"lastOrderDate\": null, \"legacyEncoder\": null, \"remoteAddress\": null, \"customerNumber\": \"SWDEMO10000\", \"legacyPassword\": null, \"orderCustomers\": null, \"productReviews\": null, \"requestedGroup\": null, \"salesChannelId\": \"05b03c671cf8409aa4084628de7ce7f8\", \"orderTotalAmount\": 0, \"recoveryCustomer\": null, \"requestedGroupId\": null, \"_uniqueIdentifier\": \"6c97534c2c0747f39e8751e43cb2b013\", \"boundSalesChannel\": null, \"lastPaymentMethod\": null, \"boundSalesChannelId\": null, \"lastPaymentMethodId\": null, \"activeBillingAddress\": {\"id\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"city\": \"Musterstadt\", \"title\": null, \"street\": \"Musterstraße 1\", \"company\": null, \"country\": {\"id\": \"00632582112d48f9973b4533695c0a98\", \"iso\": \"QA\", \"iso3\": \"QAT\", \"name\": \"Katar\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 10, \"taxRules\": null, \"createdAt\": \"2023-05-09T17:55:55.211+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Katar\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": null, \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"00632582112d48f9973b4533695c0a98\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": null, \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"zipcode\": \"12345\", \"customer\": null, \"lastName\": \"Mustermann\", \"countryId\": \"00632582112d48f9973b4533695c0a98\", \"createdAt\": \"2023-05-09T15:04:59.219+00:00\", \"firstName\": \"Max\", \"updatedAt\": null, \"versionId\": null, \"customerId\": \"6c97534c2c0747f39e8751e43cb2b013\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"eca4b62e423b4d13a55035472b0d9675\", \"createdAt\": \"2023-05-09T17:55:44.678+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrter Herr\", \"translated\": {\"letterName\": \"Sehr geehrter Herr\", \"displayName\": \"Herr\", \"customFields\": []}, \"displayName\": \"Herr\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mr\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"eca4b62e423b4d13a55035472b0d9675\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"eca4b62e423b4d13a55035472b0d9675\", \"countryStateId\": null, \"_uniqueIdentifier\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, \"defaultPaymentMethod\": {\"id\": \"147cc1c839ed4620b4a9b20f9fd8c880\", \"name\": \"Nachnahme\", \"media\": null, \"active\": true, \"plugin\": null, \"mediaId\": null, \"pluginId\": null, \"position\": 1, \"prepared\": false, \"createdAt\": \"2023-05-09T17:55:45.360+00:00\", \"customers\": null, \"shortName\": \"cash_payment\", \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"refundable\": false, \"translated\": {\"name\": \"Nachnahme\", \"description\": \"Zahlung bei Erhalt der Ware.\", \"customFields\": [], \"distinguishableName\": \"Nachnahme\"}, \"description\": \"Zahlung bei Erhalt der Ware.\", \"synchronous\": true, \"asynchronous\": false, \"customFields\": null, \"translations\": null, \"salesChannels\": null, \"appPaymentMethod\": null, \"availabilityRule\": null, \"_uniqueIdentifier\": \"147cc1c839ed4620b4a9b20f9fd8c880\", \"afterOrderEnabled\": true, \"handlerIdentifier\": \"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\", \"orderTransactions\": null, \"availabilityRuleId\": null, \"distinguishableName\": \"Nachnahme\", \"formattedHandlerIdentifier\": \"handler_shopware_cashpayment\", \"salesChannelDefaultAssignments\": null}, \"activeShippingAddress\": {\"id\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"city\": \"Musterstadt\", \"title\": null, \"street\": \"Musterstraße 1\", \"company\": null, \"country\": {\"id\": \"00632582112d48f9973b4533695c0a98\", \"iso\": \"QA\", \"iso3\": \"QAT\", \"name\": \"Katar\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 10, \"taxRules\": null, \"createdAt\": \"2023-05-09T17:55:55.211+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Katar\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": null, \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"00632582112d48f9973b4533695c0a98\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": null, \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"zipcode\": \"12345\", \"customer\": null, \"lastName\": \"Mustermann\", \"countryId\": \"00632582112d48f9973b4533695c0a98\", \"createdAt\": \"2023-05-09T15:04:59.219+00:00\", \"firstName\": \"Max\", \"updatedAt\": null, \"versionId\": null, \"customerId\": \"6c97534c2c0747f39e8751e43cb2b013\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"eca4b62e423b4d13a55035472b0d9675\", \"createdAt\": \"2023-05-09T17:55:44.678+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrter Herr\", \"translated\": {\"letterName\": \"Sehr geehrter Herr\", \"displayName\": \"Herr\", \"customFields\": []}, \"displayName\": \"Herr\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mr\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"eca4b62e423b4d13a55035472b0d9675\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"eca4b62e423b4d13a55035472b0d9675\", \"countryStateId\": null, \"_uniqueIdentifier\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, \"defaultBillingAddress\": {\"id\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"city\": \"Musterstadt\", \"title\": null, \"street\": \"Musterstraße 1\", \"company\": null, \"country\": {\"id\": \"00632582112d48f9973b4533695c0a98\", \"iso\": \"QA\", \"iso3\": \"QAT\", \"name\": \"Katar\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 10, \"taxRules\": null, \"createdAt\": \"2023-05-09T17:55:55.211+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Katar\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": null, \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"00632582112d48f9973b4533695c0a98\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": null, \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"zipcode\": \"12345\", \"customer\": null, \"lastName\": \"Mustermann\", \"countryId\": \"00632582112d48f9973b4533695c0a98\", \"createdAt\": \"2023-05-09T15:04:59.219+00:00\", \"firstName\": \"Max\", \"updatedAt\": null, \"versionId\": null, \"customerId\": \"6c97534c2c0747f39e8751e43cb2b013\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"eca4b62e423b4d13a55035472b0d9675\", \"createdAt\": \"2023-05-09T17:55:44.678+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrter Herr\", \"translated\": {\"letterName\": \"Sehr geehrter Herr\", \"displayName\": \"Herr\", \"customFields\": []}, \"displayName\": \"Herr\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mr\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"eca4b62e423b4d13a55035472b0d9675\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"eca4b62e423b4d13a55035472b0d9675\", \"countryStateId\": null, \"_uniqueIdentifier\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, \"defaultPaymentMethodId\": \"147cc1c839ed4620b4a9b20f9fd8c880\", \"defaultShippingAddress\": {\"id\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"city\": \"Musterstadt\", \"title\": null, \"street\": \"Musterstraße 1\", \"company\": null, \"country\": {\"id\": \"00632582112d48f9973b4533695c0a98\", \"iso\": \"QA\", \"iso3\": \"QAT\", \"name\": \"Katar\", \"active\": true, \"states\": null, \"taxFree\": false, \"position\": 10, \"taxRules\": null, \"createdAt\": \"2023-05-09T17:55:55.211+00:00\", \"updatedAt\": null, \"versionId\": null, \"companyTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"translated\": {\"name\": \"Katar\", \"customFields\": [], \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]]}, \"customerTax\": {\"amount\": 0, \"enabled\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\", \"extensions\": []}, \"customFields\": null, \"translations\": null, \"vatIdPattern\": null, \"addressFormat\": [[\"address/company\", \"symbol/dash\", \"address/department\"], [\"address/first_name\", \"address/last_name\"], [\"address/street\"], [\"address/zipcode\", \"address/city\"], [\"address/country\"]], \"salesChannels\": null, \"vatIdRequired\": false, \"companyTaxFree\": false, \"orderAddresses\": null, \"_uniqueIdentifier\": \"00632582112d48f9973b4533695c0a98\", \"checkVatIdPattern\": false, \"customerAddresses\": null, \"shippingAvailable\": true, \"postalCodeRequired\": false, \"checkPostalCodePattern\": false, \"currencyCountryRoundings\": null, \"defaultPostalCodePattern\": null, \"forceStateInRegistration\": false, \"advancedPostalCodePattern\": null, \"displayStateInRegistration\": false, \"checkAdvancedPostalCodePattern\": false, \"salesChannelDefaultAssignments\": null}, \"zipcode\": \"12345\", \"customer\": null, \"lastName\": \"Mustermann\", \"countryId\": \"00632582112d48f9973b4533695c0a98\", \"createdAt\": \"2023-05-09T15:04:59.219+00:00\", \"firstName\": \"Max\", \"updatedAt\": null, \"versionId\": null, \"customerId\": \"6c97534c2c0747f39e8751e43cb2b013\", \"department\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}}, \"salutation\": {\"id\": \"eca4b62e423b4d13a55035472b0d9675\", \"createdAt\": \"2023-05-09T17:55:44.678+00:00\", \"customers\": null, \"updatedAt\": null, \"versionId\": null, \"extensions\": {\"foreignKeys\": {\"apiAlias\": null, \"extensions\": []}, \"internal_mapping_storage\": {\"apiAlias\": null, \"extensions\": []}}, \"letterName\": \"Sehr geehrter Herr\", \"translated\": {\"letterName\": \"Sehr geehrter Herr\", \"displayName\": \"Herr\", \"customFields\": []}, \"displayName\": \"Herr\", \"customFields\": null, \"translations\": null, \"salutationKey\": \"mr\", \"orderAddresses\": null, \"orderCustomers\": null, \"_uniqueIdentifier\": \"eca4b62e423b4d13a55035472b0d9675\", \"customerAddresses\": null, \"newsletterRecipients\": null}, \"translated\": [], \"phoneNumber\": null, \"countryState\": null, \"customFields\": null, \"salutationId\": \"eca4b62e423b4d13a55035472b0d9675\", \"countryStateId\": null, \"_uniqueIdentifier\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"additionalAddressLine1\": null, \"additionalAddressLine2\": null}, \"doubleOptInConfirmDate\": null, \"defaultBillingAddressId\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"doubleOptInRegistration\": false, \"defaultShippingAddressId\": \"d8f0dff7ef3947979a83c42f6509f22c\", \"doubleOptInEmailSentDate\": null, \"newsletterSalesChannelIds\": null}, \"eventName\": \"checkout.customer.register\"}}}', '[]', '2023-05-09 15:05:02.668', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_header_footer` -- CREATE TABLE `mail_header_footer` ( `id` binary(16) NOT NULL, `system_default` tinyint UNSIGNED NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `mail_header_footer` -- INSERT INTO `mail_header_footer` (`id`, `system_default`, `created_at`, `updated_at`) VALUES (0xaff4416c27aa482fa9e741dcb5191cb2, 0, '2023-05-09 17:56:07.642', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_header_footer_translation` -- CREATE TABLE `mail_header_footer_translation` ( `mail_header_footer_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `header_html` longtext COLLATE utf8mb4_unicode_ci, `header_plain` longtext COLLATE utf8mb4_unicode_ci, `footer_html` longtext COLLATE utf8mb4_unicode_ci, `footer_plain` longtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `mail_header_footer_translation` -- INSERT INTO `mail_header_footer_translation` (`mail_header_footer_id`, `language_id`, `name`, `description`, `header_html`, `header_plain`, `footer_html`, `footer_plain`, `created_at`, `updated_at`) VALUES (0xaff4416c27aa482fa9e741dcb5191cb2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard-E-Mail-Fußzeile', 'Standard-E-Mail-Fußzeile basierend auf den Stammdaten', NULL, NULL, '<div style=\"font-family:arial; font-size:12px;\">\n Adresse:<br>\n {{ config(\'core.basicInformation.address\')|raw }}\n <br>\n Bankverbindung:<br>\n {{ config(\'core.basicInformation.bankAccount\')|raw }}\n</div>\n', '\n\n Addresse:\n {{ config(\'core.basicInformation.address\')|striptags(\'<br>\')|replace({\"<br>\":\"\\n\"}) }}\n\n Bankverbindung:\n {{ config(\'core.basicInformation.bankAccount\')|striptags(\'<br>\')|replace({\"<br>\":\"\\n\"}) }}\n', '2023-05-09 17:56:07.652', NULL), (0xaff4416c27aa482fa9e741dcb5191cb2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default email footer', 'Default email footer derived from basic information', NULL, NULL, '<div style=\"font-family:arial; font-size:12px;\">\n Address:<br>\n {{ config(\'core.basicInformation.address\')|raw }}\n <br>\n Bank account:<br>\n {{ config(\'core.basicInformation.bankAccount\')|raw }}\n</div>\n', '\n\n Address:\n {{ config(\'core.basicInformation.address\')|striptags }}\n\n Bank account:\n {{ config(\'core.basicInformation.bankAccount\')|striptags }}\n', '2023-05-09 17:56:07.651', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template` -- CREATE TABLE `mail_template` ( `id` binary(16) NOT NULL, `mail_template_type_id` binary(16) DEFAULT NULL, `system_default` tinyint UNSIGNED NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `mail_template` -- INSERT INTO `mail_template` (`id`, `mail_template_type_id`, `system_default`, `created_at`, `updated_at`) VALUES (0x0e66761e6bc94aaeab9a982dc4f3570e, 0x3cf8a5d21e3c429ea9c76e92ed748727, 1, '2023-05-09 17:56:10.563', NULL), (0x2644592909814475ad9114567a464b85, 0xa36ca58c4a2749c0aee1424a5c73ea8b, 1, '2023-05-09 17:56:10.553', NULL), (0x3c7d895975144be58b8aa25a023a8f50, 0xf68a191e114940ff9a54f705863846c2, 1, '2023-05-09 17:55:50.047', NULL), (0x427e8f0068314a658201ee46c5179428, 0x208134d4ea654383997211861b618feb, 1, '2023-05-09 17:55:49.792', NULL), (0x43f4c2653e99489586f2f8cfe9791326, 0x1306758fbbda4e088b4debbc36df8afd, 1, '2023-05-09 17:55:49.772', NULL), (0x47768bcb498c45e28771e5fa30a86076, 0xd35d28345dac48ce94ac515d96547b50, 1, '2023-05-09 17:55:49.796', NULL), (0x4b41a7dca42a489bbe1149165cea1b48, 0xd9352897d7a1440fa6d48308dfca95bb, 1, '2023-05-09 17:55:47.083', NULL), (0x4b5575602d4a4affb3d54cd132765c8b, 0x547a03e98b544fcf92319a177b09a4e4, 1, '2023-05-09 17:55:45.632', NULL), (0x4e2f9760d25e4a9b89d1a7135817ae30, 0xaee4e18d46b9473baa459877311bc62b, 1, '2023-05-09 17:55:49.816', NULL), (0x6458f9593b604cb9b9e5abeac635cdff, 0x430e73d8108c487dae052ef5a8e9321d, 1, '2023-05-09 17:56:10.544', NULL), (0x661a7036d00f4afcbcb6d1247d01ae93, 0x4c29789f6ee948108a65985d0c937f7b, 1, '2023-05-09 17:55:49.786', NULL), (0x799036e30f7d4981b9cb983cc3c0261b, 0x0f48467685f84d9283b2cde54c911de8, 1, '2023-05-09 17:55:58.561', NULL), (0x8153f60b39bb40edb10f736388d8f909, 0xacf068fac6024b0eb48678718552fec2, 1, '2023-05-09 17:55:45.571', NULL), (0x90a95983fa194e4bb641b518db440e82, 0x7f5a526861c8404ca64696480c4810a4, 1, '2023-05-09 17:56:14.445', NULL), (0x9198a805831441f6a1ff01cb16faaaf2, 0xe6d87eb4267a41ef8ec4d0b9f60b67a5, 1, '2023-05-09 17:55:45.565', NULL), (0x9d2b178335e7497691ee3b2b9ee640d5, 0x41ce688036c4410f81752a18d1bdc53c, 1, '2023-05-09 17:55:45.620', NULL), (0x9e34cbbfd5454a74a0bfb716bca8de34, 0x244578a37af84bd382fe51c501b52f84, 1, '2023-05-09 17:55:45.639', NULL), (0xa7f8884dbb7c4353bd71add13642a307, 0xc62fb829fbf5483080c63a2f5518bae4, 1, '2023-05-09 17:55:49.805', NULL), (0xa84cdc6fc8c549fbb6bca28c4ec4be02, 0x1e262787cd2a4c8ab1b6672fca4c23a6, 1, '2023-05-09 17:55:48.925', NULL), (0xacfc6aad505342838e3501965902d49a, 0xd7c9815b7e4a42e68ae60d693908348c, 1, '2023-05-09 17:55:49.831', NULL), (0xae0b36792998424b9322fe949858a68b, 0x90a07510ec79495fa544e48fe8b6aab5, 1, '2023-05-09 17:55:45.644', NULL), (0xb447052a066a4726a39c32214b0417a7, 0x9ba1221748b94274bd8fe38b9c75217d, 1, '2023-05-09 17:55:50.210', NULL), (0xb89b917920df4f74bd0093e1afd69c39, 0xc8b5b9fc67884500a8cb475a7cd6a046, 1, '2023-05-09 17:55:49.811', NULL), (0xba4274002c424e75b2bac7922b4b243c, 0xb4375f4fdd0f4f7da1c7d6249c7cd2c8, 1, '2023-05-09 17:55:49.755', NULL), (0xc190ef4ec8e7415fb55269725146096d, 0x26a7c3d1fa0a4ff796389441d5bf990b, 1, '2023-05-09 17:55:49.777', NULL), (0xc5b74d2bd15240b6ade408dca035d052, 0x888c6d60ff094b08929e060a418c32e4, 1, '2023-05-09 17:55:49.767', NULL), (0xcba004ed227342f09cc57da10e52d23d, 0xa890c1b6ddff4e639b8c79c81b38bd62, 1, '2023-05-09 17:55:49.825', NULL), (0xccc53ee08a5f4fbd80079becedf2b978, 0x3bfe9b50e1114838b9f46b13bb38688c, 1, '2023-05-09 17:55:49.782', NULL), (0xcd666ce3db414b0fb745ba879338ad30, 0xac849568988c44a5ab71b0d48d47a39b, 1, '2023-05-09 17:55:49.821', NULL), (0xce03aa79333345a3bfbb1df3aad0661f, 0xa78c18b9f3d34beeb011e6f6dc2d6297, 1, '2023-05-09 17:55:45.635', NULL), (0xd8787c38856b4620be2a3867630cb7bd, 0x577146040c6b4f218a72aa9e87e01bcc, 1, '2023-05-09 17:56:10.572', NULL), (0xdcf21aedaa9c4d8ba9a0416bbee5690e, 0x873dc8df996c4073b0a5ba50e1d5c8e5, 1, '2023-05-09 17:55:49.801', NULL), (0xdeaaa2f4828f4d7fa95f1c2d95147c5e, 0x3365474094984fa6a5c21960738e3845, 1, '2023-05-09 17:55:49.762', NULL), (0xe6ae994258154cb59f555649d23340b0, 0xd7e64c76830e4222a0ee3fb60fe6c685, 1, '2023-05-09 17:55:58.569', NULL), (0xfa43ed5313fa4e9abd3c3e4751963882, 0x6db116ca94124d7385a0dfd036a11b27, 1, '2023-05-09 17:55:49.320', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_media` -- CREATE TABLE `mail_template_media` ( `id` binary(16) NOT NULL, `mail_template_id` binary(16) NOT NULL, `language_id` binary(16) DEFAULT NULL, `media_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_sales_channel` -- CREATE TABLE `mail_template_sales_channel` ( `id` binary(16) NOT NULL, `mail_template_id` binary(16) NOT NULL, `mail_template_type_id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `mail_template_sales_channel` -- INSERT INTO `mail_template_sales_channel` (`id`, `mail_template_id`, `mail_template_type_id`, `sales_channel_id`, `created_at`, `updated_at`) VALUES (0x6ebd018be3ef48f3afffc80caa1d67ee, 0xfa43ed5313fa4e9abd3c3e4751963882, 0x6db116ca94124d7385a0dfd036a11b27, 0x98432def39fc4624b33213a56b8c944d, '2023-05-09 17:55:49.325', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_translation` -- CREATE TABLE `mail_template_translation` ( `mail_template_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `sender_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `subject` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `content_html` longtext COLLATE utf8mb4_unicode_ci, `content_plain` longtext COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `mail_template_translation` -- INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0e66761e6bc94aaeab9a982dc4f3570e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Neues Dokument für Ihre Bestellung', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Gutschrift für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Gutschrift für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-05-09 17:56:10.567', NULL), (0x0e66761e6bc94aaeab9a982dc4f3570e, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'New document for your order', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Gutschrift für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Gutschrift für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-05-09 17:56:10.566', NULL), (0x2644592909814475ad9114567a464b85, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Neues Dokument für Ihre Bestellung', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie den Lieferschein für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie den Lieferschein für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-05-09 17:56:10.558', NULL), (0x2644592909814475ad9114567a464b85, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'New document for your order', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie den Lieferschein für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie den Lieferschein für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-05-09 17:56:10.556', NULL), (0x3c7d895975144be58b8aa25a023a8f50, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.translated.name }}', 'Bitte bestätigen Sie Ihre Anmeldung bei {{ salesChannel.translated.name }}', 'Anmeldebestätigung', '\n <div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ customer.salutation.translated.displayName }} {{ customer.lastName }},<br/>\n <br/>\n vielen Dank für Ihre Anmeldung bei {{ salesChannel.translated.name }}.<br/>\n Bitte bestätigen Sie die Registrierung über den nachfolgenden Link:<br/>\n <br/>\n <a href=\"{{ confirmUrl }}\">Anmeldung abschließen</a><br/>\n <br/>\n Durch diese Bestätigung erklären Sie sich ebenso damit einverstanden, dass wir Ihnen im Rahmen der Vertragserfüllung weitere E-Mails senden dürfen.\n </p>\n </div>\n ', '\n Hallo {{ customer.salutation.translated.displayName }} {{ customer.lastName }},\n\n vielen Dank für Ihre Anmeldung bei {{ salesChannel.translated.name }}.\n Bitte bestätigen Sie die Registrierung über den nachfolgenden Link:\n\n {{ confirmUrl }}\n\n Durch diese Bestätigung erklären Sie sich ebenso damit einverstanden, dass wir Ihnen im Rahmen der Vertragserfüllung weitere E-Mails senden dürfen.\n ', NULL, '2023-05-09 17:55:50.049', NULL), (0x3c7d895975144be58b8aa25a023a8f50, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.translated.name }}', 'Please confirm your sign-up with {{ salesChannel.translated.name }}', 'Registration confirmation', '\n <div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello {{ customer.salutation.translated.displayName }} {{ customer.lastName }},<br/>\n <br/>\n thank you for your signing up with {{ salesChannel.translated.name }}.<br/>\n Please confirm the sign-up via the following link:<br/>\n <br/>\n <a href=\"{{ confirmUrl }}\">Completing sign-up</a><br/>\n <br/>\n By this confirmation, you also agree that we may send you further emails as part of the fulfillment of the contract.\n </p>\n </div>\n ', '\n Hello {{ customer.salutation.translated.displayName }} {{ customer.lastName }},\n\n thank you for your signing up with {{ salesChannel.translated.name }}.\n Please confirm the sign-up via the following link:\n\n {{ confirmUrl }}\n\n By this confirmation, you also agree that we may send you further emails as part of the fulfillment of the contract.\n ', NULL, '2023-05-09 17:55:50.048', NULL), (0x427e8f0068314a658201ee46c5179428, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} ist komplett abgeschlossen', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.794', NULL), (0x427e8f0068314a658201ee46c5179428, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is completed', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.793', NULL), (0x43f4c2653e99489586f2f8cfe9791326, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Stornierung der Bestellung bei {{ salesChannel.name }}', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.774', NULL), (0x43f4c2653e99489586f2f8cfe9791326, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is cancelled', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.773', NULL), (0x47768bcb498c45e28771e5fa30a86076, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Stornierung der Bestellung bei {{ salesChannel.name }}', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.798', NULL), (0x47768bcb498c45e28771e5fa30a86076, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is cancelled', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.797', NULL), (0x4b41a7dca42a489bbe1149165cea1b48, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Administration', 'Password-Wiederherstellung', '', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ userRecovery.user.firstName }} {{ userRecovery.user.lastName }},<br/>\n <br/>\n es wurde eine Anfrage gestellt, um Ihr Passwort zurück zu setzen.\n Bitte bestätigen Sie den unten stehenden Link, um ein neues Passwort zu definieren.<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">Passwort zurücksetzen</a><br/>\n <br/>\n Dieser Link ist nur für die nächsten 2 Stunden gültig. Danach muss das Zurücksetzen des Passwortes erneut beantragt werden.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.\n </p>\n</div>', ' Hallo {{ userRecovery.user.firstName }} {{ userRecovery.user.lastName }},\n\n es wurde eine Anfrage gestellt, um Ihr Passwort zurück zu setzen.\n Bitte bestätigen Sie den unten stehenden Link, um ein neues Passwort zu definieren.\n\n Passwort zurücksetzen: {{ resetUrl }}\n\n Dieser Link ist nur für die nächsten 2 Stunden gültig. Danach muss das Zurücksetzen des Passwortes erneut beantragt werden.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.', NULL, '2023-05-09 17:55:47.086', NULL), (0x4b41a7dca42a489bbe1149165cea1b48, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shopware Administration', 'Password recovery', '', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Dear {{ userRecovery.user.firstName }} {{ userRecovery.user.lastName }},<br/>\n <br/>\n there has been a request to reset your password.\n Please confirm the link below to specify a new password.<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">Reset password</a><br/>\n <br/>\n This link is valid for the next 2 hours. After that you have to request a new confirmation link.<br/>\n If you do not want to reset your password, please ignore this email. No changes will be made.\n </p>\n</div>', ' Dear {{ userRecovery.user.firstName }} {{ userRecovery.user.lastName }},\n\n there has been a request to reset your password.\n Please confirm the link below to specify a new password.\n\n Reset password: {{ resetUrl }}\n\n This link is valid for the next 2 hours. After that you have to request a new confirmation link.\n If you do not want to reset your password, please ignore this email. No changes will be made.', NULL, '2023-05-09 17:55:47.084', NULL), (0x4b5575602d4a4affb3d54cd132765c8b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Deine Registrierung bei {{ salesChannel.name }}', 'Registrierungsbestätigung', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},<br/>\n <br/>\n vielen Dank für Ihre Anmeldung in unserem Shop.<br/>\n Sie erhalten Zugriff über Ihre E-Mail-Adresse <strong>{{ customer.email }}</strong> und dem von Ihnen gewählten Kennwort.<br/>\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\n </p>\n </div>', '{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\n\n vielen Dank für Ihre Anmeldung in unserem Shop.\n Sie erhalten Zugriff über Ihre E-Mail-Adresse {{ customer.email }} und dem von Ihnen gewählten Kennwort.\n Sie können Ihr Kennwort jederzeit nachträglich ändern.\n', NULL, '2023-05-09 17:55:45.634', NULL), (0x4b5575602d4a4affb3d54cd132765c8b, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your sign-up with {{ salesChannel.translated.name }}', 'Registration confirmation', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.firstName }} {{ customer.lastName }},<br/>\n <br/>\n thank you for your signing up with our Shop.<br/>\n You will gain access via the email address <strong>{{ customer.email }}</strong> and the password you have chosen.<br/>\n You can change your password anytime.\n </p>\n </div>', '{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\n\n thank you for your signing up with our Shop.\n You will gain access via the email address {{ customer.email }} and the password you have chosen.\n You can change your password anytime.\n ', NULL, '2023-05-09 17:55:45.633', NULL), (0x4e2f9760d25e4a9b89d1a7135817ae30, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Deine Bestellung bei {{ salesChannel.name }} wurde komplett bezahlt', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nWir haben Ihre Zahlung erhalten und werden die Bestellung nun weiter verarbeiten.<br>\n<br>\nBestellnummer: {{ order.orderNumber }}<br>\n<br>\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt-Nr.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Bezeichnung</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Menge</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Preis</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Summe</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n <br>\n\n <strong>Gewählte Zahlungsart:</strong> {{ order.transactions.first.paymentMethod.translated.name }}<br>\n {{ order.transactions.first.paymentMethod.translated.description }}<br>\n <br>\n\n {% if delivery %}\n <strong>Gewählte Versandart:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Rechnungsadresse:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Lieferadresse:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\n Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\n bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit. <br>\n {% endif %}\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nWir haben Ihre Zahlung erhalten und werden die Bestellung nun weiter verarbeiten.\n\nBestellnummer: {{ order.orderNumber }}\n\nInformationen zu Ihrer Bestellung:\n\nPos. Artikel-Nr. Beschreibung Menge Preis Summe\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nGesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nGesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nGesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\n\nGewählte Zahlungsart: {{ order.transactions.first.paymentMethod.translated.name }}\n{{ order.transactions.first.paymentMethod.translated.description }}\n\n{% if delivery %}\nGewählte Versandart: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nRechnungsadresse:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nLieferadresse:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nIhre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\nBei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\nbestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.\n{% endif %}\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n', NULL, '2023-05-09 17:55:49.818', NULL); INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x4e2f9760d25e4a9b89d1a7135817ae30, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is completly paid', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nWe received your payment and will now start processing the order.<br>\nOrder number: {{ order.orderNumber }}<br>\n<br>\n\n<strong>Information on your order:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Prod. no.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Description</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Quantities</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Price</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Total</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n\n Net total: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Total gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Rounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n <br>\n\n <strong>Selected payment type:</strong> {{ order.transactions.first.paymentMethod.translated.name }}<br>\n {{ order.transactions.first.paymentMethod.translated.description }}<br>\n <br>\n\n {% if delivery %}\n <strong>Selected shipping type:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Billing address:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Shipping address:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Your VAT-ID: {{ order.orderCustomer.vatIds|first }}\n In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.<br>\n {% endif %}\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n If you have any questions, do not hesitate to contact us.\n\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nWe received your payment and will now start processing the order.\n\nOrder number: {{ order.orderNumber }}\n\n\nInformation on your order:\n\nPos. Prod. No. Description Quantities Price Total\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nNet total: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nTotal gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nRounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\nSelected payment type: {{ order.transactions.first.paymentMethod.translated.name }}\n{{ order.transactions.first.paymentMethod.translated.description }}\n\n{% if delivery %}\nSelected shipping type: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nBilling address:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nShipping address:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nYour VAT-ID: {{ order.orderCustomer.vatIds|first }}\nIn case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.\n{% endif %}\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nIf you have any questions, do not hesitate to contact us.\n\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.817', NULL), (0x6458f9593b604cb9b9e5abeac635cdff, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Neues Dokument für Ihre Bestellung', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Rechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Rechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-05-09 17:56:10.548', NULL), (0x6458f9593b604cb9b9e5abeac635cdff, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'New document for your order', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Rechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Rechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-05-09 17:56:10.547', NULL), (0x661a7036d00f4afcbcb6d1247d01ae93, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} ist in Bearbeitung', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.788', NULL), (0x661a7036d00f4afcbcb6d1247d01ae93, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is in process', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.787', NULL), (0x799036e30f7d4981b9cb983cc3c0261b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shop', 'Kunden Gruppen Registrierung Akzeptiert', '', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\n <br/>\n Ihr Account wurde für die Kundengruppe {{ customerGroup.translated.name }} freigeschaltet.<br/>\n Ab sofort kaufen Sie zu den neuen Konditionen dieser Kundengruppe ein.<br/>\n\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n </p>\n</div>\n', '{{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\nIhr Account wurde für die Kundengruppe {{ customerGroup.translated.name }} freigeschaltet.\nAb sofort kaufen Sie zu den neuen Konditionen dieser Kundengruppe ein.<br/><br/>\n\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n', NULL, '2023-05-09 17:55:58.563', NULL), (0x799036e30f7d4981b9cb983cc3c0261b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shop', 'Customer Group Registration Accepted', '', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\n <br/>\n Your account has been activated for the customer group {{ customerGroup.translated.name }}.<br/>\n From now on you can shop at the new conditions of this customer group.<br/><br/>\n\n Please do not hesitate to contact us at any time if you have any questions.\n </p>\n</div>\n', 'Hello {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\nYour account has been activated for the customer group {{ customerGroup.translated.name }}.<br/>\nFrom now on you can shop at the new conditions of this customer group.<br/><br/>\n\nPlease do not hesitate to contact us at any time if you have any questions.\n', NULL, '2023-05-09 17:55:58.562', NULL), (0x8153f60b39bb40edb10f736388d8f909, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.translated.name }}', 'Register', '', '<h3>Hallo {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}</h3>\n <p>vielen Dank für Ihre Anmeldung.</p>\n <p>Sie haben sich erfolgreich zu unserem Newsletter angemeldet.</p>\n ', 'Hallo {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}\n\n vielen Dank für Ihre Anmeldung.\n\n Sie haben sich erfolgreich zu unserem Newsletter angemeldet.\n ', NULL, '2023-05-09 17:55:45.573', NULL), (0x8153f60b39bb40edb10f736388d8f909, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.translated.name }}', 'Register', '', '<h3>Hello {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}</h3>\n <p>thank you very much for your registration.</p>\n <p>You have successfully subscribed to our newsletter.</p>\n ', 'Hello {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}\n\n thank you very much for your registration.\n\n You have successfully subscribed to our newsletter.\n ', NULL, '2023-05-09 17:55:45.572', NULL), (0x90a95983fa194e4bb641b518db440e82, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Ihre Dateien von {{ salesChannel.name }} stehen bereit', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Mit dieser E-Mail erhalten Sie die Dateien zu der Bestellung: {{ order.orderNumber }}.\n <br>\n <br>\n\n <table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt-Nr.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Downloads</strong></td>\n </tr>\n\n {% for lineItem in order.lineItems %}\n {% if lineItem.downloads is defined and lineItem.downloads|length %}\n {% block lineItem %}\n <tr>\n <td>{% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>{{ lineItem.label|u.wordwrap(80) }}</td>\n <td>\n {% for download in lineItem.downloads %}\n {% if download.accessGranted %}\n {% set downloadLink = url(\'frontend.account.order.single.download\', {\'orderId\': order.id, \'downloadId\': download.id, \'deepLinkCode\': order.deepLinkCode}) %}\n <a href=\"{{ downloadLink }}\" target=\"_blank\">\n {{ download.media.fileName }}.{{ download.media.fileExtension }}\n </a><br>\n {% endif %}\n {% endfor %}\n </td>\n </tr>\n {% endblock %}\n {% endif %}\n {% endfor %}\n </table>\n\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nMit dieser E-Mail erhalten Sie die Dateien zu der Bestellung: {{ order.orderNumber }}.\n\n{% for lineItem in order.lineItems %}{% if lineItem.downloads is defined and lineItem.downloads|length %}\n{{ lineItem.label|u.wordwrap(80) }} {% if lineItem.payload.productNumber is defined %}({{ lineItem.payload.productNumber|u.wordwrap(80) }}){% endif %}\n\n-------------------------------------\n{% for download in lineItem.downloads %}{% if download.accessGranted %}\n{{ download.media.fileName }}.{{ download.media.fileExtension }} - {% set downloadLink = url(\'frontend.account.order.single.download\', {\'orderId\': order.id, \'downloadId\': download.id, \'deepLinkCode\': order.deepLinkCode}) %}{{ downloadLink }}\n{% endif %}{% endfor %}\n\n{% endif %}{% endfor %}\n', NULL, '2023-05-09 17:56:14.447', NULL), (0x90a95983fa194e4bb641b518db440e82, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your downloads from {{ salesChannel.name }} are ready', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Attached to this email you will find the files to the order: {{ order.orderNumber }}\n <br>\n <br>\n\n <table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Prod. no.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Product</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Downloads</strong></td>\n </tr>\n\n {% for lineItem in order.lineItems %}\n {% if lineItem.downloads is defined and lineItem.downloads|length %}\n {% block lineItem %}\n <tr>\n <td>{% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>{{ lineItem.label|u.wordwrap(80) }}</td>\n <td>\n {% for download in lineItem.downloads %}\n {% if download.accessGranted %}\n {% set downloadLink = url(\'frontend.account.order.single.download\', {\'orderId\': order.id, \'downloadId\': download.id, \'deepLinkCode\': order.deepLinkCode}) %}\n <a href=\"{{ downloadLink }}\" target=\"_blank\">\n {{ download.media.fileName }}.{{ download.media.fileExtension }}\n </a><br>\n {% endif %}\n {% endfor %}\n </td>\n </tr>\n {% endblock %}\n {% endif %}\n {% endfor %}\n </table>\n\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nAttached to this email you will find the files to the order: {{ order.orderNumber }}\n\n{% for lineItem in order.lineItems %}{% if lineItem.downloads is defined and lineItem.downloads|length %}\n{{ lineItem.label|u.wordwrap(80) }} {% if lineItem.payload.productNumber is defined %}({{ lineItem.payload.productNumber|u.wordwrap(80) }}){% endif %}\n\n-------------------------------------\n{% for download in lineItem.downloads %}{% if download.accessGranted %}\n{{ download.media.fileName }}.{{ download.media.fileExtension }} - {% set downloadLink = url(\'frontend.account.order.single.download\', {\'orderId\': order.id, \'downloadId\': download.id, \'deepLinkCode\': order.deepLinkCode}) %}{{ downloadLink }}\n{% endif %}{% endfor %}\n\n{% endif %}{% endfor %}\n', NULL, '2023-05-09 17:56:14.446', NULL), (0x9198a805831441f6a1ff01cb16faaaf2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.translated.name }}', 'Newsletter', '', '<h3>Hallo {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}</h3>\n <p>Schön, dass Sie sich für unseren Newsletter interessieren!</p>\n <p>Um einem Missbrauch Ihrer E-Mail-Adresse vorzubeugen, haben wir Ihnen diese Bestätigungsmail gesendet. Bestätigen Sie, dass Sie den Newsletter regelmäßig erhalten wollen, indem Sie <a href=\"{{ url }}\">hier</a> klicken.</p>\n <p>Sollten Sie den Newsletter nicht angefordert haben, ignorieren Sie diese E-Mail.</p>\n ', 'Hallo {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}\n\n Schön, dass Sie sich für unseren Newsletter interessieren!\n\n Um einem Missbrauch Ihrer E-Mail-Adresse vorzubeugen, haben wir Ihnen diese Bestätigungsmail gesendet. Bestätigen Sie, dass Sie den Newsletter regelmäßig erhalten wollen, indem Sie auf den folgenden Link klicken: {{ url }}\n\n Sollten Sie den Newsletter nicht angefordert haben, ignorieren Sie diese E-Mail.\n ', NULL, '2023-05-09 17:55:45.569', NULL), (0x9198a805831441f6a1ff01cb16faaaf2, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.translated.name }}', 'Newsletter', '', '<h3>Hello {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}</h3>\n <p>Thank you for your interest in our newsletter!</p>\n <p>In order to prevent misuse of your email address, we have sent you this confirmation email. Confirm that you wish to receive the newsletter regularly by clicking <a href=\"{{ url }}\">here</a>.</p>\n <p>If you have not subscribed to the newsletter, please ignore this email.</p>\n ', 'Hello {{ newsletterRecipient.firstName }} {{ newsletterRecipient.lastName }}\n\n Thank you for your interest in our newsletter!\n\n In order to prevent misuse of your email address, we have sent you this confirmation email. Confirm that you wish to receive the newsletter regularly by clicking on the link: {{ url }}\n\n If you have not subscribed to the newsletter, please ignore this email.\n ', NULL, '2023-05-09 17:55:45.567', NULL), (0x9d2b178335e7497691ee3b2b9ee640d5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellbestätigung', '', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\n\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.<br>\n<br>\nBestellnummer: {{ order.orderNumber }}<br>\n<br>\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.<br>\n<br>\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.<br>\n<br>\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt-Nr.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produktbild</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Bezeichnung</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Menge</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Preis</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Summe</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>{% if nestedItem.cover is defined and nestedItem.cover is not null %}<img src=\"{{ nestedItem.cover.url }}\" width=\"75\" height=\"auto\"/>{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n <br>\n\n {% if delivery %}\n <strong>Gewählte Versandart:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Rechnungsadresse:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Lieferadresse:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\n Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\n bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit. <br>\n {% endif %}\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.\n\nBestellnummer: {{ order.orderNumber }}\n\nSobald ein Zahlungseingang erfolgt ist, erhalten Sie eine separate Benachrichtigung und Ihre Bestellung wird verarbeitet.\n\nDen aktuellen Status Ihrer Bestellung können Sie jederzeit über diesen Link abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nÜber diesen Link können Sie auch die Bestellung bearbeiten, die Zahlungsart wechseln oder nachträglich eine Zahlung durchführen.\n\nInformationen zu Ihrer Bestellung:\n\nPos. Artikel-Nr. Produktbild(Alt-Text) Beschreibung Menge Preis Summe\n\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {% if nestedItem.cover is defined and nestedItem.cover is not null %}{{ lineItem.cover.alt }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nGesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nGesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nGesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\n{% if delivery %}\nGewählte Versandart: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nRechnungsadresse:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nLieferadresse:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nIhre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\nBei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\nbestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.\n{% endif %}\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n', NULL, '2023-05-09 17:55:45.622', NULL); INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x9d2b178335e7497691ee3b2b9ee640d5, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Order confirmation', '', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nWe have received your order from {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }}.<br>\n<br>\nOrder number: {{ order.orderNumber }}<br>\n<br>\nAs soon as your payment has been made, you will receive a separate notification and your order will be processed.<br>\n<br>\nYou may check the current status of your order with this link: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\nYou may use this link to edit your order, change the payment method or make additional payments.<br>\n<br>\n<strong>Information on your order:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Prod. no.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Product image</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Description</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Quantities</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Price</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Total</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>{% if nestedItem.cover is defined and nestedItem.cover is not null %}<img src=\"{{ nestedItem.cover.url }}\" width=\"75\" height=\"auto\"/>{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n\n Net total: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Total gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Rounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n <br>\n\n {% if delivery %}\n <strong>Selected shipping type:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Billing address:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Shipping address:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Your VAT-ID: {{ order.orderCustomer.vatIds|first }}\n In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.<br>\n {% endif %}\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n If you have any questions, do not hesitate to contact us.\n\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nWe have received your order from {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }}.\n\nOrder number: {{ order.orderNumber }}\n\nAs soon as your payment has been made, you will receive a separate notification and your order will be processed.\n\nYou may check the current status of your order with this link: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nYou may use this link to edit your order, change the payment method or make additional payments.\n\nInformation on your order:\n\nPos. Prod. No. Product image(Alt text) Description Quantities Price Total\n\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {% if nestedItem.cover is defined and nestedItem.cover is not null %}{{ lineItem.cover.alt }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nNet total: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nTotal gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nRounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\n{% if delivery %}\nSelected shipping type: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nBilling address:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nShipping address:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nYour VAT-ID: {{ order.orderCustomer.vatIds|first }}\nIn case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.\n{% endif %}\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nIf you have any questions, do not hesitate to contact us.\n\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:45.621', NULL), (0x9e34cbbfd5454a74a0bfb716bca8de34, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Ihr Händleraccount wurde freigeschaltet - {{ salesChannel.name }}', 'Kundengruppenwechsel freigeschaltet', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo,<br/>\n <br/>\n ihr Händlerkonto bei {{ salesChannel.translated.name }} wurde freigeschaltet.<br/>\n Von nun an werden wir Ihnen den Netto-Preis berechnen.\n </p>\n</div>\n', 'Hallo,\n\nihr Händlerkonto bei {{ salesChannel.translated.name }} wurde freigeschaltet.\nVon nun an werden wir Ihnen den Netto-Preis berechnen.\n', NULL, '2023-05-09 17:55:45.643', NULL), (0x9e34cbbfd5454a74a0bfb716bca8de34, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your merchant account has been unlocked - {{ salesChannel.name }}', 'Customer Group Change accepted', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello,<br/>\n <br/>\n your merchant account at {{ salesChannel.translated.name }} has been unlocked.<br/>\n From now on, we will charge you the net purchase price.\n </p>\n</div>\n', 'Hello,\n\nyour merchant account at {{ salesChannel.translated.name }} has been unlocked.\nFrom now on, we will charge you the net purchase price.\n', NULL, '2023-05-09 17:55:45.640', NULL), (0xa7f8884dbb7c4353bd71add13642a307, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Zahlungserinnerung für die Bestellung bei {{ salesChannel.name }}', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.807', NULL), (0xa7f8884dbb7c4353bd71add13642a307, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Reminder for your order with {{ salesChannel.name }}', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.806', NULL), (0xa84cdc6fc8c549fbb6bca28c4ec4be02, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Kontaktanfrage erhalten - {{ salesChannel.name }}', 'Kontaktanfrage erhalten', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Folgende Nachricht wurde an Sie via Kontakt-Formular gesendet.<br/>\n <br/>\n Name: {{ contactFormData.firstName }} {{ contactFormData.lastName }}\n <br/>\n Kontakt E-Mail: {{ contactFormData.email }}<br/>\n <br>\n Telefonnummer: {{ contactFormData.phone }}<br/>\n <br/>\n Betreff: {{ contactFormData.subject }}<br/>\n <br/>\n Message:<br/>\n {{ contactFormData.comment|nl2br }}<br/>\n </p>\n</div>\n', 'Folgende Nachricht wurde an Sie via Kontakt-Formular gesendet.\n\nName: {{ contactFormData.firstName }} {{ contactFormData.lastName }}\nKontakt E-Mail: {{ contactFormData.email }}\n\nTelefonnummer: {{ contactFormData.phone }}\n\nBetreff: {{ contactFormData.subject }}\n\nNachricht:\n{{ contactFormData.comment }}\n', NULL, '2023-05-09 17:55:53.000', NULL), (0xa84cdc6fc8c549fbb6bca28c4ec4be02, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Contact form received - {{ salesChannel.name }}', 'Contact form received', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n The following Message was sent to you via the contact form.<br/>\n <br/>\n Contact name: {{ contactFormData.firstName }} {{ contactFormData.lastName }}\n <br/>\n Contact email address: {{ contactFormData.email }}\n <br/>\n Phone: {{ contactFormData.phone }}<br/>\n <br/>\n Subject: {{ contactFormData.subject }}<br/>\n <br/>\n Message:<br/>\n {{ contactFormData.comment|nl2br }}<br/>\n </p>\n</div>\n', 'The following Message was sent to you via the contact form.\n\nContact name: {{ contactFormData.firstName }} {{ contactFormData.lastName }}\nContact email address: {{ contactFormData.email }}\nPhone: {{ contactFormData.phone }}\n\nSubject: {{ contactFormData.subject }}\n\nMessage:\n{{ contactFormData.comment }}\n', NULL, '2023-05-09 17:55:48.927', NULL), (0xacfc6aad505342838e3501965902d49a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Deine Bestellung bei {{ salesChannel.name }} wurde teilweise bezahlt', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.833', NULL), (0xacfc6aad505342838e3501965902d49a, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is partially paid', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.832', NULL), (0xae0b36792998424b9322fe949858a68b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Ihr Händleraccountantrag wurde abgelehnt - {{ salesChannel.name }}', 'Kundengruppenwechsel abgelehnt', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo,<br/>\n <br/>\n vielen Dank für ihr Interesse an unseren Großhandelspreisen. Leider liegt uns bisher keine <br/>\n Händlerauthentifizierung vor, und daher können wir Ihre Anfrage nicht bestätigen. <br/>\n Bei weiteren Fragen kontaktieren Sie uns gerne per Telefon, Fax oder E-Mail. <br/>\n </p>\n</div>\n', 'Hallo,\n\nvielen Dank für ihr Interesse an unseren Großhandelspreisen. Leider liegt uns bisher keine\nHändlerauthentifizierung vor, und daher können wir Ihre Anfrage nicht bestätigen.\nBei weiteren Fragen kontaktieren Sie uns gerne per Telefon, Fax oder E-Mail.\n', NULL, '2023-05-09 17:55:45.646', NULL), (0xae0b36792998424b9322fe949858a68b, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your trader account has not been accepted - {{ salesChannel.name }}', 'Customer Group Change rejected', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello,<br/>\n <br/>\n thank you for your interest in our trade prices.\n Unfortunately, we do not have a trading license yet so that we cannot accept you as a merchant.<br/>\n In case of further questions please do not hesitate to contact us via telephone, fax or email.\n </p>\n</div>\n', 'Hello,\n\nthank you for your interest in our trade prices. Unfortunately,\nwe do not have a trading license yet so that we cannot accept you as a merchant.\nIn case of further questions please do not hesitate to contact us via telephone, fax or email.\n', NULL, '2023-05-09 17:55:45.645', NULL), (0xb447052a066a4726a39c32214b0417a7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bitte bestätigen Sie Ihre E-Mail-Adresse bei {{ salesChannel.name }}', 'Anmeldebestätigung bei Gastbestellungen', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ customer.salutation.translated.displayName }} {{ customer.lastName }},<br/>\n <br/>\n Bitte bestätigen Sie Ihre E-Mail-Adresse über den nachfolgenden Link:<br/>\n <br/>\n <a href=\"{{ confirmUrl }}\">E-Mail bestätigen</a><br/>\n <br/>\n Nach der Bestätigung werden Sie in den Bestellabschluss geleitet, dort können Sie Ihre Bestellung nochmals überprüfen und abschließen.<br/>\n Durch diese Bestätigung erklären Sie sich ebenso damit einverstanden, dass wir Ihnen im Rahmen der Vertragserfüllung weitere E-Mails senden dürfen.\n </p>\n</div>\n', 'Hallo {{ customer.salutation.translated.displayName }} {{ customer.lastName }},\n\nBitte bestätigen Sie Ihre E-Mail-Adresse über den nachfolgenden Link:\n\n{{ confirmUrl }}\n\nNach der Bestätigung werden Sie in den Bestellabschluss geleitet, dort können Sie Ihre Bestellung nochmals überprüfen und abschließen.\nDurch diese Bestätigung erklären Sie sich ebenso damit einverstanden, dass wir Ihnen im Rahmen der Vertragserfüllung weitere E-Mails senden dürfen.\n', NULL, '2023-05-09 17:55:50.213', NULL), (0xb447052a066a4726a39c32214b0417a7, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Please confirm your email address at {{ salesChannel.name }}', 'Email confirmation at guest orders', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello {{ customer.salutation.translated.displayName }} {{ customer.lastName }},<br/>\n <br/>\n Please confirm your email address via the following link:<br/>\n <br/>\n <a href=\"{{ confirmUrl }}\">Confirm email</a><br/>\n <br/>\n After the confirmation, you will be directed to the checkout, where you can check and complete your order again.<br/>\n By this confirmation, you also agree that we may send you further emails as part of the fulfillment of the contract.\n </p>\n</div>\n', 'Hello {{ customer.salutation.translated.displayName }} {{ customer.lastName }},\n\nPlease confirm your email address via the following link:\n\n{{ confirmUrl }}\n\nAfter the confirmation, you will be directed to the checkout, where you can check and complete your order again.\nBy this confirmation, you also agree that we may send you further emails as part of the fulfillment of the contract.\n', NULL, '2023-05-09 17:55:50.211', NULL), (0xb89b917920df4f74bd0093e1afd69c39, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Deine Bestellung bei {{ salesChannel.name }}', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.813', NULL), (0xb89b917920df4f74bd0093e1afd69c39, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }}', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.812', NULL), (0xba4274002c424e75b2bac7922b4b243c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde teilweise ausgeliefert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.759', NULL), (0xba4274002c424e75b2bac7922b4b243c, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is partially delivered', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.758', NULL), (0xc190ef4ec8e7415fb55269725146096d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde ausgeliefert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.779', NULL), (0xc190ef4ec8e7415fb55269725146096d, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is shipped', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.778', NULL), (0xc5b74d2bd15240b6ade408dca035d052, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde retourniert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.769', NULL), (0xc5b74d2bd15240b6ade408dca035d052, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is returned', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.768', NULL); INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xcba004ed227342f09cc57da10e52d23d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde erstattet', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.827', NULL), (0xcba004ed227342f09cc57da10e52d23d, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is refunded', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.826', NULL), (0xccc53ee08a5f4fbd80079becedf2b978, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} ist offen', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Bestellstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Bestellstatus: {{ order.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.784', NULL), (0xccc53ee08a5f4fbd80079becedf2b978, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is open', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.783', NULL), (0xcd666ce3db414b0fb745ba879338ad30, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Die Zahlung für ihre Bestellung bei {{ salesChannel.name }} wurde storniert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.<br>\n<br>\nBestellnummer: {{ order.orderNumber }}\n<br>\nDer Zahlungsprozess mit {{ order.transactions.first.paymentMethod.translated.name }} ist noch nicht abgeschlossen. Sie können den Zahlungsprozess über die folgende URL wieder aufnehmen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\n<br>\n<strong>Informationen zu Ihrer Bestellung:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Produkt-Nr.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Bezeichnung</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Menge</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Preis</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Summe</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{% if nestingLevel == 0 %}{{ nestedItem.totalPrice|currency(currencyIsoCode) }}{% endif %}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n Gesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Gesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Gesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n\n <br>\n\n <strong>Gewählte Zahlungsart:</strong> {{ order.transactions.first.paymentMethod.translated.name }}<br>\n {{ order.transactions.first.paymentMethod.translated.description }}<br>\n <br>\n\n {% if delivery %}\n <strong>Gewählte Versandart:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Rechnungsadresse:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Lieferadresse:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Ihre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\n Bei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\n bestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit. <br>\n {% endif %}\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Für Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\nHallo {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIhre Bestellung ist am {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} bei uns eingegangen.\n\nBestellnummer: {{ order.orderNumber }}\n\nDer Zahlungsprozess mit {{ order.transactions.first.paymentMethod.translated.name }} ist noch nicht abgeschlossen. Sie können den Zahlungsprozess über die folgende URL wieder aufnehmen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n\nInformationen zu Ihrer Bestellung:\n\nPos. Artikel-Nr. Beschreibung Menge Preis Summe\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Versandkosten: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nGesamtkosten Netto: {{ order.amountNet|currency(currencyIsoCode) }}\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}zzgl.{% else %}inkl.{% endif %} {{ calculatedTax.taxRate }}% MwSt. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n {% endfor %}\nGesamtkosten Brutto: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nGesamtkosten Brutto gerundet: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\nGewählte Zahlungsart: {{ order.transactions.first.paymentMethod.translated.name }}\n{{ order.transactions.first.paymentMethod.translated.description }}\n\n{% if delivery %}\nGewählte Versandart: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nRechnungsadresse:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nLieferadresse:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nIhre Umsatzsteuer-ID: {{ order.orderCustomer.vatIds|first }}\nBei erfolgreicher Prüfung und sofern Sie aus dem EU-Ausland\nbestellen, erhalten Sie Ihre Ware umsatzsteuerbefreit.\n{% endif %}\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nFür Rückfragen stehen wir Ihnen jederzeit gerne zur Verfügung.\n', NULL, '2023-05-09 17:55:49.823', NULL), (0xcd666ce3db414b0fb745ba879338ad30, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'The payment for your order with {{ salesChannel.name }} is cancelled', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n\n{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n<br>\nWe have received your order on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }}.<br>\n<br>\nOrder number: {{ order.orderNumber }}.<br>\n<br>\nYou have not completed your payment with {{ order.transactions.first.paymentMethod.translated.name }} yet. You can resume the payment process by using the following URL: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}<br>\n<br>\n<strong>Information on your order:</strong><br>\n<br>\n\n<table border=\"0\" style=\"font-family:Arial, Helvetica, sans-serif; font-size:12px;\">\n <tr>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Prod. no.</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Description</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Quantities</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Price</strong></td>\n <td bgcolor=\"#F7F7F2\" style=\"border-bottom:1px solid #cccccc;\"><strong>Total</strong></td>\n </tr>\n\n {% for lineItem in order.nestedLineItems %}\n {% set nestingLevel = 0 %}\n {% set nestedItem = lineItem %}\n {% block lineItem %}\n <tr>\n <td>{% if nestedItem.payload.productNumber is defined %}{{ nestedItem.payload.productNumber|u.wordwrap(80) }}{% endif %}</td>\n <td>\n {% if nestingLevel > 0 %}\n {% for i in 1..nestingLevel %}\n <span style=\"position: relative;\">\n <span style=\"display: inline-block;\n position: absolute;\n width: 6px;\n height: 20px;\n top: 0;\n border-left: 2px solid rgba(0, 0, 0, 0.15);\n margin-left: {{ i * 10 }}px;\"></span>\n </span>\n {% endfor %}\n {% endif %}\n\n <div{% if nestingLevel > 0 %} style=\"padding-left: {{ (nestingLevel + 1) * 10 }}px\"{% endif %}>\n {{ nestedItem.label|u.wordwrap(80) }}\n </div>\n\n {% if nestedItem.payload.options is defined and nestedItem.payload.options|length >= 1 %}\n <div>\n {% for option in nestedItem.payload.options %}\n {{ option.group }}: {{ option.option }}\n {% if nestedItem.payload.options|last != option %}\n {{ \" | \" }}\n {% endif %}\n {% endfor %}\n </div>\n {% endif %}\n\n {% if nestedItem.payload.features is defined and nestedItem.payload.features|length >= 1 %}\n {% set referencePriceFeatures = nestedItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}\n {% if referencePriceFeatures|length >= 1 %}\n {% set referencePriceFeature = referencePriceFeatures|first %}\n <div>\n {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}\n ({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }})\n </div>\n {% endif %}\n {% endif %}\n </td>\n <td style=\"text-align: center\">{{ nestedItem.quantity }}</td>\n <td>{{ nestedItem.unitPrice|currency(currencyIsoCode) }}</td>\n <td>{{ nestedItem.totalPrice|currency(currencyIsoCode) }}</td>\n </tr>\n\n {% if nestedItem.children.count > 0 %}\n {% set nestingLevel = nestingLevel + 1 %}\n {% for lineItem in nestedItem.children %}\n {% set nestedItem = lineItem %}\n {{ block(\'lineItem\') }}\n {% endfor %}\n {% endif %}\n {% endblock %}\n {% endfor %}\n</table>\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n<p>\n <br>\n <br>\n {% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n {% endfor %}\n\n Net total: {{ order.amountNet|currency(currencyIsoCode) }}<br>\n {% for calculatedTax in order.price.calculatedTaxes %}\n {% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}<br>\n {% endfor %}\n {% if not displayRounded %}<strong>{% endif %}Total gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}{% if not displayRounded %}</strong>{% endif %}<br>\n {% if displayRounded %}\n <strong>Rounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}</strong><br>\n {% endif %}\n\n <br>\n\n <strong>Selected payment type:</strong> {{ order.transactions.first.paymentMethod.translated.name }}<br>\n {{ order.transactions.first.paymentMethod.translated.description }}<br>\n <br>\n\n {% if delivery %}\n <strong>Selected shipping type:</strong> {{ delivery.shippingMethod.translated.name }}<br>\n {{ delivery.shippingMethod.translated.description }}<br>\n <br>\n {% endif %}\n\n {% set billingAddress = order.addresses.get(order.billingAddressId) %}\n <strong>Billing address:</strong><br>\n {{ billingAddress.company }}<br>\n {{ billingAddress.firstName }} {{ billingAddress.lastName }}<br>\n {{ billingAddress.street }} <br>\n {{ billingAddress.zipcode }} {{ billingAddress.city }}<br>\n {{ billingAddress.country.translated.name }}<br>\n <br>\n\n {% if delivery %}\n <strong>Shipping address:</strong><br>\n {{ delivery.shippingOrderAddress.company }}<br>\n {{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}<br>\n {{ delivery.shippingOrderAddress.street }} <br>\n {{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}<br>\n {{ delivery.shippingOrderAddress.country.translated.name }}<br>\n <br>\n {% endif %}\n {% if order.orderCustomer.vatIds %}\n Your VAT-ID: {{ order.orderCustomer.vatIds|first }}\n In case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.<br>\n {% endif %}\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n If you have any questions, do not hesitate to contact us.\n\n</p>\n<br>\n</div>\n', '{% set currencyIsoCode = order.currency.isoCode %}\n{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nWe have received your order on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }}.\n\nOrder number: {{ order.orderNumber }}.\n\nYou have not completed your payment with {{ order.transactions.first.paymentMethod.translated.name }} yet. You can resume the payment process by using the following URL: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n\nInformation on your order:\n\nPos. Prod. No. Description Quantities Price Total\n{% for lineItem in order.lineItems %}\n{{ loop.index }} {% if lineItem.payload.productNumber is defined %}{{ lineItem.payload.productNumber|u.wordwrap(80) }}{% endif %} {{ lineItem.label|u.wordwrap(80) }}{% if lineItem.payload.options is defined and lineItem.payload.options|length >= 1 %}, {% for option in lineItem.payload.options %}{{ option.group }}: {{ option.option }}{% if lineItem.payload.options|last != option %}{{ \" | \" }}{% endif %}{% endfor %}{% endif %}{% if lineItem.payload.features is defined and lineItem.payload.features|length >= 1 %}{% set referencePriceFeatures = lineItem.payload.features|filter(feature => feature.type == \'referencePrice\') %}{% if referencePriceFeatures|length >= 1 %}{% set referencePriceFeature = referencePriceFeatures|first %}, {{ referencePriceFeature.value.purchaseUnit }} {{ referencePriceFeature.value.unitName }}({{ referencePriceFeature.value.price|currency(currencyIsoCode) }}* / {{ referencePriceFeature.value.referenceUnit }} {{ referencePriceFeature.value.unitName }}){% endif %}{% endif %}\n {{ lineItem.quantity }} {{ lineItem.unitPrice|currency(currencyIsoCode) }} {{ lineItem.totalPrice|currency(currencyIsoCode) }}\n{% endfor %}\n\n{% set delivery = order.deliveries.first %}\n\n{% set displayRounded = order.totalRounding.interval != 0.01 or order.totalRounding.decimals != order.itemRounding.decimals %}\n{% set decimals = order.totalRounding.decimals %}\n{% set total = order.price.totalPrice %}\n{% if displayRounded %}\n {% set total = order.price.rawTotal %}\n {% set decimals = order.itemRounding.decimals %}\n{% endif %}\n\n{% for shippingCost in order.deliveries %}\n Shipping costs: {{ shippingCost.shippingCosts.totalPrice|currency(currencyIsoCode) }}<br>\n{% endfor %}\nNet total: {{ order.amountNet|currency(currencyIsoCode) }}\n{% for calculatedTax in order.price.calculatedTaxes %}\n{% if order.taxStatus is same as(\'net\') %}plus{% else %}including{% endif %} {{ calculatedTax.taxRate }}% VAT. {{ calculatedTax.tax|currency(currencyIsoCode) }}\n{% endfor %}\nTotal gross: {{ total|currency(currencyIsoCode,decimals=decimals) }}\n{% if displayRounded %}\nRounded total gross: {{ order.price.totalPrice|currency(currencyIsoCode,decimals=order.totalRounding.decimals) }}\n{% endif %}\n\nSelected payment type: {{ order.transactions.first.paymentMethod.translated.name }}\n{{ order.transactions.first.paymentMethod.translated.description }}\n\n{% if delivery %}\nSelected shipping type: {{ delivery.shippingMethod.translated.name }}\n{{ delivery.shippingMethod.translated.description }}\n{% endif %}\n\n{% set billingAddress = order.addresses.get(order.billingAddressId) %}\nBilling address:\n{{ billingAddress.company }}\n{{ billingAddress.firstName }} {{ billingAddress.lastName }}\n{{ billingAddress.street }}\n{{ billingAddress.zipcode }} {{ billingAddress.city }}\n{{ billingAddress.country.translated.name }}\n\n{% if delivery %}\nShipping address:\n{{ delivery.shippingOrderAddress.company }}\n{{ delivery.shippingOrderAddress.firstName }} {{ delivery.shippingOrderAddress.lastName }}\n{{ delivery.shippingOrderAddress.street }}\n{{ delivery.shippingOrderAddress.zipcode}} {{ delivery.shippingOrderAddress.city }}\n{{ delivery.shippingOrderAddress.country.translated.name }}\n{% endif %}\n\n{% if order.orderCustomer.vatIds %}\nYour VAT-ID: {{ order.orderCustomer.vatIds|first }}\nIn case of a successful order and if you are based in one of the EU countries, you will receive your goods exempt from turnover tax.\n{% endif %}\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nIf you have any questions, do not hesitate to contact us.\n\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.822', NULL), (0xce03aa79333345a3bfbb1df3aad0661f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Password zurücksetzen - {{ salesChannel.name }}', 'Anfrage zum Zurücksetzen des Passworts', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},<br/>\n <br/>\n im Shop {{ salesChannel.translated.name }} wurde eine Anfrage gestellt, um Ihr Passwort zurück zu setzen.\n Bitte bestätigen Sie den unten stehenden Link, um ein neues Passwort zu definieren.<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">Passwort zurücksetzen</a><br/>\n <br/>\n Dieser Link ist nur für die nächsten 2 Stunden gültig. Danach muss das Zurücksetzen des Passwortes erneut beantragt werden.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.\n </p>\n</div>', 'Hallo {{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\n\nim Shop {{ salesChannel.translated.name }} wurde eine Anfrage gestellt, um Ihr Passwort zurück zu setzen.\nBitte bestätigen Sie den unten stehenden Link, um ein neues Passwort zu definieren.\n\nPasswort zurücksetzen: {{ resetUrl }}\n\nDieser Link ist nur für die nächsten 2 Stunden gültig. Danach muss das Zurücksetzen des Passwortes erneut beantragt werden.\nFalls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.', NULL, '2023-05-09 17:55:45.638', NULL), (0xce03aa79333345a3bfbb1df3aad0661f, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Password reset - {{ salesChannel.name }}', 'Password reset request', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.firstName }} {{ customer.lastName }},<br/>\n <br/>\n there has been a request to reset you Password in the Shop {{ salesChannel.translated.name }}\n Please confirm the link below to specify a new password.<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">Reset password</a><br/>\n <br/>\n This link is valid for the next 2 hours. After that you have to request a new confirmation link.<br/>\n If you do not want to reset your password, please ignore this email. No changes will be made.\n </p>\n</div>\n', '{{ customer.salutation.translated.letterName }} {{customer.firstName}} {{ customer.lastName }},\n\nthere has been a request to reset you Password in the Shop {{ salesChannel.translated.name }}\nPlease confirm the link below to specify a new password.\n\nReset password: {{ resetUrl }}\n\nThis link is valid for the next 2 hours. After that you have to request a new confirmation link.\nIf you do not want to reset your password, please ignore this email. No changes will be made.', NULL, '2023-05-09 17:55:45.636', NULL), (0xd8787c38856b4620be2a3867630cb7bd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Neues Dokument für Ihre Bestellung', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Stornorechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Stornorechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-05-09 17:56:10.577', NULL), (0xd8787c38856b4620be2a3867630cb7bd, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'New document for your order', NULL, '<div style=\"font-family:arial; font-size:12px;\">\n\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br>\n <br>\n Im Anhang dieser E-Mail finden Sie die Stornorechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}<br>\n <br>\n Sollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n <br>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nIm Anhang dieser E-Mail finden Sie die Stornorechnung für Ihre Bestellung mit der Nummer: {{ order.orderNumber }}\n\nSollten Sie Fragen haben, zögern Sie nicht, uns zu kontaktieren.\n', NULL, '2023-05-09 17:56:10.576', NULL), (0xdcf21aedaa9c4d8ba9a0416bbee5690e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde teilweise erstattet', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Zahlungsstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Zahlungsstatus: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.803', NULL), (0xdcf21aedaa9c4d8ba9a0416bbee5690e, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is partially refunded', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your order at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.transactions.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.801', NULL), (0xdeaaa2f4828f4d7fa95f1c2d95147c5e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ salesChannel.name }}', 'Bestellung bei {{ salesChannel.name }} wurde teilweise retourniert', 'Shopware Basis Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n der Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert.<br/>\n <strong>Die Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n Den aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n Sollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nder Lieferstatus für Ihre Bestellung bei {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) vom {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'de-DE\') }} hat sich geändert!\nDie Bestellung hat jetzt den Lieferstatus: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nDen aktuellen Status Ihrer Bestellung können Sie auch jederzeit auf unserer Webseite im Bereich \"Mein Konto\" - \"Meine Bestellungen\" abrufen: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nSollten Sie allerdings den Kauf ohne Registrierung, also ohne Anlage eines Kundenkontos, gewählt haben, steht Ihnen diese Möglichkeit nicht zur Verfügung.\n', NULL, '2023-05-09 17:55:49.764', NULL), (0xdeaaa2f4828f4d7fa95f1c2d95147c5e, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ salesChannel.name }}', 'Your order with {{ salesChannel.name }} is partially returned', 'Shopware Default Template', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},<br/>\n <br/>\n the status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.<br/>\n <strong>The new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.</strong><br/>\n <br/>\n You can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\n </br>\n However, in case you have purchased without a registration or a customer account, you do not have this option.\n </p>\n</div>\n', '{% if order.orderCustomer.salutation %}{{ order.orderCustomer.salutation.translated.letterName ~ \' \' }}{% endif %}{{ order.orderCustomer.firstName }} {{ order.orderCustomer.lastName }},\n\nthe status of your delivery at {{ salesChannel.translated.name }} (Number: {{ order.orderNumber }}) on {{ order.orderDateTime|format_datetime(\'medium\', \'short\', locale=\'en-GB\') }} has changed.\nThe new status is as follows: {{ order.deliveries.first.stateMachineState.translated.name }}.\n\nYou can check the current status of your order on our website under \"My account\" - \"My orders\" anytime: {{ rawUrl(\'frontend.account.order.single.page\', { \'deepLinkCode\': order.deepLinkCode }, salesChannel.domains|first.url) }}\nHowever, in case you have purchased without a registration or a customer account, you do not have this option.\n', NULL, '2023-05-09 17:55:49.762', NULL); INSERT INTO `mail_template_translation` (`mail_template_id`, `language_id`, `sender_name`, `subject`, `description`, `content_html`, `content_plain`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xe6ae994258154cb59f555649d23340b0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shop', 'Kunden Gruppen Registrierung Abgelehnt', '', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\n <br/>\n Vielen Dank für Ihr Interesse an den Konditionen für Kundengruppe {{ customerGroup.translated.name }}.<br/>\n Leider können wir sie nicht für diese Kundengruppe freischalten.<br/>\n\n Bei Rückfragen aller Art können Sie uns gerne telefonisch oder per Mail diesbezüglich erreichen.\n </p>\n</div>\n', '{{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\nVielen Dank für Ihr Interesse an den Konditionen für Kundengruppe {{ customerGroup.translated.name }}.\nLeider können wir sie nicht für diese Kundengruppe freischalten.<br/>\n\nBei Rückfragen aller Art können Sie uns gerne telefonisch oder per Mail diesbezüglich erreichen.\n', NULL, '2023-05-09 17:55:58.571', NULL), (0xe6ae994258154cb59f555649d23340b0, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shop', 'Customer Group Registration Declined', '', '<div style=\"font-family:arial; font-size:12px;\">\n <br/>\n <p>\n {{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\n <br/>\n Thank you for your interest in the conditions for customer group {{ customerGroup.translated.name }}.<br/>\n Unfortunately we cannot activate your account for this customer group.<br/><br/>\n\n If you have any questions, please feel free to contact us by phone or mail.\n </p>\n</div>\n', '{{ customer.salutation.translated.letterName }} {{ customer.lastName }},<br/>\nThank you for your interest in the conditions for customer group {{ customerGroup.translated.name }}.<br/>\nUnfortunately we cannot activate your account for this customer group.\n\nIf you have any questions, please feel free to contact us by phone or mail.\n', NULL, '2023-05-09 17:55:58.570', NULL), (0xfa43ed5313fa4e9abd3c3e4751963882, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '{{ shopName }}', 'Password-Wiederherstellung', '', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hallo {{ customerRecovery.customer.firstName }} {{ customerRecovery.customer.lastName }},<br/>\n <br/>\n Sie haben ein neues Passwort für Ihren {{ shopName }}-Account angefordert.\n Klicken Sie auf folgenden Link, um Ihr Passwort zurückzusetzen:<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">{{ resetUrl }}</a><br/>\n <br/>\n Dieser Link ist für die nächsten 2 Stunden gültig.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.<br/>\n <br/>\n Mit freundlichen Grüßen\n Ihr {{ shopName }}-Team\n </p>\n</div>', ' Hallo {{ customerRecovery.customer.firstName }} {{ customerRecovery.customer.lastName }},\n\n Sie haben ein neues Passwort für Ihren {{ shopName }}-Account angefordert.\n Klicken Sie auf folgenden Link, um Ihr Passwort zurückzusetzen:\n\n {{ resetUrl }}\n\n Dieser Link ist für die nächsten 2 Stunden gültig.\n Falls Sie Ihr Passwort nicht zurücksetzen möchten, ignorieren Sie diese E-Mail - es wird dann keine Änderung vorgenommen.\n\n Mit freundlichen Grüßen\n Ihr {{ shopName }}-Team', NULL, '2023-05-09 17:55:49.322', NULL), (0xfa43ed5313fa4e9abd3c3e4751963882, 0x8e6d712041cf4de1b4149dd70cf58df8, '{{ shopName }}', 'Password recovery', '', '<div style=\"font-family:arial; font-size:12px;\">\n <p>\n Hello {{ customerRecovery.customer.firstName }} {{ customerRecovery.customer.lastName }},<br/>\n <br/>\n You have requested a new password for your {{ shopName }} account.\n Click on the following link to reset your password:<br/>\n <br/>\n <a href=\"{{ resetUrl }}\">{{ resetUrl }}</a><br/>\n <br/>\n This link is valid for the next 2 hours.\n If you don\'t want to reset your password, ignore this email and no changes will be made.<br/>\n <br/>\n Yours sincerely\n Your {{ shopName }} team\n </p>\n</div>', ' Hello {{ customerRecovery.customer.firstName }} {{ customerRecovery.customer.lastName }},\n\n You have requested a new password for your {{ shopName }} account.\n Click on the following link to reset your password:\n\n {{ resetUrl }}\n\n This link is valid for the next 2 hours.\n If you don\'t want to reset your password, ignore this email and no changes will be made.\n\n Yours sincerely\n Your {{ shopName }}-Team', NULL, '2023-05-09 17:55:49.321', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_type` -- CREATE TABLE `mail_template_type` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `available_entities` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `template_data` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ) ; -- -- Tablo döküm verisi `mail_template_type` -- INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x0f48467685f84d9283b2cde54c911de8, 'customer.group.registration.accepted', '{\"customer\":\"customer\",\"customerGroup\":\"customer_group\"}', '2023-05-09 17:55:58.557', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"ad730ece18104f0e924808946e0e11ff\",\"defaultShippingAddressId\":\"ad730ece18104f0e924808946e0e11ff\",\"customerNumber\":\"10062\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"tester@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":false,\"doubleOptInRegistration\":true,\"doubleOptInEmailSentDate\":\"2021-03-29T15:13:15.367+00:00\",\"doubleOptInConfirmDate\":null,\"hash\":\"37111679d6344c94b29fe63e5e90dcae\",\"guest\":false,\"firstLogin\":\"2021-03-29T15:13:15.361+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T15:13:15.590+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":64,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"requestedGroup\":{\"name\":\"Net price customer group\",\"displayGross\":false,\"translations\":null,\"customers\":null,\"customFields\":null,\"salesChannels\":null,\"registrationActive\":true,\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null,\"registrationSalesChannels\":null,\"_uniqueIdentifier\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"versionId\":null,\"translated\":{\"name\":\"Net price customer group\",\"customFields\":[],\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null},\"createdAt\":\"2021-03-09T09:45:01.370+00:00\",\"updatedAt\":\"2021-03-29T15:08:34.004+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9cac9e9ec9be4b12a6159a69d76dd41b\"},\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"7088b93c2cde497ea41becdffa61fe50\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7088b93c2cde497ea41becdffa61fe50\"},\"customerGroup\":{\"name\":\"Net price customer group\",\"displayGross\":false,\"translations\":null,\"customers\":null,\"customFields\":null,\"salesChannels\":null,\"registrationActive\":true,\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null,\"registrationSalesChannels\":null,\"_uniqueIdentifier\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"versionId\":null,\"translated\":{\"name\":\"Net price customer group\",\"customFields\":[],\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null},\"createdAt\":\"2021-03-09T09:45:01.370+00:00\",\"updatedAt\":\"2021-03-29T15:08:34.004+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9cac9e9ec9be4b12a6159a69d76dd41b\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x1306758fbbda4e088b4debbc36df8afd, 'order_delivery.state.cancelled', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.530', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x1e262787cd2a4c8ab1b6672fca4c23a6, 'contact_form', '{\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:47.908', NULL, '{\"contactFormData\":{\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"email\":\"test@example.com\",\"phone\":\"+0123456789\",\"subject\":\"Test\",\"comment\":\"This is a test\",\"shopware_surname_confirm\":\"\",\"privacy\":\"on\",\"_csrf_token\":\"tcSNom-N6vUHL-CpJgpX5cEVsZciGv120ItEOj10ydw\",\"slotId\":\"a80d8f95414146eea8db85d173b74b2b\",\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"}},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x208134d4ea654383997211861b618feb, 'order.state.completed', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.562', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x244578a37af84bd382fe51c501b52f84, 'customer_group_change_accept', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:45.501', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"defaultShippingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"customerNumber\":\"10060\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"testing@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":\"2021-03-29T12:53:05.736+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"customerId\":\"c3445cbcbcec4678b3f15639a892afd1\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"countryStateId\":null,\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstr. 2\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":null,\"customer\":null,\"customFields\":null,\"_uniqueIdentifier\":\"b8794be7a6d840e99ffc76f17320df2b\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b8794be7a6d840e99ffc76f17320df2b\"}],\"orderCustomers\":null,\"autoIncrement\":62,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"c3445cbcbcec4678b3f15639a892afd1\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c3445cbcbcec4678b3f15639a892afd1\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x26a7c3d1fa0a4ff796389441d5bf990b, 'order_delivery.state.shipped', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.527', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x3365474094984fa6a5c21960738e3845, 'order_delivery.state.returned_partially', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.517', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x3bfe9b50e1114838b9f46b13bb38688c, 'order.state.open', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.554', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x3cf8a5d21e3c429ea9c76e92ed748727, 'credit_note_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:56:10.559', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"orderCustomer\":{\"firstName\":\"Max\",\"lastName\":\"Mustermann\"}},\"salesChannel\":{\"name\":\"Storefront\"}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x41ce688036c4410f81752a18d1bdc53c, 'order_confirmation_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.497', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"08757990bf314633b5d0fa55efc5e63d\",\"billingAddressId\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"orderDateTime\":\"2021-04-12T08:39:51.371+00:00\",\"orderDate\":\"2021-04-12T00:00:00.000+00:00\",\"price\":{\"netPrice\":799.07,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":855,\"taxStatus\":\"gross\",\"rawTotal\":855,\"extensions\":[]},\"amountTotal\":855,\"amountNet\":799.07,\"positionPrice\":855,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":7,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"7f0eef7a233a41f886a2fc69b0ca79df\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"c9036a6e1bf84f769f06d0ba6490d75b\",\"defaultShippingAddressId\":\"3fc4a0d7787c466daeb6fade1b51c4fd\",\"customerNumber\":\"1337\",\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"password\":\"$2y$10$9xvO2tM3dEfcOG4lO9CA3eogJD1wkYhW7erQv0d14AAUA9u0V5Dpy\",\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-12T08:39:36.376+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-12T08:39:51.371+00:00\",\"orderCount\":4,\"createdAt\":\"2021-04-12T07:54:30.118+00:00\",\"updatedAt\":\"2021-04-12T08:39:51.671+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"7f0eef7a233a41f886a2fc69b0ca79df\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7f0eef7a233a41f886a2fc69b0ca79df\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-12T07:52:38.207+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"4f602c9cb4994a7a96a06630d9f62cee\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"e61b6f06cbe5421ebb41d428ce457ac2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.542+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e61b6f06cbe5421ebb41d428ce457ac2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.772+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":null,\"addresses\":[{\"countryId\":\"f68b900afd7644dfb8b7f5392183efd9\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Saint Barth\\u00e9lemy\",\"iso\":\"BL\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"BLM\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"f68b900afd7644dfb8b7f5392183efd9\",\"versionId\":null,\"translated\":{\"name\":\"Saint Barth\\u00e9lemy\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.949+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"f68b900afd7644dfb8b7f5392183efd9\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.556+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Kazakhstan\",\"iso\":\"KZ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"KAZ\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"versionId\":null,\"translated\":{\"name\":\"Kazakhstan\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.847+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"7796bf226130426fb71bef6270dcf8e3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.561+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7796bf226130426fb71bef6270dcf8e3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"shippingOrderAddressId\":\"7796bf226130426fb71bef6270dcf8e3\",\"shippingMethodId\":\"7ab645770dbb4a648268248492ed5f0a\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-13T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-15T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":7,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Kazakhstan\",\"iso\":\"KZ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"KAZ\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"versionId\":null,\"translated\":{\"name\":\"Kazakhstan\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.847+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"7796bf226130426fb71bef6270dcf8e3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.561+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7796bf226130426fb71bef6270dcf8e3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"4753bf682a1640d8a89ca672f3982b1b\",\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"2669c221e38a477980f8bef5e9cccdaf\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"4753bf682a1640d8a89ca672f3982b1b\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.108+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"4753bf682a1640d8a89ca672f3982b1b\"},\"shippingMethod\":{\"name\":\"Standard\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"d5352c5bdd10417db10125050af38b64\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"d5352c5bdd10417db10125050af38b64\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"d5352c5bdd10417db10125050af38b64\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"132058274b4c4ba5b292e78b79e7fd90\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"7ab645770dbb4a648268248492ed5f0a\",\"versionId\":null,\"translated\":{\"name\":\"Standard\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-12T07:52:38.814+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ab645770dbb4a648268248492ed5f0a\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"35bf2776cc6c4857980ed8a651bf6060\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.565+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"35bf2776cc6c4857980ed8a651bf6060\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"identifier\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"referencedId\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"productId\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"quantity\":1,\"unitPrice\":855,\"totalPrice\":855,\"label\":\"Aerodynamic Cotton Brand Muffin\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"5f3c1ac1ce3744009cc8613f1524fc80\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":855,\"quantity\":1,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":855,\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"40afe75845934469b3528a06573bd395\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-12 07:54:39.961\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"e38a91bb89b94313acd546bb813c9bde\",\"f5fd0ad1b7904012adeab43c5571249f\",\"1f232fdf7e744a6188e70373c64059ec\"],\"propertyIds\":[\"08342bf3c949475081380d7f18ac3013\",\"1f4a747cd9084a91b5b3354483f64d5c\",\"242c6322e09642db9a6dd34e4945563b\",\"2f8fdf5146e3495b93f1477a13b30a70\",\"33443da934024d7d9a4e949f2dbade33\",\"38414ab339ae45e8a34c742f74ca951c\",\"517fa1113cc749cb82acca7a7a911f51\",\"5db7f83261c746818e2cb119d7b690e3\",\"6b463dcccdcf44b69c1d64aaa99f465a\",\"7b0924b10e6c4e7c8cebb21f779014fe\",\"95746abcc9fe46cc93277210e7184e38\",\"98a65897b93440e7b5f848e51efa53df\",\"ad24e8a73b0f4018827e267346c08254\",\"af8b23072130451b8a80b1a94af2a529\",\"c021d77e23eb44568bd321158519b807\",\"e4a316f3eaf64983a6af02654f7d2fc7\",\"fdfb81dcdbb2400aab7ac18e9c967350\",\"fe4960c9a2df4bfd9e977b473983bd86\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"dc0f18c1a31f4f189e7ef7d921052fe6\",\"manufacturerId\":\"0f721bed5f054043a2b5d0986f55757c\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":31.570093457943923,\\\"gross\\\":33.78,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"2095623819c546a2893afe2db1557bec\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.572+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"2095623819c546a2893afe2db1557bec\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"paymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"amount\":{\"unitPrice\":855,\"quantity\":1,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"69867b98038e4d41bde2382bbb5810fc\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.793+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"69867b98038e4d41bde2382bbb5810fc\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"3e52d2ea8045489bbc13528a1cd68170\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"db5897dec897426985f29b105875e6a8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.129+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"db5897dec897426985f29b105875e6a8\"},\"stateId\":\"db5897dec897426985f29b105875e6a8\",\"customFields\":null,\"_uniqueIdentifier\":\"a57d8d1c18f64f55bfb48b39ceec660f\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.575+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"a57d8d1c18f64f55bfb48b39ceec660f\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"s2i1jbau4LeH0R7RUDrzHo8Y7KglbZ_D\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"040ddecd833d4c98a1935f19b5617e8c\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"ed244ea9e52c4497ab57c4a12b10d962\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"ed244ea9e52c4497ab57c4a12b10d962\"},\"stateId\":\"ed244ea9e52c4497ab57c4a12b10d962\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"132058274b4c4ba5b292e78b79e7fd90\",\"5bbbd6951e8f4c91a8de6544a5fb8ea2\",\"b3963d2ae9f04c8ebd7ea09304f6294f\",\"8583f4c0d9254ea091c8354a180a3a6d\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"e96e47f99c844f1b9997e613bc621f65\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.578+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e96e47f99c844f1b9997e613bc621f65\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"shippingMethodId\":\"7ab645770dbb4a648268248492ed5f0a\",\"countryId\":\"77304b7727794e1c9460f192a55d66cf\",\"navigationCategoryId\":\"e38a91bb89b94313acd546bb813c9bde\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCOGFIOGDVTJLZOVZ5WLEWEA\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"c6dd40a58bfd4c54979eaf1c6be56cb1\",\"snippetSet\":null,\"salesChannelId\":\"08757990bf314633b5d0fa55efc5e63d\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"46d268ec94c5430295ec21fa5952ca53\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-12T07:53:19.452+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"46d268ec94c5430295ec21fa5952ca53\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"69867b98038e4d41bde2382bbb5810fc\",\"81fcce6eda1e4ee994281cf6c41e1208\",\"8b9ed316d2da4756ab995bd0fa46ef87\",\"9c8bb5aa0c974f87b44b4a61a9d61d0a\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"08757990bf314633b5d0fa55efc5e63d\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:53:19.452+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"08757990bf314633b5d0fa55efc5e63d\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x430e73d8108c487dae052ef5a8e9321d, 'invoice_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:56:10.539', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"orderCustomer\":{\"firstName\":\"Max\",\"lastName\":\"Mustermann\"}},\"salesChannel\":{\"name\":\"Storefront\"}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x4c29789f6ee948108a65985d0c937f7b, 'order.state.in_progress', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.557', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x547a03e98b544fcf92319a177b09a4e4, 'customer_register', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:45.485', '2023-05-09 15:04:59.504', '{\"customer\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"6c97534c2c0747f39e8751e43cb2b013\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-09T15:04:59.221+00:00\",\"updatedAt\":null,\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"147cc1c839ed4620b4a9b20f9fd8c880\",\"salesChannelId\":\"05b03c671cf8409aa4084628de7ce7f8\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"defaultShippingAddressId\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"customerNumber\":\"SWDEMO10000\",\"salutationId\":\"eca4b62e423b4d13a55035472b0d9675\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"password\":\"$2y$10$qYoCQe2r3h\\/tiGIqwsq7YuuKBGCEmgtM\\/U4v182xtKDrFv5vSNFJO\",\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2019-06-12T07:13:39.641+00:00\",\"newsletterSalesChannelIds\":null,\"newsletter\":false,\"birthday\":\"1996-06-06T00:00:00.000+00:00\",\"lastOrderDate\":null,\"orderCount\":0,\"orderTotalAmount\":0.0,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"147cc1c839ed4620b4a9b20f9fd8c880\",\"versionId\":null,\"translated\":{\"name\":\"Nachnahme\",\"distinguishableName\":\"Nachnahme\",\"description\":\"Zahlung bei Erhalt der Ware.\",\"customFields\":[]},\"createdAt\":\"2023-05-09T17:55:45.360+00:00\",\"updatedAt\":null,\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Nachnahme\",\"distinguishableName\":\"Nachnahme\",\"description\":\"Zahlung bei Erhalt der Ware.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"appPaymentMethod\":null,\"synchronous\":true,\"asynchronous\":false,\"prepared\":false,\"refundable\":false,\"id\":\"147cc1c839ed4620b4a9b20f9fd8c880\",\"customFields\":null},\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"eca4b62e423b4d13a55035472b0d9675\",\"versionId\":null,\"translated\":{\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"customFields\":[]},\"createdAt\":\"2023-05-09T17:55:44.678+00:00\",\"updatedAt\":null,\"salutationKey\":\"mr\",\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"eca4b62e423b4d13a55035472b0d9675\",\"customFields\":null},\"defaultBillingAddress\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-09T15:04:59.219+00:00\",\"updatedAt\":null,\"customerId\":\"6c97534c2c0747f39e8751e43cb2b013\",\"countryId\":\"00632582112d48f9973b4533695c0a98\",\"countryStateId\":null,\"salutationId\":\"eca4b62e423b4d13a55035472b0d9675\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstraße 1\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"00632582112d48f9973b4533695c0a98\",\"versionId\":null,\"translated\":{\"name\":\"Katar\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-05-09T17:55:55.211+00:00\",\"updatedAt\":null,\"name\":\"Katar\",\"iso\":\"QA\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"QAT\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":null,\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"00632582112d48f9973b4533695c0a98\",\"customFields\":null},\"countryState\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"eca4b62e423b4d13a55035472b0d9675\",\"versionId\":null,\"translated\":{\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"customFields\":[]},\"createdAt\":\"2023-05-09T17:55:44.678+00:00\",\"updatedAt\":null,\"salutationKey\":\"mr\",\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"eca4b62e423b4d13a55035472b0d9675\",\"customFields\":null},\"customer\":null,\"id\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"customFields\":null},\"defaultShippingAddress\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-09T15:04:59.219+00:00\",\"updatedAt\":null,\"customerId\":\"6c97534c2c0747f39e8751e43cb2b013\",\"countryId\":\"00632582112d48f9973b4533695c0a98\",\"countryStateId\":null,\"salutationId\":\"eca4b62e423b4d13a55035472b0d9675\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstraße 1\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"00632582112d48f9973b4533695c0a98\",\"versionId\":null,\"translated\":{\"name\":\"Katar\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-05-09T17:55:55.211+00:00\",\"updatedAt\":null,\"name\":\"Katar\",\"iso\":\"QA\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"QAT\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":null,\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"00632582112d48f9973b4533695c0a98\",\"customFields\":null},\"countryState\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"eca4b62e423b4d13a55035472b0d9675\",\"versionId\":null,\"translated\":{\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"customFields\":[]},\"createdAt\":\"2023-05-09T17:55:44.678+00:00\",\"updatedAt\":null,\"salutationKey\":\"mr\",\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"eca4b62e423b4d13a55035472b0d9675\",\"customFields\":null},\"customer\":null,\"id\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"customFields\":null},\"activeBillingAddress\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-09T15:04:59.219+00:00\",\"updatedAt\":null,\"customerId\":\"6c97534c2c0747f39e8751e43cb2b013\",\"countryId\":\"00632582112d48f9973b4533695c0a98\",\"countryStateId\":null,\"salutationId\":\"eca4b62e423b4d13a55035472b0d9675\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstraße 1\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"00632582112d48f9973b4533695c0a98\",\"versionId\":null,\"translated\":{\"name\":\"Katar\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-05-09T17:55:55.211+00:00\",\"updatedAt\":null,\"name\":\"Katar\",\"iso\":\"QA\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"QAT\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":null,\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"00632582112d48f9973b4533695c0a98\",\"customFields\":null},\"countryState\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"eca4b62e423b4d13a55035472b0d9675\",\"versionId\":null,\"translated\":{\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"customFields\":[]},\"createdAt\":\"2023-05-09T17:55:44.678+00:00\",\"updatedAt\":null,\"salutationKey\":\"mr\",\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"eca4b62e423b4d13a55035472b0d9675\",\"customFields\":null},\"customer\":null,\"id\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"customFields\":null},\"activeShippingAddress\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2023-05-09T15:04:59.219+00:00\",\"updatedAt\":null,\"customerId\":\"6c97534c2c0747f39e8751e43cb2b013\",\"countryId\":\"00632582112d48f9973b4533695c0a98\",\"countryStateId\":null,\"salutationId\":\"eca4b62e423b4d13a55035472b0d9675\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstraße 1\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"00632582112d48f9973b4533695c0a98\",\"versionId\":null,\"translated\":{\"name\":\"Katar\",\"customFields\":[],\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]]},\"createdAt\":\"2023-05-09T17:55:55.211+00:00\",\"updatedAt\":null,\"name\":\"Katar\",\"iso\":\"QA\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"QAT\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"vatIdRequired\":false,\"customerTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"companyTax\":{\"extensions\":[],\"enabled\":false,\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"amount\":0.0},\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"postalCodeRequired\":false,\"checkPostalCodePattern\":false,\"checkAdvancedPostalCodePattern\":false,\"advancedPostalCodePattern\":null,\"defaultPostalCodePattern\":null,\"addressFormat\":[[\"address\\/company\",\"symbol\\/dash\",\"address\\/department\"],[\"address\\/first_name\",\"address\\/last_name\"],[\"address\\/street\"],[\"address\\/zipcode\",\"address\\/city\"],[\"address\\/country\"]],\"id\":\"00632582112d48f9973b4533695c0a98\",\"customFields\":null},\"countryState\":null,\"salutation\":{\"extensions\":{\"foreignKeys\":{\"extensions\":[],\"apiAlias\":null},\"internal_mapping_storage\":{\"extensions\":[],\"apiAlias\":null}},\"_uniqueIdentifier\":\"eca4b62e423b4d13a55035472b0d9675\",\"versionId\":null,\"translated\":{\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"customFields\":[]},\"createdAt\":\"2023-05-09T17:55:44.678+00:00\",\"updatedAt\":null,\"salutationKey\":\"mr\",\"displayName\":\"Herr\",\"letterName\":\"Sehr geehrter Herr\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"id\":\"eca4b62e423b4d13a55035472b0d9675\",\"customFields\":null},\"customer\":null,\"id\":\"d8f0dff7ef3947979a83c42f6509f22c\",\"customFields\":null},\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":1,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"createdById\":\"4fb0a06161984226b96d50f2e9b58b6d\",\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"id\":\"6c97534c2c0747f39e8751e43cb2b013\",\"customFields\":null}}'), (0x577146040c6b4f218a72aa9e87e01bcc, 'cancellation_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:56:10.568', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"orderCustomer\":{\"firstName\":\"Max\",\"lastName\":\"Mustermann\"}},\"salesChannel\":{\"name\":\"Storefront\"}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x6db116ca94124d7385a0dfd036a11b27, 'customer.recovery.request', '{\"customerRecovery\":\"customer_recovery\"}', '2023-05-09 17:55:49.316', NULL, '{\"customerRecovery\":{\"id\":\"fffd09464d864770b9ce54e4e8601d7c\",\"customerId\":\"51555310038a427a8fcc361433d5784e\",\"hash\":\"Rx33F2DRjmJDHg19tFhtTgMq8tFq0fMF\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"85f5178d031147fc9847d99b3bb7d5e0\",\"defaultShippingAddressId\":\"f5299cbf329d4bd1a092f32bb59b0c31\",\"customerNumber\":\"1337\",\"salutationId\":\"44706b43d8bd4b34a4582185c3fd07f1\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-03-29T08:52:46.863+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-03-29T12:34:22.655+00:00\",\"orderCount\":18,\"createdAt\":\"2021-03-09T09:45:15.280+00:00\",\"updatedAt\":\"2021-03-29T12:34:22.916+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"51555310038a427a8fcc361433d5784e\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"51555310038a427a8fcc361433d5784e\"},\"_uniqueIdentifier\":\"fffd09464d864770b9ce54e4e8601d7c\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T12:38:47.091+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}}},\"resetUrl\":\"http:\\/\\/localhost\\/development\\/public\\/account\\/recover\\/password?hash=Rx33F2DRjmJDHg19tFhtTgMq8tFq0fMF\",\"shopName\":\"Storefront\",\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x7f5a526861c8404ca64696480c4810a4, 'downloads_delivery', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:56:14.441', NULL, NULL), (0x838dd872312944d7bb0ca4c116dc6dfd, 'sepa_confirmation', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:45.509', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"08757990bf314633b5d0fa55efc5e63d\",\"billingAddressId\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"orderDateTime\":\"2021-04-12T08:39:51.371+00:00\",\"orderDate\":\"2021-04-12T00:00:00.000+00:00\",\"price\":{\"netPrice\":799.07,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":855,\"taxStatus\":\"gross\",\"rawTotal\":855,\"extensions\":[]},\"amountTotal\":855,\"amountNet\":799.07,\"positionPrice\":855,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":7,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"7f0eef7a233a41f886a2fc69b0ca79df\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"c9036a6e1bf84f769f06d0ba6490d75b\",\"defaultShippingAddressId\":\"3fc4a0d7787c466daeb6fade1b51c4fd\",\"customerNumber\":\"1337\",\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"password\":\"$2y$10$9xvO2tM3dEfcOG4lO9CA3eogJD1wkYhW7erQv0d14AAUA9u0V5Dpy\",\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-12T08:39:36.376+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-12T08:39:51.371+00:00\",\"orderCount\":4,\"createdAt\":\"2021-04-12T07:54:30.118+00:00\",\"updatedAt\":\"2021-04-12T08:39:51.671+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"7f0eef7a233a41f886a2fc69b0ca79df\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7f0eef7a233a41f886a2fc69b0ca79df\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-12T07:52:38.207+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"4f602c9cb4994a7a96a06630d9f62cee\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"e61b6f06cbe5421ebb41d428ce457ac2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.542+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e61b6f06cbe5421ebb41d428ce457ac2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.772+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":null,\"addresses\":[{\"countryId\":\"f68b900afd7644dfb8b7f5392183efd9\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Saint Barth\\u00e9lemy\",\"iso\":\"BL\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"BLM\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"f68b900afd7644dfb8b7f5392183efd9\",\"versionId\":null,\"translated\":{\"name\":\"Saint Barth\\u00e9lemy\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.949+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"f68b900afd7644dfb8b7f5392183efd9\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.556+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"3e112279819f4c1d8f5d7107f6b33a25\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Kazakhstan\",\"iso\":\"KZ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"KAZ\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"versionId\":null,\"translated\":{\"name\":\"Kazakhstan\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.847+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"7796bf226130426fb71bef6270dcf8e3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.561+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7796bf226130426fb71bef6270dcf8e3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"shippingOrderAddressId\":\"7796bf226130426fb71bef6270dcf8e3\",\"shippingMethodId\":\"7ab645770dbb4a648268248492ed5f0a\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-13T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-15T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":7,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"countryStateId\":null,\"salutationId\":\"4f602c9cb4994a7a96a06630d9f62cee\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Kazakhstan\",\"iso\":\"KZ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"KAZ\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\",\"versionId\":null,\"translated\":{\"name\":\"Kazakhstan\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:46.847+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bf7fe4dae0aa4ebcb28f8e91a4aabc8b\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"customFields\":null,\"_uniqueIdentifier\":\"7796bf226130426fb71bef6270dcf8e3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.561+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7796bf226130426fb71bef6270dcf8e3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"4753bf682a1640d8a89ca672f3982b1b\",\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"2669c221e38a477980f8bef5e9cccdaf\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"4753bf682a1640d8a89ca672f3982b1b\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.108+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"4753bf682a1640d8a89ca672f3982b1b\"},\"shippingMethod\":{\"name\":\"Standard\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"d5352c5bdd10417db10125050af38b64\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"d5352c5bdd10417db10125050af38b64\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"d5352c5bdd10417db10125050af38b64\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"132058274b4c4ba5b292e78b79e7fd90\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"7ab645770dbb4a648268248492ed5f0a\",\"versionId\":null,\"translated\":{\"name\":\"Standard\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-12T07:52:38.814+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ab645770dbb4a648268248492ed5f0a\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"35bf2776cc6c4857980ed8a651bf6060\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.565+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"35bf2776cc6c4857980ed8a651bf6060\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"identifier\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"referencedId\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"productId\":\"f47e72bf6d0e40c4aa290330a7ffd44d\",\"quantity\":1,\"unitPrice\":855,\"totalPrice\":855,\"label\":\"Aerodynamic Cotton Brand Muffin\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"5f3c1ac1ce3744009cc8613f1524fc80\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":855,\"quantity\":1,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":855,\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"40afe75845934469b3528a06573bd395\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-12 07:54:39.961\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"e38a91bb89b94313acd546bb813c9bde\",\"f5fd0ad1b7904012adeab43c5571249f\",\"1f232fdf7e744a6188e70373c64059ec\"],\"propertyIds\":[\"08342bf3c949475081380d7f18ac3013\",\"1f4a747cd9084a91b5b3354483f64d5c\",\"242c6322e09642db9a6dd34e4945563b\",\"2f8fdf5146e3495b93f1477a13b30a70\",\"33443da934024d7d9a4e949f2dbade33\",\"38414ab339ae45e8a34c742f74ca951c\",\"517fa1113cc749cb82acca7a7a911f51\",\"5db7f83261c746818e2cb119d7b690e3\",\"6b463dcccdcf44b69c1d64aaa99f465a\",\"7b0924b10e6c4e7c8cebb21f779014fe\",\"95746abcc9fe46cc93277210e7184e38\",\"98a65897b93440e7b5f848e51efa53df\",\"ad24e8a73b0f4018827e267346c08254\",\"af8b23072130451b8a80b1a94af2a529\",\"c021d77e23eb44568bd321158519b807\",\"e4a316f3eaf64983a6af02654f7d2fc7\",\"fdfb81dcdbb2400aab7ac18e9c967350\",\"fe4960c9a2df4bfd9e977b473983bd86\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"dc0f18c1a31f4f189e7ef7d921052fe6\",\"manufacturerId\":\"0f721bed5f054043a2b5d0986f55757c\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":31.570093457943923,\\\"gross\\\":33.78,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"2095623819c546a2893afe2db1557bec\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.572+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"2095623819c546a2893afe2db1557bec\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"e96e47f99c844f1b9997e613bc621f65\",\"paymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"amount\":{\"unitPrice\":855,\"quantity\":1,\"totalPrice\":855,\"calculatedTaxes\":[{\"tax\":55.93,\"taxRate\":7,\"price\":855,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":7,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"69867b98038e4d41bde2382bbb5810fc\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:38.793+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"69867b98038e4d41bde2382bbb5810fc\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"3e52d2ea8045489bbc13528a1cd68170\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"db5897dec897426985f29b105875e6a8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.129+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"db5897dec897426985f29b105875e6a8\"},\"stateId\":\"db5897dec897426985f29b105875e6a8\",\"customFields\":null,\"_uniqueIdentifier\":\"a57d8d1c18f64f55bfb48b39ceec660f\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.575+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"a57d8d1c18f64f55bfb48b39ceec660f\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"s2i1jbau4LeH0R7RUDrzHo8Y7KglbZ_D\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"040ddecd833d4c98a1935f19b5617e8c\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"ed244ea9e52c4497ab57c4a12b10d962\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:52:39.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"ed244ea9e52c4497ab57c4a12b10d962\"},\"stateId\":\"ed244ea9e52c4497ab57c4a12b10d962\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"132058274b4c4ba5b292e78b79e7fd90\",\"5bbbd6951e8f4c91a8de6544a5fb8ea2\",\"b3963d2ae9f04c8ebd7ea09304f6294f\",\"8583f4c0d9254ea091c8354a180a3a6d\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"e96e47f99c844f1b9997e613bc621f65\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-12T08:39:51.578+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e96e47f99c844f1b9997e613bc621f65\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"69867b98038e4d41bde2382bbb5810fc\",\"shippingMethodId\":\"7ab645770dbb4a648268248492ed5f0a\",\"countryId\":\"77304b7727794e1c9460f192a55d66cf\",\"navigationCategoryId\":\"e38a91bb89b94313acd546bb813c9bde\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCOGFIOGDVTJLZOVZ5WLEWEA\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"c6dd40a58bfd4c54979eaf1c6be56cb1\",\"snippetSet\":null,\"salesChannelId\":\"08757990bf314633b5d0fa55efc5e63d\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"46d268ec94c5430295ec21fa5952ca53\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-12T07:53:19.452+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"46d268ec94c5430295ec21fa5952ca53\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"69867b98038e4d41bde2382bbb5810fc\",\"81fcce6eda1e4ee994281cf6c41e1208\",\"8b9ed316d2da4756ab995bd0fa46ef87\",\"9c8bb5aa0c974f87b44b4a61a9d61d0a\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"08757990bf314633b5d0fa55efc5e63d\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-12T07:53:19.452+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"08757990bf314633b5d0fa55efc5e63d\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x873dc8df996c4073b0a5ba50e1d5c8e5, 'order_transaction.state.refunded_partially', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.537', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0x888c6d60ff094b08929e060a418c32e4, 'order_delivery.state.returned', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.524', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x90a07510ec79495fa544e48fe8b6aab5, 'customer_group_change_reject', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:45.504', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"defaultShippingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"customerNumber\":\"10060\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"testing@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":\"2021-03-29T12:53:05.736+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"customerId\":\"c3445cbcbcec4678b3f15639a892afd1\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"countryStateId\":null,\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstr. 2\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":null,\"customer\":null,\"customFields\":null,\"_uniqueIdentifier\":\"b8794be7a6d840e99ffc76f17320df2b\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b8794be7a6d840e99ffc76f17320df2b\"}],\"orderCustomers\":null,\"autoIncrement\":62,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"c3445cbcbcec4678b3f15639a892afd1\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c3445cbcbcec4678b3f15639a892afd1\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0x9ba1221748b94274bd8fe38b9c75217d, 'guest_order.double_opt_in', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:50.204', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a97c45ffcb3246b18a57dff85ebf440e\",\"defaultShippingAddressId\":\"a97c45ffcb3246b18a57dff85ebf440e\",\"customerNumber\":\"10061\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"testing@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":false,\"doubleOptInRegistration\":true,\"doubleOptInEmailSentDate\":\"2021-03-29T14:55:28.861+00:00\",\"doubleOptInConfirmDate\":null,\"hash\":\"6cf0a92813a6465ca445a1039b04fcae\",\"guest\":true,\"firstLogin\":\"2021-03-29T14:55:28.858+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T14:55:28.885+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"customerId\":\"580c15d36d6e4b959b5a5ce9074dae08\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"countryStateId\":\"4629fdb36d08457fadb88272fd3c7d2b\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstr. 2\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":null,\"customer\":null,\"customFields\":null,\"_uniqueIdentifier\":\"a97c45ffcb3246b18a57dff85ebf440e\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T14:55:28.884+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"a97c45ffcb3246b18a57dff85ebf440e\"}],\"orderCustomers\":null,\"autoIncrement\":63,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"580c15d36d6e4b959b5a5ce9074dae08\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"580c15d36d6e4b959b5a5ce9074dae08\"},\"confirmUrl\":\"http:\\/\\/localhost\\/development\\/public\\/registration\\/confirm?em=168ce4e90d20a42282c682e2383dda1c3eafc23a&hash=6cf0a92813a6465ca445a1039b04fcae&redirectTo=frontend.checkout.confirm.page\",\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xa36ca58c4a2749c0aee1424a5c73ea8b, 'delivery_mail', '{\"order\":\"order\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:56:10.549', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"orderCustomer\":{\"firstName\":\"Max\",\"lastName\":\"Mustermann\"}},\"salesChannel\":{\"name\":\"Storefront\"}}'), (0xa78c18b9f3d34beeb011e6f6dc2d6297, 'password_change', '{\"customer\":\"customer\",\"resetUrl\":null,\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:45.507', NULL, NULL); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xa890c1b6ddff4e639b8c79c81b38bd62, 'order_transaction.state.refunded', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.545', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xac849568988c44a5ab71b0d48d47a39b, 'order_transaction.state.cancelled', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.540', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xacf068fac6024b0eb48678718552fec2, 'newsletterRegister', '{\"newsletterRecipient\":\"newsletter_recipient\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:45.495', NULL, '{\"newsletterRecipient\":{\"email\":\"test@example.com\",\"title\":null,\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipCode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"street\":null,\"status\":\"direct\",\"hash\":\"7ee7a7cb1fb741f387b07f4b86a67124\",\"salutationId\":\"44706b43d8bd4b34a4582185c3fd07f1\",\"salutation\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"customFields\":null,\"confirmedAt\":null,\"tags\":null,\"_uniqueIdentifier\":\"e622fb2224fc4baa9125e0bfd0f2a927\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T15:10:10.880+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e622fb2224fc4baa9125e0bfd0f2a927\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xaee4e18d46b9473baa459877311bc62b, 'order_transaction.state.paid', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.542', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xb4375f4fdd0f4f7da1c7d6249c7cd2c8, 'order_delivery.state.shipped_partially', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.520', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xb7be0c6f424f44958e8fd64af455d031, 'product_stock_warning', '{\"product\":\"product\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:45.512', NULL, NULL); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xc62fb829fbf5483080c63a2f5518bae4, 'order_transaction.state.reminded', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.534', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xc8b5b9fc67884500a8cb475a7cd6a046, 'order_transaction.state.open', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.551', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xd35d28345dac48ce94ac515d96547b50, 'order.state.cancelled', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.559', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); INSERT INTO `mail_template_type` (`id`, `technical_name`, `available_entities`, `created_at`, `updated_at`, `template_data`) VALUES (0xd7c9815b7e4a42e68ae60d693908348c, 'order_transaction.state.paid_partially', '{\"order\":\"order\",\"previousState\":\"state_machine_state\",\"newState\":\"state_machine_state\",\"salesChannel\":\"sales_channel\",\"editOrderUrl\":null}', '2023-05-09 17:55:45.548', NULL, '{\"order\":{\"orderNumber\":\"10060\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currencyFactor\":1,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"billingAddressId\":\"658f064fb7214daca0821410c265a54a\",\"orderDateTime\":\"2021-04-08T08:06:47.547+00:00\",\"orderDate\":\"2021-04-08T00:00:00.000+00:00\",\"price\":{\"netPrice\":740,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"positionPrice\":740,\"taxStatus\":\"gross\",\"rawTotal\":740,\"extensions\":[]},\"amountTotal\":740,\"amountNet\":740,\"positionPrice\":740,\"taxStatus\":\"gross\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingTotal\":0,\"orderCustomer\":{\"email\":\"test@example.com\",\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"vatIds\":null,\"company\":null,\"customerNumber\":\"1337\",\"customerId\":\"6b216f01cab54ef5807f1aa180414ce7\",\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"salesChannelId\":\"98432def39fc4624b33213a56b8c944d\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"a3d3353fc86f4cc78bc4d4ccf5fd0f5e\",\"defaultShippingAddressId\":\"7cd64c81e0dc4488a4c461dab4e9bf4b\",\"customerNumber\":\"1337\",\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"test@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":null,\"lastLogin\":\"2021-04-08T08:06:35.953+00:00\",\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":\"2021-04-08T08:06:47.547+00:00\",\"orderCount\":3,\"createdAt\":\"2021-04-08T07:31:30.853+00:00\",\"updatedAt\":\"2021-04-08T08:06:47.769+00:00\",\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":null,\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":61,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":\"::\",\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"6b216f01cab54ef5807f1aa180414ce7\",\"versionId\":null,\"translated\":[],\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6b216f01cab54ef5807f1aa180414ce7\"},\"salutation\":{\"salutationKey\":\"not_specified\",\"displayName\":\"Not specified\",\"letterName\":\" \",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"b3b9251279764583a0f11ff92e3d40ef\",\"versionId\":null,\"translated\":{\"displayName\":\"Not specified\",\"letterName\":\" \"},\"createdAt\":\"2021-04-08T07:30:01.479+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b3b9251279764583a0f11ff92e3d40ef\"},\"order\":null,\"customFields\":null,\"remoteAddress\":\"::\",\"_uniqueIdentifier\":\"9105dcbe44d9424fab96d351be47a927\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.671+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9105dcbe44d9424fab96d351be47a927\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"currency\":{\"isoCode\":\"EUR\",\"factor\":1,\"symbol\":\"\\u20ac\",\"shortName\":\"EUR\",\"name\":\"Euro\",\"position\":1,\"translations\":null,\"orders\":null,\"salesChannels\":null,\"salesChannelDefaultAssignments\":null,\"salesChannelDomains\":null,\"customFields\":null,\"shippingMethodPrices\":null,\"promotionDiscountPrices\":null,\"isSystemDefault\":true,\"productExports\":null,\"countryRoundings\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"versionId\":null,\"translated\":{\"shortName\":\"EUR\",\"name\":\"Euro\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.679+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\"},\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":null,\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null},\"addresses\":[{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},{\"countryId\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Bahnhofstra\\u00dfe 27\",\"zipcode\":\"10332\",\"city\":\"Berlin\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Djibouti\",\"iso\":\"DJ\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"DJI\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"b0baef05cfca4995bfbdd75a95b1d2d7\",\"versionId\":null,\"translated\":{\"name\":\"Djibouti\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:10.954+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b0baef05cfca4995bfbdd75a95b1d2d7\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"658f064fb7214daca0821410c265a54a\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.687+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"658f064fb7214daca0821410c265a54a\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"billingAddress\":null,\"deliveries\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"shippingOrderAddressId\":\"5a915d3e124b409389785aa5a7534472\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"trackingCodes\":[],\"shippingDateEarliest\":\"2021-04-09T00:00:00.000+00:00\",\"shippingDateLatest\":\"2021-04-11T00:00:00.000+00:00\",\"shippingCosts\":{\"unitPrice\":0,\"quantity\":1,\"totalPrice\":0,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":0,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"shippingOrderAddress\":{\"countryId\":\"add8539b11814972818256faa91f3316\",\"countryStateId\":null,\"salutationId\":\"b3b9251279764583a0f11ff92e3d40ef\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"street\":\"Ebbinghoff 10\",\"zipcode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"company\":null,\"department\":null,\"title\":null,\"vatId\":null,\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":{\"name\":\"Paraguay\",\"iso\":\"PY\",\"position\":10,\"taxFree\":false,\"active\":true,\"shippingAvailable\":true,\"iso3\":\"PRY\",\"displayStateInRegistration\":false,\"forceStateInRegistration\":false,\"companyTaxFree\":false,\"checkVatIdPattern\":false,\"vatIdPattern\":null,\"states\":null,\"translations\":null,\"orderAddresses\":null,\"customerAddresses\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"taxRules\":null,\"currencyCountryRoundings\":null,\"_uniqueIdentifier\":\"add8539b11814972818256faa91f3316\",\"versionId\":null,\"translated\":{\"name\":\"Paraguay\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:11.066+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"add8539b11814972818256faa91f3316\"},\"countryState\":null,\"order\":null,\"salutation\":null,\"orderDeliveries\":null,\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"customFields\":null,\"_uniqueIdentifier\":\"5a915d3e124b409389785aa5a7534472\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.691+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5a915d3e124b409389785aa5a7534472\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"stateId\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"stateMachineState\":{\"name\":\"Shipped\",\"technicalName\":\"shipped\",\"stateMachineId\":\"fa6a3f6ee9ac40b88cb2383890b96e4b\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"da7999756a0b4f24a8f1b2c3517c63c6\",\"versionId\":null,\"translated\":{\"name\":\"Shipped\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.817+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"da7999756a0b4f24a8f1b2c3517c63c6\"},\"shippingMethod\":{\"name\":\"Express\",\"active\":true,\"description\":null,\"trackingUrl\":null,\"deliveryTimeId\":\"0733a509484c40daa1225173e6ccf382\",\"deliveryTime\":{\"name\":\"1-3 days\",\"min\":1,\"max\":3,\"unit\":\"day\",\"shippingMethods\":null,\"translations\":null,\"customFields\":null,\"products\":null,\"_uniqueIdentifier\":\"0733a509484c40daa1225173e6ccf382\",\"versionId\":null,\"translated\":{\"name\":\"1-3 days\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.000+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"0733a509484c40daa1225173e6ccf382\"},\"translations\":null,\"orderDeliveries\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"customFields\":null,\"availabilityRule\":null,\"availabilityRuleId\":\"f52b985fe172452d8eb4be30ae838bca\",\"prices\":[],\"mediaId\":null,\"taxId\":null,\"media\":null,\"tags\":null,\"taxType\":\"auto\",\"tax\":null,\"_uniqueIdentifier\":\"03168af91f804087b7bc24eea072c2d6\",\"versionId\":null,\"translated\":{\"name\":\"Express\",\"customFields\":[],\"description\":null,\"trackingUrl\":null},\"createdAt\":\"2021-04-08T07:30:01.696+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"03168af91f804087b7bc24eea072c2d6\"},\"order\":null,\"positions\":null,\"customFields\":null,\"_uniqueIdentifier\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.694+00:00\",\"updatedAt\":\"2021-04-08T08:07:42.742+00:00\",\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bdd092a2bd9547d3a05c513c2dc37e13\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"shippingOrderAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"lineItems\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"identifier\":\"26641f6d8e52424a9238cb25b59ac402\",\"referencedId\":\"26641f6d8e52424a9238cb25b59ac402\",\"productId\":\"26641f6d8e52424a9238cb25b59ac402\",\"quantity\":1,\"unitPrice\":740,\"totalPrice\":740,\"label\":\"Aerodynamic Bronze Brush n Flush\",\"description\":null,\"good\":true,\"removable\":true,\"coverId\":\"04e72112470e4e989372b03e356eea70\",\"stackable\":true,\"position\":1,\"price\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"priceDefinition\":{\"price\":740,\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"quantity\":1,\"isCalculated\":true,\"referencePriceDefinition\":null,\"listPrice\":null,\"extensions\":[],\"type\":\"quantity\"},\"payload\":{\"isNew\":false,\"taxId\":\"a8e6660add084484988909a3eba996f8\",\"tagIds\":null,\"options\":[],\"features\":[],\"createdAt\":\"2021-04-08 07:31:35.403\",\"optionIds\":null,\"isCloseout\":false,\"categoryIds\":[\"aee8846cc9214295bd832fc436ff0891\",\"7f21a683489742aeac15c846ff26089b\",\"6901b0428273411fafb4c20657a87819\"],\"propertyIds\":[\"1f320a0a3e1e4032b9840c25b216c01c\",\"27c7db6c50e1458b80bd48b7fd156bbb\",\"2ac677dfc0ea43d9afc33ff4eba10557\",\"33856bf045a74d438a85232de72555ce\",\"4868b068ff0b4706ad02b2beb7fb68ae\",\"4afcfa4dc9444ae28b2bc4fc5e37fca8\",\"5f0d692e20774e22b1339acb55a4ab8c\",\"7c29e4c1659b4c1e86703cb8c57ad017\",\"7e4b7a49eda545dd8619bf350534d2b9\",\"9975751305c542d592674b0a516e7faf\",\"9b7ba56210154b05a71de31f1fdef294\",\"a5d876efaf824a4f83f146d9280a833e\",\"ab47e83d07f14b978730c28fcdcf7dbb\",\"bd885d5a1fbe467d92fc1d9878b69308\",\"bfc247a0147b43b1900c16437a59d2ac\",\"c73ec99cbf3c4e6da14727f34bc79a1b\",\"ec048350008846569f8e3e786b2f3839\",\"f40a4cb7036d48a3bb92901ea9806de4\"],\"releaseDate\":null,\"customFields\":[],\"productNumber\":\"63695d9584c7469f923053c43e6bc51b\",\"manufacturerId\":\"60fe1e82644c4ac98024d37428848ef0\",\"purchasePrices\":\"{\\\"currencyId\\\":\\\"b7d2554b0ce847cd82f3ac9bd1c0dfca\\\",\\\"net\\\":6.5,\\\"gross\\\":6.5,\\\"linked\\\":true,\\\"listPrice\\\":null,\\\"extensions\\\":[]}\",\"markAsTopseller\":null},\"parentId\":null,\"type\":\"product\",\"order\":null,\"orderDeliveryPositions\":null,\"customFields\":null,\"cover\":null,\"children\":null,\"product\":null,\"_uniqueIdentifier\":\"782f865d67ba4c7fa4b0295523860bd3\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.700+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"782f865d67ba4c7fa4b0295523860bd3\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"productVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"parentVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"transactions\":[{\"orderId\":\"666434556c72430e8626f13339ea7bdc\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"amount\":{\"unitPrice\":740,\"quantity\":1,\"totalPrice\":740,\"calculatedTaxes\":[{\"tax\":0,\"taxRate\":0,\"price\":740,\"extensions\":[]}],\"taxRules\":[{\"taxRate\":0,\"percentage\":100,\"extensions\":[]}],\"referencePrice\":null,\"listPrice\":null,\"extensions\":[]},\"paymentMethod\":{\"pluginId\":null,\"handlerIdentifier\":\"Shopware\\\\Core\\\\Checkout\\\\Payment\\\\Cart\\\\PaymentHandler\\\\CashPayment\",\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"position\":1,\"active\":true,\"afterOrderEnabled\":true,\"plugin\":null,\"translations\":null,\"orderTransactions\":null,\"customers\":null,\"salesChannelDefaultAssignments\":null,\"salesChannels\":null,\"availabilityRule\":null,\"availabilityRuleId\":null,\"mediaId\":null,\"media\":null,\"customFields\":null,\"formattedHandlerIdentifier\":\"handler_shopware_cashpayment\",\"shortName\":\"cash_payment\",\"_uniqueIdentifier\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"versionId\":null,\"translated\":{\"name\":\"Cash on delivery\",\"description\":\"Payment upon receipt of goods.\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.687+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"11491d8f829143c9a1f15c9c55e3df0c\"},\"order\":null,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"6e6136e244b94bb7a45cc0892710d8e5\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"c535a5a0502041cf82876451ddb6e9d8\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.828+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c535a5a0502041cf82876451ddb6e9d8\"},\"stateId\":\"c535a5a0502041cf82876451ddb6e9d8\",\"customFields\":null,\"_uniqueIdentifier\":\"5d5231dbd1e246919b334d26733b4fd2\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.702+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"5d5231dbd1e246919b334d26733b4fd2\",\"orderVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"}],\"deepLinkCode\":\"xdmAUXn23g527SYM1yLLDKyOZ4BSUvJE\",\"autoIncrement\":61,\"stateMachineState\":{\"name\":\"Open\",\"technicalName\":\"open\",\"stateMachineId\":\"79a76fe8cd784a469aaa34f628713cfd\",\"stateMachine\":null,\"fromStateMachineTransitions\":null,\"toStateMachineTransitions\":null,\"translations\":null,\"orders\":null,\"orderTransactions\":null,\"orderDeliveries\":null,\"fromStateMachineHistoryEntries\":null,\"toStateMachineHistoryEntries\":null,\"customFields\":null,\"_uniqueIdentifier\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"versionId\":null,\"translated\":{\"name\":\"Open\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:01.796+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7c5f81be5ede4c4f88efc6689cea5f62\"},\"stateId\":\"7c5f81be5ede4c4f88efc6689cea5f62\",\"customFields\":null,\"documents\":null,\"tags\":null,\"affiliateCode\":null,\"campaignCode\":null,\"customerComment\":null,\"ruleIds\":[\"ddc661de2b4449f2aee52bd73f8884ec\",\"f52b985fe172452d8eb4be30ae838bca\",\"fe822fb82ad74e6d85821673de316388\",\"6ccc3d984ec04f07a9ddb1e288c0b7f4\"],\"createdById\":null,\"createdBy\":null,\"updatedById\":null,\"updatedBy\":null,\"itemRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"totalRounding\":{\"decimals\":2,\"interval\":0.01,\"roundForNet\":true,\"extensions\":[]},\"_uniqueIdentifier\":\"666434556c72430e8626f13339ea7bdc\",\"versionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"translated\":[],\"createdAt\":\"2021-04-08T08:06:47.705+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"666434556c72430e8626f13339ea7bdc\",\"billingAddressVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"11491d8f829143c9a1f15c9c55e3df0c\",\"shippingMethodId\":\"03168af91f804087b7bc24eea072c2d6\",\"countryId\":\"36159d966ed844e6add50a0a370c99b2\",\"navigationCategoryId\":\"aee8846cc9214295bd832fc436ff0891\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCATLQZHBWBVZ1SGHNQNBLAQ\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"765a7f1059ee4f75a4592194291d1e1e\",\"snippetSet\":null,\"salesChannelId\":\"6d5b12a8049e411cb463296092b0e887\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"7ed2b68f70284aea83d1c2747b622848\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7ed2b68f70284aea83d1c2747b622848\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"02f698f2ca24408bbbd40370ac95275d\",\"11491d8f829143c9a1f15c9c55e3df0c\",\"68cd624bbe2946f4afbdc1ae2f389e0e\",\"e226a70069af441f965e79459acccb41\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"6d5b12a8049e411cb463296092b0e887\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-04-08T07:30:38.224+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"6d5b12a8049e411cb463296092b0e887\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xd7e64c76830e4222a0ee3fb60fe6c685, 'customer.group.registration.declined', '{\"customer\":\"customer\",\"customerGroup\":\"customer_group\"}', '2023-05-09 17:55:58.566', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"ad730ece18104f0e924808946e0e11ff\",\"defaultShippingAddressId\":\"ad730ece18104f0e924808946e0e11ff\",\"customerNumber\":\"10062\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"tester@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":false,\"doubleOptInRegistration\":true,\"doubleOptInEmailSentDate\":\"2021-03-29T15:13:15.367+00:00\",\"doubleOptInConfirmDate\":null,\"hash\":\"37111679d6344c94b29fe63e5e90dcae\",\"guest\":false,\"firstLogin\":\"2021-03-29T15:13:15.361+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T15:13:15.590+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":null,\"orderCustomers\":null,\"autoIncrement\":64,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"requestedGroup\":{\"name\":\"Net price customer group\",\"displayGross\":false,\"translations\":null,\"customers\":null,\"customFields\":null,\"salesChannels\":null,\"registrationActive\":true,\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null,\"registrationSalesChannels\":null,\"_uniqueIdentifier\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"versionId\":null,\"translated\":{\"name\":\"Net price customer group\",\"customFields\":[],\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null},\"createdAt\":\"2021-03-09T09:45:01.370+00:00\",\"updatedAt\":\"2021-03-29T15:08:34.004+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9cac9e9ec9be4b12a6159a69d76dd41b\"},\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"7088b93c2cde497ea41becdffa61fe50\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"7088b93c2cde497ea41becdffa61fe50\"},\"customerGroup\":{\"name\":\"Net price customer group\",\"displayGross\":false,\"translations\":null,\"customers\":null,\"customFields\":null,\"salesChannels\":null,\"registrationActive\":true,\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null,\"registrationSalesChannels\":null,\"_uniqueIdentifier\":\"9cac9e9ec9be4b12a6159a69d76dd41b\",\"versionId\":null,\"translated\":{\"name\":\"Net price customer group\",\"customFields\":[],\"registrationTitle\":\"Registration Form\",\"registrationIntroduction\":null,\"registrationOnlyCompanyRegistration\":null,\"registrationSeoMetaDescription\":null},\"createdAt\":\"2021-03-09T09:45:01.370+00:00\",\"updatedAt\":\"2021-03-29T15:08:34.004+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"9cac9e9ec9be4b12a6159a69d76dd41b\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xd9352897d7a1440fa6d48308dfca95bb, 'user.recovery.request', '{\"userRecovery\":\"user_recovery\"}', '2023-05-09 17:55:47.080', NULL, '{\"userRecovery\":{\"id\":\"a778b433026e4fcbb6c43eeeba788bf7\",\"userId\":\"2ea03ac62c1146b588830e0ad467c239\",\"hash\":\"7vtxAG9bHk1osCgF4BK53Upn9HYoC8P2\",\"user\":{\"localeId\":\"8d737b02c2b747a1a3ffca3907751d99\",\"avatarId\":null,\"username\":\"admin\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"title\":null,\"email\":\"testing@example.com\",\"active\":true,\"admin\":true,\"aclRoles\":null,\"locale\":null,\"avatarMedia\":null,\"media\":null,\"accessKeys\":null,\"configs\":null,\"stateMachineHistoryEntries\":null,\"importExportLogEntries\":null,\"recoveryUser\":null,\"storeToken\":null,\"lastUpdatedPasswordAt\":null,\"customFields\":null,\"createdOrders\":null,\"updatedOrders\":null,\"_uniqueIdentifier\":\"2ea03ac62c1146b588830e0ad467c239\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.222+00:00\",\"updatedAt\":\"2021-03-29T15:25:06.403+00:00\",\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"2ea03ac62c1146b588830e0ad467c239\"},\"_uniqueIdentifier\":\"a778b433026e4fcbb6c43eeeba788bf7\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T15:25:20.638+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}}},\"resetUrl\":\"http:\\/\\/localhost\\/development\\/public\\/admin#\\/login\\/user-recovery\\/7vtxAG9bHk1osCgF4BK53Upn9HYoC8P2\"}'), (0xe6d87eb4267a41ef8ec4d0b9f60b67a5, 'newsletterDoubleOptIn', '{\"newsletterRecipient\":\"newsletter_recipient\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:45.492', NULL, '{\"newsletterRecipient\":{\"email\":\"test@example.com\",\"title\":null,\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipCode\":\"48624\",\"city\":\"Sch\\u00f6ppingen\",\"street\":null,\"status\":\"direct\",\"hash\":\"7ee7a7cb1fb741f387b07f4b86a67124\",\"salutationId\":\"44706b43d8bd4b34a4582185c3fd07f1\",\"salutation\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"customFields\":null,\"confirmedAt\":null,\"tags\":null,\"_uniqueIdentifier\":\"e622fb2224fc4baa9125e0bfd0f2a927\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T15:10:10.880+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e622fb2224fc4baa9125e0bfd0f2a927\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'), (0xf68a191e114940ff9a54f705863846c2, 'customer_register.double_opt_in', '{\"customer\":\"customer\",\"salesChannel\":\"sales_channel\"}', '2023-05-09 17:55:50.041', NULL, '{\"customer\":{\"groupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"defaultPaymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"lastPaymentMethodId\":null,\"defaultBillingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"defaultShippingAddressId\":\"b8794be7a6d840e99ffc76f17320df2b\",\"customerNumber\":\"10060\",\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"company\":null,\"email\":\"testing@example.com\",\"title\":null,\"vatIds\":null,\"affiliateCode\":null,\"campaignCode\":null,\"active\":true,\"doubleOptInRegistration\":false,\"doubleOptInEmailSentDate\":null,\"doubleOptInConfirmDate\":null,\"hash\":null,\"guest\":false,\"firstLogin\":\"2021-03-29T12:53:05.736+00:00\",\"lastLogin\":null,\"newsletter\":false,\"birthday\":null,\"lastOrderDate\":null,\"orderCount\":0,\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"legacyEncoder\":null,\"legacyPassword\":null,\"group\":null,\"defaultPaymentMethod\":null,\"salesChannel\":null,\"language\":null,\"lastPaymentMethod\":null,\"salutation\":{\"salutationKey\":\"mr\",\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\",\"translations\":null,\"customers\":null,\"customerAddresses\":null,\"orderCustomers\":null,\"orderAddresses\":null,\"newsletterRecipients\":null,\"_uniqueIdentifier\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"versionId\":null,\"translated\":{\"displayName\":\"Mr.\",\"letterName\":\"Dear Mr.\"},\"createdAt\":\"2021-03-09T09:43:59.659+00:00\",\"updatedAt\":null,\"extensions\":{\"internal_mapping_storage\":{\"apiAlias\":null,\"extensions\":[]},\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\"},\"defaultBillingAddress\":null,\"defaultShippingAddress\":null,\"activeBillingAddress\":null,\"activeShippingAddress\":null,\"addresses\":[{\"customerId\":\"c3445cbcbcec4678b3f15639a892afd1\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"countryStateId\":null,\"salutationId\":\"bd3fd9c43c754e02a11d92b7f7cedc4f\",\"firstName\":\"Max\",\"lastName\":\"Mustermann\",\"zipcode\":\"12345\",\"city\":\"Musterstadt\",\"company\":null,\"department\":null,\"title\":null,\"street\":\"Musterstr. 2\",\"phoneNumber\":null,\"additionalAddressLine1\":null,\"additionalAddressLine2\":null,\"country\":null,\"countryState\":null,\"salutation\":null,\"customer\":null,\"customFields\":null,\"_uniqueIdentifier\":\"b8794be7a6d840e99ffc76f17320df2b\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-29T12:53:05.958+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"b8794be7a6d840e99ffc76f17320df2b\"}],\"orderCustomers\":null,\"autoIncrement\":62,\"tags\":null,\"tagIds\":null,\"promotions\":null,\"recoveryCustomer\":null,\"customFields\":null,\"productReviews\":null,\"remoteAddress\":null,\"requestedGroupId\":null,\"requestedGroup\":null,\"boundSalesChannelId\":null,\"boundSalesChannel\":null,\"wishlists\":null,\"_uniqueIdentifier\":\"c3445cbcbcec4678b3f15639a892afd1\",\"versionId\":null,\"translated\":[],\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c3445cbcbcec4678b3f15639a892afd1\"},\"salesChannel\":{\"typeId\":\"8a243080f92e4c719546314b577cf82b\",\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"paymentMethodId\":\"cf7892d60b794b65b7badae58462715b\",\"shippingMethodId\":\"71ebb873740e4f44a9f49a3229961a69\",\"countryId\":\"c0da63f63ceb4d8ebaa5874dbe48f5dc\",\"navigationCategoryId\":\"edffcfe389e84a5aaa40c56874f97e39\",\"navigationCategoryDepth\":2,\"homeSlotConfig\":null,\"homeCmsPageId\":null,\"homeCmsPage\":null,\"homeEnabled\":null,\"homeName\":null,\"homeMetaTitle\":null,\"homeMetaDescription\":null,\"homeKeywords\":null,\"footerCategoryId\":null,\"serviceCategoryId\":null,\"name\":\"Storefront\",\"shortName\":null,\"accessKey\":\"SWSCAETKEFPZSJJHZVBNQ2D6YG\",\"currencies\":null,\"languages\":null,\"configuration\":null,\"active\":true,\"maintenance\":false,\"maintenanceIpWhitelist\":null,\"taxCalculationType\":\"horizontal\",\"type\":null,\"currency\":null,\"language\":null,\"paymentMethod\":null,\"shippingMethod\":null,\"country\":null,\"orders\":null,\"customers\":null,\"countries\":null,\"paymentMethods\":null,\"shippingMethods\":null,\"translations\":null,\"domains\":[{\"url\":\"http:\\/\\/localhost\\/development\\/public\",\"currencyId\":\"b7d2554b0ce847cd82f3ac9bd1c0dfca\",\"currency\":null,\"snippetSetId\":\"530d80c5293b402d84fe903b9579eb19\",\"snippetSet\":null,\"salesChannelId\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"salesChannel\":null,\"languageId\":\"2fbb5fe2e29a4d70aa5854ce7ce3e20b\",\"language\":null,\"customFields\":null,\"productExports\":null,\"salesChannelDefaultHreflang\":null,\"hreflangUseOnlyLocale\":false,\"_uniqueIdentifier\":\"c448b63e00d448ca939b311edce409d3\",\"versionId\":null,\"translated\":[],\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"c448b63e00d448ca939b311edce409d3\"}],\"systemConfigs\":null,\"customFields\":null,\"navigationCategory\":null,\"footerCategory\":null,\"serviceCategory\":null,\"productVisibilities\":null,\"mailHeaderFooterId\":null,\"numberRangeSalesChannels\":null,\"mailHeaderFooter\":null,\"customerGroupId\":\"cfbd5018d38d41d8adca10d94fc8bdd6\",\"customerGroup\":null,\"newsletterRecipients\":null,\"promotionSalesChannels\":null,\"documentBaseConfigSalesChannels\":null,\"productReviews\":null,\"seoUrls\":null,\"seoUrlTemplates\":null,\"mainCategories\":null,\"paymentMethodIds\":[\"a4386b473b24419591511f2d60cda25f\",\"bfb351a897eb4a699c7c1d6718e1674b\",\"cf7892d60b794b65b7badae58462715b\",\"eee8328b1c3240a8873fe99723dcdf27\"],\"productExports\":null,\"hreflangActive\":false,\"hreflangDefaultDomainId\":null,\"hreflangDefaultDomain\":null,\"analyticsId\":null,\"analytics\":null,\"customerGroupsRegistrations\":null,\"eventActions\":null,\"boundCustomers\":null,\"wishlists\":null,\"landingPages\":null,\"_uniqueIdentifier\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"versionId\":null,\"translated\":{\"name\":\"Storefront\",\"customFields\":[]},\"createdAt\":\"2021-03-09T09:44:27.960+00:00\",\"updatedAt\":null,\"extensions\":{\"foreignKeys\":{\"apiAlias\":null,\"extensions\":[]}},\"id\":\"e87ba37297a94629abc2be5ea1d0a1e0\",\"navigationCategoryVersionId\":\"0fa91ce3e96a4bc2be4bd9ce752c3425\",\"footerCategoryVersionId\":null,\"serviceCategoryVersionId\":null}}'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `mail_template_type_translation` -- CREATE TABLE `mail_template_type_translation` ( `mail_template_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `mail_template_type_translation` -- INSERT INTO `mail_template_type_translation` (`mail_template_type_id`, `language_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0f48467685f84d9283b2cde54c911de8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunden Gruppen Registrierung Akzeptiert', NULL, '2023-05-09 17:55:58.560', NULL), (0x0f48467685f84d9283b2cde54c911de8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Customer Group Registration Accepted', NULL, '2023-05-09 17:55:58.559', NULL), (0x1306758fbbda4e088b4debbc36df8afd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Abgebrochen', NULL, '2023-05-09 17:55:45.533', NULL), (0x1306758fbbda4e088b4debbc36df8afd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter delivery state: Cancelled', NULL, '2023-05-09 17:55:45.532', NULL), (0x1e262787cd2a4c8ab1b6672fca4c23a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kontaktformular', NULL, '2023-05-09 17:55:47.910', NULL), (0x1e262787cd2a4c8ab1b6672fca4c23a6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Contact form', NULL, '2023-05-09 17:55:47.909', NULL), (0x208134d4ea654383997211861b618feb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Bestellstatus: Abgeschlossen', NULL, '2023-05-09 17:55:45.564', NULL), (0x208134d4ea654383997211861b618feb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter order state: Done', NULL, '2023-05-09 17:55:45.563', NULL), (0x244578a37af84bd382fe51c501b52f84, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kundengruppenwechsel akzeptiert', NULL, '2023-05-09 17:55:45.503', NULL), (0x244578a37af84bd382fe51c501b52f84, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Customer group change accepted', NULL, '2023-05-09 17:55:45.502', NULL), (0x26a7c3d1fa0a4ff796389441d5bf990b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Versandt', NULL, '2023-05-09 17:55:45.529', NULL), (0x26a7c3d1fa0a4ff796389441d5bf990b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter delivery state: Shipped', NULL, '2023-05-09 17:55:45.528', NULL), (0x3365474094984fa6a5c21960738e3845, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Offen', NULL, '2023-05-09 17:55:45.519', NULL), (0x3365474094984fa6a5c21960738e3845, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter delivery state: Open', NULL, '2023-05-09 17:55:45.518', NULL), (0x3bfe9b50e1114838b9f46b13bb38688c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Bestellstatus: Offen', NULL, '2023-05-09 17:55:45.556', NULL), (0x3bfe9b50e1114838b9f46b13bb38688c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter order state: Open', NULL, '2023-05-09 17:55:45.555', NULL), (0x3cf8a5d21e3c429ea9c76e92ed748727, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gutschrift', NULL, '2023-05-09 17:56:10.562', NULL), (0x3cf8a5d21e3c429ea9c76e92ed748727, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Credit note', NULL, '2023-05-09 17:56:10.561', NULL), (0x41ce688036c4410f81752a18d1bdc53c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bestellbestätigung', NULL, '2023-05-09 17:55:45.500', NULL), (0x41ce688036c4410f81752a18d1bdc53c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Order confirmation', NULL, '2023-05-09 17:55:45.498', NULL), (0x430e73d8108c487dae052ef5a8e9321d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnung', NULL, '2023-05-09 17:56:10.543', NULL), (0x430e73d8108c487dae052ef5a8e9321d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Invoice', NULL, '2023-05-09 17:56:10.542', NULL), (0x4c29789f6ee948108a65985d0c937f7b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Bestellstatus: In Bearbeitung', NULL, '2023-05-09 17:55:45.558', NULL), (0x4c29789f6ee948108a65985d0c937f7b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter order state: In progress', NULL, '2023-05-09 17:55:45.557', NULL), (0x547a03e98b544fcf92319a177b09a4e4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunden-Registrierung', NULL, '2023-05-09 17:55:45.491', '2023-05-09 15:04:59.504'), (0x547a03e98b544fcf92319a177b09a4e4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Customer registration', NULL, '2023-05-09 17:55:45.488', NULL), (0x577146040c6b4f218a72aa9e87e01bcc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Stornorechnung', NULL, '2023-05-09 17:56:10.571', NULL), (0x577146040c6b4f218a72aa9e87e01bcc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cancellation invoice', NULL, '2023-05-09 17:56:10.571', NULL), (0x6db116ca94124d7385a0dfd036a11b27, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Benutzer Passwort Wiederherstellung', NULL, '2023-05-09 17:55:49.319', NULL), (0x6db116ca94124d7385a0dfd036a11b27, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Customer password recovery', NULL, '2023-05-09 17:55:49.318', NULL), (0x7f5a526861c8404ca64696480c4810a4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Versand digitaler Produkte', NULL, '2023-05-09 17:56:14.444', NULL), (0x7f5a526861c8404ca64696480c4810a4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Delivery of digital products', NULL, '2023-05-09 17:56:14.443', NULL), (0x838dd872312944d7bb0ca4c116dc6dfd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SEPA-Autorisierung', NULL, '2023-05-09 17:55:45.511', NULL), (0x838dd872312944d7bb0ca4c116dc6dfd, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SEPA authorization', NULL, '2023-05-09 17:55:45.510', NULL), (0x873dc8df996c4073b0a5ba50e1d5c8e5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Teilweise erstattet', NULL, '2023-05-09 17:55:45.539', NULL), (0x873dc8df996c4073b0a5ba50e1d5c8e5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter payment state: Refunded (partially)', NULL, '2023-05-09 17:55:45.538', NULL), (0x888c6d60ff094b08929e060a418c32e4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Retour', NULL, '2023-05-09 17:55:45.526', NULL), (0x888c6d60ff094b08929e060a418c32e4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter delivery state: Returned', NULL, '2023-05-09 17:55:45.525', NULL), (0x90a07510ec79495fa544e48fe8b6aab5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kundengruppenwechsel abgelehnt', NULL, '2023-05-09 17:55:45.506', NULL), (0x90a07510ec79495fa544e48fe8b6aab5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Customer group change rejected', NULL, '2023-05-09 17:55:45.505', NULL), (0x9ba1221748b94274bd8fe38b9c75217d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Double-Opt-In-Gast-Bestellung', NULL, '2023-05-09 17:55:50.209', NULL), (0x9ba1221748b94274bd8fe38b9c75217d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Double opt in guest order', NULL, '2023-05-09 17:55:50.207', NULL), (0xa36ca58c4a2749c0aee1424a5c73ea8b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Versandbenachrichtigung', NULL, '2023-05-09 17:56:10.552', NULL), (0xa36ca58c4a2749c0aee1424a5c73ea8b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Delivery note', NULL, '2023-05-09 17:56:10.551', NULL), (0xa78c18b9f3d34beeb011e6f6dc2d6297, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Passwort Änderungsanfrage', NULL, '2023-05-09 17:55:45.508', NULL), (0xa78c18b9f3d34beeb011e6f6dc2d6297, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Password change request', NULL, '2023-05-09 17:55:45.507', NULL), (0xa890c1b6ddff4e639b8c79c81b38bd62, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Erstattet', NULL, '2023-05-09 17:55:45.547', NULL), (0xa890c1b6ddff4e639b8c79c81b38bd62, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter payment state: Refunded', NULL, '2023-05-09 17:55:45.546', NULL), (0xac849568988c44a5ab71b0d48d47a39b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Abgebrochen', NULL, '2023-05-09 17:55:45.542', NULL), (0xac849568988c44a5ab71b0d48d47a39b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter payment state: Cancelled', NULL, '2023-05-09 17:55:45.541', NULL), (0xacf068fac6024b0eb48678718552fec2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newsletter-Registrierung', NULL, '2023-05-09 17:55:45.497', NULL), (0xacf068fac6024b0eb48678718552fec2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Newsletter registration', NULL, '2023-05-09 17:55:45.495', NULL), (0xaee4e18d46b9473baa459877311bc62b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Bezahlt', NULL, '2023-05-09 17:55:45.544', NULL), (0xaee4e18d46b9473baa459877311bc62b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter payment state: Paid', NULL, '2023-05-09 17:55:45.543', NULL), (0xb4375f4fdd0f4f7da1c7d6249c7cd2c8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Lieferstatus: Teilweise versandt', NULL, '2023-05-09 17:55:45.522', NULL), (0xb4375f4fdd0f4f7da1c7d6249c7cd2c8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter delivery state: Shipped (partially)', NULL, '2023-05-09 17:55:45.521', NULL), (0xb7be0c6f424f44958e8fd64af455d031, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lagerbestandshinweis', NULL, '2023-05-09 17:55:45.516', NULL), (0xb7be0c6f424f44958e8fd64af455d031, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Product stock warning', NULL, '2023-05-09 17:55:45.513', NULL), (0xc62fb829fbf5483080c63a2f5518bae4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Erinnert', NULL, '2023-05-09 17:55:45.536', NULL), (0xc62fb829fbf5483080c63a2f5518bae4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter payment state: Reminded', NULL, '2023-05-09 17:55:45.535', NULL), (0xc8b5b9fc67884500a8cb475a7cd6a046, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Offen', NULL, '2023-05-09 17:55:45.553', NULL), (0xc8b5b9fc67884500a8cb475a7cd6a046, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter payment state: Open', NULL, '2023-05-09 17:55:45.552', NULL), (0xd35d28345dac48ce94ac515d96547b50, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Bestellstatus: Abgebrochen', NULL, '2023-05-09 17:55:45.561', NULL), (0xd35d28345dac48ce94ac515d96547b50, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter order state: Cancelled', NULL, '2023-05-09 17:55:45.560', NULL), (0xd7c9815b7e4a42e68ae60d693908348c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Eintritt Zahlungsstatus: Teilweise bezahlt', NULL, '2023-05-09 17:55:45.550', NULL), (0xd7c9815b7e4a42e68ae60d693908348c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Enter payment state: Paid (partially)', NULL, '2023-05-09 17:55:45.549', NULL), (0xd7e64c76830e4222a0ee3fb60fe6c685, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunden Gruppen Registrierung Abgelehnt', NULL, '2023-05-09 17:55:58.568', NULL), (0xd7e64c76830e4222a0ee3fb60fe6c685, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Customer Group Registration Declined', NULL, '2023-05-09 17:55:58.567', NULL), (0xd9352897d7a1440fa6d48308dfca95bb, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Benutzer Passwort Wiederherstellung', NULL, '2023-05-09 17:55:47.082', NULL), (0xd9352897d7a1440fa6d48308dfca95bb, 0x8e6d712041cf4de1b4149dd70cf58df8, 'User password recovery', NULL, '2023-05-09 17:55:47.081', NULL), (0xe6d87eb4267a41ef8ec4d0b9f60b67a5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Newsletter Double-Opt-In', NULL, '2023-05-09 17:55:45.494', NULL), (0xe6d87eb4267a41ef8ec4d0b9f60b67a5, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Newsletter double opt-in', NULL, '2023-05-09 17:55:45.493', NULL), (0xf68a191e114940ff9a54f705863846c2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Double-Opt-In-Registrierung', NULL, '2023-05-09 17:55:50.046', NULL), (0xf68a191e114940ff9a54f705863846c2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Double opt in registration', NULL, '2023-05-09 17:55:50.043', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `main_category` -- CREATE TABLE `main_category` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media` -- CREATE TABLE `media` ( `id` binary(16) NOT NULL, `user_id` binary(16) DEFAULT NULL, `media_folder_id` binary(16) DEFAULT NULL, `mime_type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_extension` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `file_size` int UNSIGNED DEFAULT NULL, `meta_data` json DEFAULT NULL, `file_name` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `media_type` longblob, `thumbnails_ro` longblob, `private` tinyint(1) NOT NULL DEFAULT '0', `uploaded_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media` -- INSERT INTO `media` (`id`, `user_id`, `media_folder_id`, `mime_type`, `file_extension`, `file_size`, `meta_data`, `file_name`, `media_type`, `thumbnails_ro`, `private`, `uploaded_at`, `created_at`, `updated_at`) VALUES (0x0638a96cde354270b21f2d9fde65eec7, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 23041, NULL, 'swag_paypal_apm_bancontact', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:25.819', '2023-05-09 15:05:25.678', '2023-05-09 15:05:25.821'), (0x072d0752eabb4d76a30f5a337c2af3b8, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 391, NULL, 'swag_paypal_venmo', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:27.408', '2023-05-09 15:05:27.295', '2023-05-09 15:05:27.410'), (0x0f67834025624cbd929de13e0e1e3000, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 3720, NULL, 'swag_paypal_apm_oxxo', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:26.875', '2023-05-09 15:05:26.772', '2023-05-09 15:05:26.877'), (0x102ac62ba27347a688030a05c1790db7, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x065ef09ba05c48c5b4bad9da73b9b3a8, 'image/jpeg', 'jpg', 21481, '{\"type\": 2, \"width\": 600, \"height\": 600}', 'shirt_600x600', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223334633266613931666238383431643238373035343365306233356661333534223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223334633266613931666238383431643238373035343365306233356661333534223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e333836303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223130326163363262613237333437613638383033306130356331373930646237223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223334633266613931666238383431643238373035343365306233356661333534223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223937306431653337313534313438623161393530376232633734663530313032223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223937306431653337313534313438623161393530376232633734663530313032223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e333836303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223130326163363262613237333437613638383033306130356331373930646237223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223937306431653337313534313438623161393530376232633734663530313032223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226334663965316639343232633438396562343366373065343634363939346333223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226334663965316639343232633438396562343366373065343634363939346333223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e333836303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223130326163363262613237333437613638383033306130356331373930646237223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226334663965316639343232633438396562343366373065343634363939346333223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.184', '2023-05-09 15:04:57.113', '2023-05-09 15:04:57.186'), (0x108e8d509a2844f1a8ee0ce2d7827901, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 12611, NULL, 'swag_paypal_apm_p24', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:27.010', '2023-05-09 15:05:26.897', '2023-05-09 15:05:27.011'), (0x2de02991cd0548a4ac6cc35cb11773a0, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x065ef09ba05c48c5b4bad9da73b9b3a8, 'image/jpeg', 'jpg', 20132, '{\"type\": 2, \"width\": 600, \"height\": 600}', 'handschuh_600x600', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a226335306633343132343166313439393838656537653264623534623433383439223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226335306633343132343166313439393838656537653264623534623433383439223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e353236303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223264653032393931636430353438613461633663633335636231313737336130223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226335306633343132343166313439393838656537653264623534623433383439223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226538643033326530666532373436633862326636316635316134346231633231223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226538643033326530666532373436633862326636316635316134346231633231223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e353237303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223264653032393931636430353438613461633663633335636231313737336130223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226538643033326530666532373436633862326636316635316134346231633231223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226631343730666232333730653461376662616132643535643164646264366531223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226631343730666232333730653461376662616132643535643164646264366531223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e353237303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223264653032393931636430353438613461633663633335636231313737336130223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226631343730666232333730653461376662616132643535643164646264366531223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.206', '2023-05-09 15:04:57.131', '2023-05-09 15:04:57.208'), (0x313846eb82f443cabd9b57dfef1ad87a, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 9612, NULL, 'swag_paypal_apm_ideal', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:26.436', '2023-05-09 15:05:26.306', '2023-05-09 15:05:26.437'), (0x3b3d48a000ab4e40b23df6ebce3cfab8, 0x4fb0a06161984226b96d50f2e9b58b6d, 0xd007c5aed8144567937aeebcf032240b, 'image/png', 'png', 4840, '{\"type\": 3, \"width\": 237, \"height\": 35}', 'demostore-logo', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31313a227472616e73706172656e74223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:32.680', '2023-05-09 15:05:32.624', '2023-05-09 15:05:32.753'), (0x48cafadb685244478ffed199f208a92b, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 3050, NULL, 'swag_paypal_paypal', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:27.576', '2023-05-09 15:05:25.071', '2023-05-09 15:05:27.577'), (0x4f9a44fb36af4af295e819aff06d9219, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 4145, NULL, 'swag_paypal_card', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:25.496', '2023-05-09 15:05:25.379', '2023-05-09 15:05:25.498'), (0x4fc2830d020846a785dfb42670903e49, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 4756, NULL, 'swag_paypal_apm_blik', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:25.987', '2023-05-09 15:05:25.845', '2023-05-09 15:05:25.988'), (0x5808d194947f415495d9782d8fdc92ae, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x065ef09ba05c48c5b4bad9da73b9b3a8, 'image/jpeg', 'jpg', 21518, '{\"type\": 2, \"width\": 600, \"height\": 600}', 'hemd_600x600', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223138303235363830666139373461373262633934306362323730353836303336223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223138303235363830666139373461373262633934306362323730353836303336223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e363635303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223538303864313934393437663431353439356439373832643866646339326165223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223138303235363830666139373461373262633934306362323730353836303336223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223234383761343832336239623432343938303361336336393964306261396333223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223234383761343832336239623432343938303361336336393964306261396333223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e363635303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223538303864313934393437663431353439356439373832643866646339326165223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223234383761343832336239623432343938303361336336393964306261396333223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223934343161643964353036343437346361656631376332356238633265623131223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223934343161643964353036343437346361656631376332356238633265623131223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e363635303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223538303864313934393437663431353439356439373832643866646339326165223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223934343161643964353036343437346361656631376332356238633265623131223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.225', '2023-05-09 15:04:57.136', '2023-05-09 15:04:57.227'), (0x6520f8dfdbb641e2815d22fce5bdbc67, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 2116, NULL, 'swag_paypal_pui', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:25.353', '2023-05-09 15:05:25.247', '2023-05-09 15:05:25.354'), (0x6968ad64888844679918c638e449ffc5, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x065ef09ba05c48c5b4bad9da73b9b3a8, 'image/jpeg', 'jpg', 13088, '{\"type\": 2, \"width\": 600, \"height\": 600}', 'schokolade_600x600', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223131653766333831623635663464663738313064373537393262376163366638223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223131653766333831623635663464663738313064373537393262376163366638223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e383031303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223639363861643634383838383434363739393138633633386534343966666335223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223131653766333831623635663464663738313064373537393262376163366638223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223630656130396339386230663432646139356364613336656635666564613661223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223630656130396339386230663432646139356364613336656635666564613661223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e383032303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223639363861643634383838383434363739393138633633386534343966666335223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223630656130396339386230663432646139356364613336656635666564613661223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223635346364643536623263353439353761643338313838393962616338653039223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223635346364643536623263353439353761643338313838393962616338653039223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e383031303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223639363861643634383838383434363739393138633633386534343966666335223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223635346364643536623263353439353761643338313838393962616338653039223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.244', '2023-05-09 15:04:57.142', '2023-05-09 15:04:57.245'), (0x6cbbdc03b43f4207be80b5f752d5a1c4, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x065ef09ba05c48c5b4bad9da73b9b3a8, 'image/jpeg', 'jpg', 20017, '{\"type\": 2, \"width\": 600, \"height\": 600}', 'shirt_blue_600x600', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223266343366373436386134633432313262333737363733666237336362356263223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223266343366373436386134633432313262333737363733666237336362356263223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e393431303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223663626264633033623433663432303762653830623566373532643561316334223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223266343366373436386134633432313262333737363733666237336362356263223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223633316235316362633863653438323062313165643635373033656431353239223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223633316235316362633863653438323062313165643635373033656431353239223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e393430303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223663626264633033623433663432303762653830623566373532643561316334223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223633316235316362633863653438323062313165643635373033656431353239223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226565316435346161393263373461396239323638343964656131303462353533223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226565316435346161393263373461396239323638343964656131303462353533223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35372e393430303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223663626264633033623433663432303762653830623566373532643561316334223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226565316435346161393263373461396239323638343964656131303462353533223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.264', '2023-05-09 15:04:57.147', '2023-05-09 15:04:57.265'); INSERT INTO `media` (`id`, `user_id`, `media_folder_id`, `mime_type`, `file_extension`, `file_size`, `meta_data`, `file_name`, `media_type`, `thumbnails_ro`, `private`, `uploaded_at`, `created_at`, `updated_at`) VALUES (0x70e352200b5c45098dc65a5b47094a2a, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x065ef09ba05c48c5b4bad9da73b9b3a8, 'image/jpeg', 'jpg', 11756, '{\"type\": 2, \"width\": 600, \"height\": 600}', 'mobile_600x600', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223531353862336430353663373463383738323031613933316234306635653362223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223531353862336430353663373463383738323031613933316234306635653362223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e303830303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223730653335323230306235633435303938646336356135623437303934613261223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223531353862336430353663373463383738323031613933316234306635653362223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223664316462313630336339643462323838646332666436363936316431316561223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223664316462313630336339643462323838646332666436363936316431316561223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e303831303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223730653335323230306235633435303938646336356135623437303934613261223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223664316462313630336339643462323838646332666436363936316431316561223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226236393835343039633961373436663838643432393932636230633733396639223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226236393835343039633961373436663838643432393932636230633733396639223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e303830303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223730653335323230306235633435303938646336356135623437303934613261223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226236393835343039633961373436663838643432393932636230633733396639223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.282', '2023-05-09 15:04:57.152', '2023-05-09 15:04:57.284'), (0x7b769ff8d6a04f36bceec84aa8a5ce3a, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 12606, NULL, 'swag_paypal_apm_eps', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:26.147', '2023-05-09 15:05:26.014', '2023-05-09 15:05:26.149'), (0x7e1be40d4d494d77a45034db1869de96, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 9792, NULL, 'swag_paypal_apm_sofort', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:27.147', '2023-05-09 15:05:27.031', '2023-05-09 15:05:27.148'), (0x84356a71233d4b3e9f417dcc8850c82f, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x065ef09ba05c48c5b4bad9da73b9b3a8, 'image/jpeg', 'jpg', 22648, '{\"type\": 2, \"width\": 600, \"height\": 600}', 'waschmaschine_600x600', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223231313039616465366535343464633362613836326261313362343864333532223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223231313039616465366535343464633362613836326261313362343864333532223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e323232303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223834333536613731323333643462336539663431376463633838353063383266223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223231313039616465366535343464633362613836326261313362343864333532223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223338663832376434353735373437633338656637366463323662393633636465223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223338663832376434353735373437633338656637366463323662393633636465223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e323232303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223834333536613731323333643462336539663431376463633838353063383266223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223338663832376434353735373437633338656637366463323662393633636465223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226231303565366332656532633466376539313935613131653165373565396461223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226231303565366332656532633466376539313935613131653165373565396461223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e323232303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a223834333536613731323333643462336539663431376463633838353063383266223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226231303565366332656532633466376539313935613131653165373565396461223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.301', '2023-05-09 15:04:57.157', '2023-05-09 15:04:57.302'), (0x92c227102a29461fb90f4db702eba047, 0x4fb0a06161984226b96d50f2e9b58b6d, 0xd007c5aed8144567937aeebcf032240b, 'image/jpeg', 'jpg', 35472, '{\"type\": 2, \"width\": 228, \"height\": 138}', 'defaultThemePreview', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:32.655', '2023-05-09 15:05:32.623', '2023-05-09 15:05:32.753'), (0xade4dc021ec045f2a71785de95fb03f9, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 22113, NULL, 'swag_paypal_apm_multibanco', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:26.602', '2023-05-09 15:05:26.460', '2023-05-09 15:05:26.604'), (0xde4b7dbe9d95435092cb85ce146ced28, 0x4fb0a06161984226b96d50f2e9b58b6d, 0xae89d3126dc340679661b1259609a070, 'image/jpeg', 'jpg', 178768, '{\"type\": 2, \"width\": 1280, \"height\": 528}', 'hq_1280x1280', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223165393661336163353161303462386261333837666365353262353639336663223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223165393661336163353161303462386261333837666365353262353639336663223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e343331303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226465346237646265396439353433353039326362383563653134366365643238223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223165393661336163353161303462386261333837666365353262353639336663223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223936356230346230353137313438626462393665396637643264643739343438223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223936356230346230353137313438626462393665396637643264643739343438223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e343331303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226465346237646265396439353433353039326362383563653134366365643238223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223936356230346230353137313438626462393665396637643264643739343438223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226436353539306564383765363462643438326532333734363864306364373531223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226436353539306564383765363462643438326532333734363864306364373531223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e343331303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226465346237646265396439353433353039326362383563653134366365643238223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226436353539306564383765363462643438326532333734363864306364373531223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.320', '2023-05-09 15:04:57.169', '2023-05-09 15:04:57.321'), (0xe9c9badf530a49fb992915b9a9de932c, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 3516, NULL, 'swag_paypal_sepa', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:25.651', '2023-05-09 15:05:25.522', '2023-05-09 15:05:25.653'), (0xef5f4572bedc4e9fac51d7d4de8bdf53, 0x4fb0a06161984226b96d50f2e9b58b6d, 0xd007c5aed8144567937aeebcf032240b, 'image/png', 'png', 549, '{\"type\": 3, \"width\": 32, \"height\": 32}', 'favicon', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31313a227472616e73706172656e74223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:32.702', '2023-05-09 15:05:32.624', '2023-05-09 15:05:32.754'), (0xf2eba44c4a5848b7a5b4dbd6e34d92ce, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 16176, NULL, 'swag_paypal_apm_trustly', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:27.273', '2023-05-09 15:05:27.169', '2023-05-09 15:05:27.274'), (0xf555d6b00a3847d19613488272443d6e, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 7026, NULL, 'swag_paypal_apm_giropay', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:26.283', '2023-05-09 15:05:26.174', '2023-05-09 15:05:26.285'), (0xf69ab8ae42d04e17b2bab5ec2ff0a93c, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x065ef09ba05c48c5b4bad9da73b9b3a8, 'image/jpeg', 'jpg', 21914, '{\"type\": 2, \"width\": 600, \"height\": 600}', 'shirt_red_600x600', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a303a7b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a333a7b733a33323a223461666331666137616632663431333738313565633661386130363836646564223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223461666331666137616632663431333738313565633661386130363836646564223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e353730303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b4f3a36303a2253686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c697479223a313a7b733a38303a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c4669656c645669736962696c69747900696e7465726e616c50726f70657274696573223b613a303a7b7d7d733a383a22002a007769647468223b693a3830303b733a393a22002a00686569676874223b693a3830303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226636396162386165343264303465313762326261623565633266663061393363223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223461666331666137616632663431333738313565633661386130363836646564223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a223865393834356465643039333430393862646361653361393830646435646633223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a223865393834356465643039333430393862646361653361393830646435646633223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e353730303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a3430303b733a393a22002a00686569676874223b693a3430303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226636396162386165343264303465313762326261623565633266663061393363223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a223865393834356465643039333430393862646361653361393830646435646633223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d733a33323a226536363663393465396335323465363861613732316339613538336131336231223b4f3a37333a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c456e74697479223a31353a7b733a31333a22002a00657874656e73696f6e73223b613a313a7b733a31313a22666f726569676e4b657973223b4f3a34323a2253686f70776172655c436f72655c4672616d65776f726b5c5374727563745c4172726179537472756374223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a0064617461223b613a303a7b7d733a31313a22002a00617069416c696173223b4e3b7d7d733a32303a22002a005f756e697175654964656e746966696572223b733a33323a226536363663393465396335323465363861613732316339613538336131336231223b733a31323a22002a0076657273696f6e4964223b4e3b733a31333a22002a007472616e736c61746564223b613a303a7b7d733a31323a22002a00637265617465644174223b4f3a31373a224461746554696d65496d6d757461626c65223a333a7b733a343a2264617465223b733a32363a22323032332d30352d30392031353a30343a35382e353731303030223b733a31333a2274696d657a6f6e655f74797065223b693a333b733a383a2274696d657a6f6e65223b733a333a22555443223b7d733a31323a22002a00757064617465644174223b4e3b733a36343a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f656e746974794e616d65223b733a31353a226d656469615f7468756d626e61696c223b733a36393a220053686f70776172655c436f72655c4672616d65776f726b5c446174614162737472616374696f6e4c617965725c456e74697479005f6669656c645669736962696c697479223b723a31393b733a383a22002a007769647468223b693a313932303b733a393a22002a00686569676874223b693a313932303b733a363a22002a0075726c223b733a303a22223b733a31303a22002a006d656469614964223b733a33323a226636396162386165343264303465313762326261623565633266663061393363223b733a383a22002a006d65646961223b4e3b733a353a22002a006964223b733a33323a226536363663393465396335323465363861613732316339613538336131336231223b733a31353a22002a00637573746f6d4669656c6473223b4e3b7d7d7d, 0, '2023-05-09 15:04:57.340', '2023-05-09 15:04:57.163', '2023-05-09 15:04:57.342'), (0xf69d4896175f4b83be08531424802cf0, 0x4fb0a06161984226b96d50f2e9b58b6d, 0x753f09fdec424b68bbd266d21b85c08a, 'image/svg+xml', 'svg', 7252, NULL, 'swag_paypal_apm_mybank', 0x4f3a34373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4d65646961547970655c496d61676554797065223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a373a22002a006e616d65223b733a353a22494d414745223b733a383a22002a00666c616773223b613a313a7b693a303b733a31333a22766563746f7247726170686963223b7d7d, 0x4f3a37373a2253686f70776172655c436f72655c436f6e74656e745c4d656469615c4167677265676174655c4d656469615468756d626e61696c5c4d656469615468756d626e61696c436f6c6c656374696f6e223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a31313a22002a00656c656d656e7473223b613a303a7b7d7d, 0, '2023-05-09 15:05:26.751', '2023-05-09 15:05:26.627', '2023-05-09 15:05:26.752'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_default_folder` -- CREATE TABLE `media_default_folder` ( `id` binary(16) NOT NULL, `association_fields` json NOT NULL, `entity` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_default_folder` -- INSERT INTO `media_default_folder` (`id`, `association_fields`, `entity`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x05d8d9901b114c108be1afb7c8802552, '[]', 'import_export_profile', NULL, '2023-05-09 17:55:53.721', NULL), (0x08bdc34f9cbf42248ef2f6ded678d2e5, '[\"avatarUser\"]', 'user', NULL, '2023-05-09 17:55:45.460', NULL), (0x0a7fd23c3810426495fc58f063fef866, '[\"productManufacturers\"]', 'product_manufacturer', NULL, '2023-05-09 17:55:45.460', NULL), (0x0c5e6f9cc32c487483457f30b755470e, '[\"productMedia\"]', 'product', NULL, '2023-05-09 17:55:45.460', NULL), (0x3bbb6fe971654fe0849c181f2df49635, '[\"documents\"]', 'document', NULL, '2023-05-09 17:55:45.461', NULL), (0x4e0987cb05b5491890633167c9474f6a, '[]', 'cms_page', NULL, '2023-05-09 17:55:45.461', NULL), (0x65e4b170ec484283904794c7758f2413, '[\"mailTemplateMedia\"]', 'mail_template', NULL, '2023-05-09 17:55:45.460', NULL), (0x6d625a0db02547e6999ff0fc552ecbcb, '[\"productDownloads\", \"orderLineItemDownloads\"]', 'product_download', NULL, '2023-05-09 17:56:14.055', NULL), (0x841a121fdc8a4d02bc6d266788796644, '[\"paymentMethods\"]', 'payment_method', NULL, '2023-05-09 17:56:06.688', NULL), (0xc288a2c1117f4b4495daf2acbeb87b2a, '[\"categories\"]', 'category', NULL, '2023-05-09 17:55:45.460', NULL), (0xe29d1ed512f94adabc4db72aaef24e07, '[\"media\"]', 'theme', NULL, '2023-05-09 00:00:00.000', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_folder` -- CREATE TABLE `media_folder` ( `id` binary(16) NOT NULL, `parent_id` binary(16) DEFAULT NULL, `default_folder_id` binary(16) DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `child_count` int UNSIGNED NOT NULL DEFAULT '0', `path` longtext COLLATE utf8mb4_unicode_ci, `media_folder_configuration_id` binary(16) DEFAULT NULL, `use_parent_configuration` tinyint(1) DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_folder` -- INSERT INTO `media_folder` (`id`, `parent_id`, `default_folder_id`, `name`, `child_count`, `path`, `media_folder_configuration_id`, `use_parent_configuration`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x00000000000000000000000000000000, NULL, 0x6d625a0db02547e6999ff0fc552ecbcb, 'Product downloads', 0, NULL, 0x75180a5cfea14cec9b99b4525ad40e0f, 0, NULL, '2023-05-09 17:56:14.057', NULL), (0x065ef09ba05c48c5b4bad9da73b9b3a8, NULL, 0x0c5e6f9cc32c487483457f30b755470e, 'Product Media', 0, NULL, 0xf11a733153844e57a49cb3de91128f55, 0, NULL, '2023-05-09 17:55:45.475', NULL), (0x1b072c358a674791ab2871ff46f52ab9, NULL, 0x0a7fd23c3810426495fc58f063fef866, 'Product Manufacturer Media', 0, NULL, 0x7d7982b981db41a0ad67b1634b26801b, 0, NULL, '2023-05-09 17:55:45.476', NULL), (0x2afe32b4f08e4b16b762e02de66b4016, NULL, 0xc288a2c1117f4b4495daf2acbeb87b2a, 'Category Media', 0, NULL, 0x4be14a41335e4fb696deead3b85f4f35, 0, NULL, '2023-05-09 17:55:45.469', NULL), (0x563547b21bda45e182afb00f7be1d35e, NULL, 0x08bdc34f9cbf42248ef2f6ded678d2e5, 'User Media', 0, NULL, 0xcb2a6618b23740bb929b09582d2f024c, 0, NULL, '2023-05-09 17:55:45.477', NULL), (0x753f09fdec424b68bbd266d21b85c08a, NULL, 0x841a121fdc8a4d02bc6d266788796644, 'Payment Method Media', 0, NULL, 0xd07eb4608a824737a6c4e785ed9a7901, 1, NULL, '2023-05-09 17:56:06.691', NULL), (0xae89d3126dc340679661b1259609a070, NULL, 0x4e0987cb05b5491890633167c9474f6a, 'CMS Media', 0, NULL, 0x639d21bfcc5e43a0b1c28f85d27c6d20, 0, NULL, '2023-05-09 17:55:45.470', NULL), (0xd007c5aed8144567937aeebcf032240b, NULL, 0xe29d1ed512f94adabc4db72aaef24e07, 'Theme Media', 0, NULL, 0x504d6191c9eb413f8242275e069344a7, 1, NULL, '2023-05-09 00:00:00.000', NULL), (0xe72a0871e5c44b9781f592e62f9be22a, NULL, 0x3bbb6fe971654fe0849c181f2df49635, 'Document Media', 0, NULL, 0xc1982517d72f46608e2084fbf6a45019, 0, NULL, '2023-05-09 17:55:45.472', NULL), (0xf359bb440f484c3b901e4e1d8454bfac, NULL, 0x05d8d9901b114c108be1afb7c8802552, 'Imported Media', 0, NULL, 0xfc5e2f710e774941adc7e186c5ff250b, 1, NULL, '2023-05-09 17:55:53.733', NULL), (0xfae93fe0101445c3ae24ad9bb7df146e, NULL, 0x65e4b170ec484283904794c7758f2413, 'Mail Template Media', 0, NULL, 0x30a74918c912407a9d2ef969a5a998f8, 0, NULL, '2023-05-09 17:55:45.473', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_folder_configuration` -- CREATE TABLE `media_folder_configuration` ( `id` binary(16) NOT NULL, `create_thumbnails` tinyint(1) DEFAULT '1', `thumbnail_quality` int DEFAULT '80', `media_thumbnail_sizes_ro` longblob, `keep_aspect_ratio` tinyint(1) DEFAULT '1', `private` tinyint(1) DEFAULT '0', `no_association` tinyint(1) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_folder_configuration` -- INSERT INTO `media_folder_configuration` (`id`, `create_thumbnails`, `thumbnail_quality`, `media_thumbnail_sizes_ro`, `keep_aspect_ratio`, `private`, `no_association`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x30a74918c912407a9d2ef969a5a998f8, 1, 80, NULL, 1, 0, NULL, NULL, '2023-05-09 17:55:45.473', NULL), (0x4be14a41335e4fb696deead3b85f4f35, 1, 80, NULL, 1, 0, NULL, NULL, '2023-05-09 17:55:45.467', NULL), (0x504d6191c9eb413f8242275e069344a7, 1, 80, NULL, 1, 0, 1, NULL, '2023-05-09 00:00:00.000', NULL), (0x639d21bfcc5e43a0b1c28f85d27c6d20, 1, 80, NULL, 1, 0, NULL, NULL, '2023-05-09 17:55:45.470', NULL), (0x75180a5cfea14cec9b99b4525ad40e0f, 0, 80, NULL, 1, 1, NULL, NULL, '2023-05-09 17:56:14.056', NULL), (0x7d7982b981db41a0ad67b1634b26801b, 1, 80, NULL, 1, 0, NULL, NULL, '2023-05-09 17:55:45.476', NULL), (0xc1982517d72f46608e2084fbf6a45019, 1, 80, NULL, 1, 1, NULL, NULL, '2023-05-09 17:55:45.471', NULL), (0xcb2a6618b23740bb929b09582d2f024c, 1, 80, NULL, 1, 0, NULL, NULL, '2023-05-09 17:55:45.477', NULL), (0xd07eb4608a824737a6c4e785ed9a7901, 1, 80, NULL, 1, 0, NULL, NULL, '2023-05-09 17:56:06.690', NULL), (0xf11a733153844e57a49cb3de91128f55, 1, 80, NULL, 1, 0, NULL, NULL, '2023-05-09 17:55:45.475', NULL), (0xfc5e2f710e774941adc7e186c5ff250b, 1, 80, NULL, 1, 0, NULL, NULL, '2023-05-09 17:55:53.728', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_folder_configuration_media_thumbnail_size` -- CREATE TABLE `media_folder_configuration_media_thumbnail_size` ( `media_folder_configuration_id` binary(16) NOT NULL, `media_thumbnail_size_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `media_folder_configuration_media_thumbnail_size` -- INSERT INTO `media_folder_configuration_media_thumbnail_size` (`media_folder_configuration_id`, `media_thumbnail_size_id`) VALUES (0x4be14a41335e4fb696deead3b85f4f35, 0x254839e4bfff4c539ef05b9d9e792aab), (0x639d21bfcc5e43a0b1c28f85d27c6d20, 0x254839e4bfff4c539ef05b9d9e792aab), (0xf11a733153844e57a49cb3de91128f55, 0x254839e4bfff4c539ef05b9d9e792aab), (0xfc5e2f710e774941adc7e186c5ff250b, 0x254839e4bfff4c539ef05b9d9e792aab), (0x4be14a41335e4fb696deead3b85f4f35, 0x826efe3867314e33ad367beccd5473cf), (0x639d21bfcc5e43a0b1c28f85d27c6d20, 0x826efe3867314e33ad367beccd5473cf), (0xf11a733153844e57a49cb3de91128f55, 0x826efe3867314e33ad367beccd5473cf), (0xfc5e2f710e774941adc7e186c5ff250b, 0x826efe3867314e33ad367beccd5473cf), (0x4be14a41335e4fb696deead3b85f4f35, 0xf98f6e1134ad40fc9dbaaa995c386623), (0x639d21bfcc5e43a0b1c28f85d27c6d20, 0xf98f6e1134ad40fc9dbaaa995c386623), (0xf11a733153844e57a49cb3de91128f55, 0xf98f6e1134ad40fc9dbaaa995c386623), (0xfc5e2f710e774941adc7e186c5ff250b, 0xf98f6e1134ad40fc9dbaaa995c386623); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_tag` -- CREATE TABLE `media_tag` ( `media_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_thumbnail` -- CREATE TABLE `media_thumbnail` ( `id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `width` int UNSIGNED NOT NULL, `height` int UNSIGNED NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_thumbnail` -- INSERT INTO `media_thumbnail` (`id`, `media_id`, `width`, `height`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x11e7f381b65f4df7810d75792b7ac6f8, 0x6968ad64888844679918c638e449ffc5, 400, 400, NULL, '2023-05-09 15:04:57.801', NULL), (0x18025680fa974a72bc940cb270586036, 0x5808d194947f415495d9782d8fdc92ae, 1920, 1920, NULL, '2023-05-09 15:04:57.665', NULL), (0x1e96a3ac51a04b8ba387fce52b5693fc, 0xde4b7dbe9d95435092cb85ce146ced28, 400, 400, NULL, '2023-05-09 15:04:58.431', NULL), (0x21109ade6e544dc3ba862ba13b48d352, 0x84356a71233d4b3e9f417dcc8850c82f, 1920, 1920, NULL, '2023-05-09 15:04:58.222', NULL), (0x2487a4823b9b4249803a3c699d0ba9c3, 0x5808d194947f415495d9782d8fdc92ae, 800, 800, NULL, '2023-05-09 15:04:57.665', NULL), (0x2f43f7468a4c4212b377673fb73cb5bc, 0x6cbbdc03b43f4207be80b5f752d5a1c4, 1920, 1920, NULL, '2023-05-09 15:04:57.941', NULL), (0x34c2fa91fb8841d2870543e0b35fa354, 0x102ac62ba27347a688030a05c1790db7, 1920, 1920, NULL, '2023-05-09 15:04:57.386', NULL), (0x38f827d4575747c38ef76dc26b963cde, 0x84356a71233d4b3e9f417dcc8850c82f, 800, 800, NULL, '2023-05-09 15:04:58.222', NULL), (0x4afc1fa7af2f4137815ec6a8a0686ded, 0xf69ab8ae42d04e17b2bab5ec2ff0a93c, 800, 800, NULL, '2023-05-09 15:04:58.570', NULL), (0x5158b3d056c74c878201a931b40f5e3b, 0x70e352200b5c45098dc65a5b47094a2a, 800, 800, NULL, '2023-05-09 15:04:58.080', NULL), (0x60ea09c98b0f42da95cda36ef5feda6a, 0x6968ad64888844679918c638e449ffc5, 1920, 1920, NULL, '2023-05-09 15:04:57.802', NULL), (0x631b51cbc8ce4820b11ed65703ed1529, 0x6cbbdc03b43f4207be80b5f752d5a1c4, 400, 400, NULL, '2023-05-09 15:04:57.940', NULL), (0x654cdd56b2c54957ad3818899bac8e09, 0x6968ad64888844679918c638e449ffc5, 800, 800, NULL, '2023-05-09 15:04:57.801', NULL), (0x6d1db1603c9d4b288dc2fd66961d11ea, 0x70e352200b5c45098dc65a5b47094a2a, 1920, 1920, NULL, '2023-05-09 15:04:58.081', NULL), (0x8e9845ded0934098bdcae3a980dd5df3, 0xf69ab8ae42d04e17b2bab5ec2ff0a93c, 400, 400, NULL, '2023-05-09 15:04:58.570', NULL), (0x9441ad9d5064474caef17c25b8c2eb11, 0x5808d194947f415495d9782d8fdc92ae, 400, 400, NULL, '2023-05-09 15:04:57.665', NULL), (0x965b04b0517148bdb96e9f7d2dd79448, 0xde4b7dbe9d95435092cb85ce146ced28, 1920, 1920, NULL, '2023-05-09 15:04:58.431', NULL), (0x970d1e37154148b1a9507b2c74f50102, 0x102ac62ba27347a688030a05c1790db7, 800, 800, NULL, '2023-05-09 15:04:57.386', NULL), (0xb105e6c2ee2c4f7e9195a11e1e75e9da, 0x84356a71233d4b3e9f417dcc8850c82f, 400, 400, NULL, '2023-05-09 15:04:58.222', NULL), (0xb6985409c9a746f88d42992cb0c739f9, 0x70e352200b5c45098dc65a5b47094a2a, 400, 400, NULL, '2023-05-09 15:04:58.080', NULL), (0xc4f9e1f9422c489eb43f70e4646994c3, 0x102ac62ba27347a688030a05c1790db7, 400, 400, NULL, '2023-05-09 15:04:57.386', NULL), (0xc50f341241f149988ee7e2db54b43849, 0x2de02991cd0548a4ac6cc35cb11773a0, 400, 400, NULL, '2023-05-09 15:04:57.526', NULL), (0xd65590ed87e64bd482e237468d0cd751, 0xde4b7dbe9d95435092cb85ce146ced28, 800, 800, NULL, '2023-05-09 15:04:58.431', NULL), (0xe666c94e9c524e68aa721c9a583a13b1, 0xf69ab8ae42d04e17b2bab5ec2ff0a93c, 1920, 1920, NULL, '2023-05-09 15:04:58.571', NULL), (0xe8d032e0fe2746c8b2f61f51a44b1c21, 0x2de02991cd0548a4ac6cc35cb11773a0, 1920, 1920, NULL, '2023-05-09 15:04:57.527', NULL), (0xee1d54aa92c74a9b926849dea104b553, 0x6cbbdc03b43f4207be80b5f752d5a1c4, 800, 800, NULL, '2023-05-09 15:04:57.940', NULL), (0xf1470fb2370e4a7fbaa2d55d1ddbd6e1, 0x2de02991cd0548a4ac6cc35cb11773a0, 800, 800, NULL, '2023-05-09 15:04:57.527', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_thumbnail_size` -- CREATE TABLE `media_thumbnail_size` ( `id` binary(16) NOT NULL, `width` int NOT NULL, `height` int NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_thumbnail_size` -- INSERT INTO `media_thumbnail_size` (`id`, `width`, `height`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x254839e4bfff4c539ef05b9d9e792aab, 400, 400, NULL, '2023-05-09 17:55:47.918', NULL), (0x826efe3867314e33ad367beccd5473cf, 800, 800, NULL, '2023-05-09 17:55:47.919', NULL), (0xf98f6e1134ad40fc9dbaaa995c386623, 1920, 1920, NULL, '2023-05-09 17:55:47.921', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `media_translation` -- CREATE TABLE `media_translation` ( `media_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `alt` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `media_translation` -- INSERT INTO `media_translation` (`media_id`, `language_id`, `alt`, `title`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0638a96cde354270b21f2d9fde65eec7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:25.678', '2023-05-09 15:05:25.821'), (0x072d0752eabb4d76a30f5a337c2af3b8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:27.295', '2023-05-09 15:05:27.410'), (0x0f67834025624cbd929de13e0e1e3000, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:26.772', '2023-05-09 15:05:26.877'), (0x102ac62ba27347a688030a05c1790db7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.113', '2023-05-09 15:04:57.186'), (0x108e8d509a2844f1a8ee0ce2d7827901, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:26.897', '2023-05-09 15:05:27.012'), (0x2de02991cd0548a4ac6cc35cb11773a0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.131', '2023-05-09 15:04:57.208'), (0x313846eb82f443cabd9b57dfef1ad87a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:26.307', '2023-05-09 15:05:26.437'), (0x3b3d48a000ab4e40b23df6ebce3cfab8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:32.624', '2023-05-09 15:05:32.753'), (0x48cafadb685244478ffed199f208a92b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:25.071', '2023-05-09 15:05:27.578'), (0x4f9a44fb36af4af295e819aff06d9219, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:25.380', '2023-05-09 15:05:25.498'), (0x4fc2830d020846a785dfb42670903e49, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:25.846', '2023-05-09 15:05:25.988'), (0x5808d194947f415495d9782d8fdc92ae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.136', '2023-05-09 15:04:57.227'), (0x6520f8dfdbb641e2815d22fce5bdbc67, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:25.247', '2023-05-09 15:05:25.354'), (0x6968ad64888844679918c638e449ffc5, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.142', '2023-05-09 15:04:57.245'), (0x6cbbdc03b43f4207be80b5f752d5a1c4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.147', '2023-05-09 15:04:57.265'), (0x70e352200b5c45098dc65a5b47094a2a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.152', '2023-05-09 15:04:57.284'), (0x7b769ff8d6a04f36bceec84aa8a5ce3a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:26.014', '2023-05-09 15:05:26.149'), (0x7e1be40d4d494d77a45034db1869de96, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:27.032', '2023-05-09 15:05:27.149'), (0x84356a71233d4b3e9f417dcc8850c82f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.158', '2023-05-09 15:04:57.302'), (0x92c227102a29461fb90f4db702eba047, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:32.623', '2023-05-09 15:05:32.753'), (0xade4dc021ec045f2a71785de95fb03f9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:26.460', '2023-05-09 15:05:26.604'), (0xde4b7dbe9d95435092cb85ce146ced28, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.169', '2023-05-09 15:04:57.321'), (0xe9c9badf530a49fb992915b9a9de932c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:25.522', '2023-05-09 15:05:25.653'), (0xef5f4572bedc4e9fac51d7d4de8bdf53, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:32.624', '2023-05-09 15:05:32.754'), (0xf2eba44c4a5848b7a5b4dbd6e34d92ce, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:27.169', '2023-05-09 15:05:27.274'), (0xf555d6b00a3847d19613488272443d6e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:26.174', '2023-05-09 15:05:26.285'), (0xf69ab8ae42d04e17b2bab5ec2ff0a93c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:04:57.163', '2023-05-09 15:04:57.342'), (0xf69d4896175f4b83be08531424802cf0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, NULL, NULL, '2023-05-09 15:05:26.627', '2023-05-09 15:05:26.752'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `message_queue_stats` -- CREATE TABLE `message_queue_stats` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `size` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `migration` -- CREATE TABLE `migration` ( `class` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `creation_timestamp` int NOT NULL, `update` timestamp(6) NULL DEFAULT NULL, `update_destructive` timestamp(6) NULL DEFAULT NULL, `message` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `migration` -- INSERT INTO `migration` (`class`, `creation_timestamp`, `update`, `update_destructive`, `message`) VALUES ('Shopware\\Administration\\Migration\\V6_4\\Migration1632281097Notification', 1632281097, '2023-05-09 14:56:10.535361', '2023-05-09 14:56:19.674149', NULL), ('Shopware\\Administration\\Migration\\V6_4\\Migration1636121186CopySalesChannelIdsIntoUserConfig', 1636121186, '2023-05-09 14:56:10.768806', '2023-05-09 14:56:19.740561', NULL), ('Shopware\\Administration\\Migration\\V6_4\\Migration1660813696AddAppAdministrationSnippet', 1660813696, '2023-05-09 14:56:14.755450', '2023-05-09 14:56:20.109303', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232600Language', 1536232600, '2023-05-09 14:55:40.198941', '2023-05-09 14:56:15.527337', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232610Locale', 1536232610, '2023-05-09 14:55:40.468180', '2023-05-09 14:56:15.531418', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232620SalesChannelType', 1536232620, '2023-05-09 14:55:40.509837', '2023-05-09 14:56:15.535028', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232630PropertyGroup', 1536232630, '2023-05-09 14:55:40.545943', '2023-05-09 14:56:15.538565', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232640Currency', 1536232640, '2023-05-09 14:55:40.579275', '2023-05-09 14:56:15.542168', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232650CustomerGroup', 1536232650, '2023-05-09 14:55:40.610450', '2023-05-09 14:56:15.545572', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232660Tax', 1536232660, '2023-05-09 14:55:40.625432', '2023-05-09 14:56:15.549428', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232670Unit', 1536232670, '2023-05-09 14:55:40.655180', '2023-05-09 14:56:15.553427', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232680Rule', 1536232680, '2023-05-09 14:55:40.678434', '2023-05-09 14:56:15.557316', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232690Version', 1536232690, '2023-05-09 14:55:40.690233', '2023-05-09 14:56:15.561381', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232700VersionCommit', 1536232700, '2023-05-09 14:55:40.705397', '2023-05-09 14:56:15.566643', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232710Integration', 1536232710, '2023-05-09 14:55:40.721433', '2023-05-09 14:56:15.570133', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232720Country', 1536232720, '2023-05-09 14:55:40.752780', '2023-05-09 14:56:15.573570', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232730CountryState', 1536232730, '2023-05-09 14:55:40.791781', '2023-05-09 14:56:15.577237', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232740SnippetSet', 1536232740, '2023-05-09 14:55:40.807073', '2023-05-09 14:56:15.581014', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232750Snippet', 1536232750, '2023-05-09 14:55:40.826961', '2023-05-09 14:56:15.584727', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232760StateMachine', 1536232760, '2023-05-09 14:55:41.086718', '2023-05-09 14:56:15.588447', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232770VersionCommitData', 1536232770, '2023-05-09 14:55:41.106822', '2023-05-09 14:56:15.592126', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232790MailHeaderFooter', 1536232790, '2023-05-09 14:55:41.144190', '2023-05-09 14:56:15.595821', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232800DeliveryTime', 1536232800, '2023-05-09 14:55:41.179405', '2023-05-09 14:56:15.599382', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232810User', 1536232810, '2023-05-09 14:55:41.203332', '2023-05-09 14:56:15.603016', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232820UserAccessKey', 1536232820, '2023-05-09 14:55:41.226359', '2023-05-09 14:56:15.606452', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232830MediaDefaultFolder', 1536232830, '2023-05-09 14:55:41.242734', '2023-05-09 14:56:15.609901', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232840MediaFolder', 1536232840, '2023-05-09 14:55:41.267110', '2023-05-09 14:56:15.613389', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232850Media', 1536232850, '2023-05-09 14:55:41.375229', '2023-05-09 14:56:15.617022', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232860ShippingMethod', 1536232860, '2023-05-09 14:55:41.426441', '2023-05-09 14:56:15.620564', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232870ShippingMethodPrice', 1536232870, '2023-05-09 14:55:41.460998', '2023-05-09 14:56:15.624210', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232880Category', 1536232880, '2023-05-09 14:55:41.512468', '2023-05-09 14:56:15.627946', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232890CmsPage', 1536232890, '2023-05-09 14:55:41.551439', '2023-05-09 14:56:15.631542', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232900CmsBlock', 1536232900, '2023-05-09 14:55:41.577128', '2023-05-09 14:56:15.635200', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232910CmsSlot', 1536232910, '2023-05-09 14:55:41.618350', '2023-05-09 14:56:15.638809', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232920PaymentMethod', 1536232920, '2023-05-09 14:55:41.671202', '2023-05-09 14:56:15.642332', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232930Navigation', 1536232930, '2023-05-09 14:55:41.727678', '2023-05-09 14:56:15.645822', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232940SalesChannel', 1536232940, '2023-05-09 14:55:41.952697', '2023-05-09 14:56:15.649279', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232950Salutation', 1536232950, '2023-05-09 14:55:41.985229', '2023-05-09 14:56:15.652964', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232960Customer', 1536232960, '2023-05-09 14:55:42.038769', '2023-05-09 14:56:15.656682', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232970CustomerAddress', 1536232970, '2023-05-09 14:55:42.077851', '2023-05-09 14:56:15.660441', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232980Cart', 1536232980, '2023-05-09 14:55:42.129833', '2023-05-09 14:56:15.664087', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536232990Order', 1536232990, '2023-05-09 14:55:42.168349', '2023-05-09 14:56:15.667576', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233000OrderCustomer', 1536233000, '2023-05-09 14:55:42.203709', '2023-05-09 14:56:15.671195', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233010OrderAddress', 1536233010, '2023-05-09 14:55:42.243193', '2023-05-09 14:56:15.674600', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233020OrderDelivery', 1536233020, '2023-05-09 14:55:42.284085', '2023-05-09 14:56:15.678189', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233030OrderLineItem', 1536233030, '2023-05-09 14:55:42.317727', '2023-05-09 14:56:15.682529', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233040OrderDeliveryPosition', 1536233040, '2023-05-09 14:55:42.345671', '2023-05-09 14:56:15.686645', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233050OrderTransaction', 1536233050, '2023-05-09 14:55:42.484544', '2023-05-09 14:56:15.690056', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233060MediaFolderConfiguration', 1536233060, '2023-05-09 14:55:42.500329', '2023-05-09 14:56:15.693663', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233070MediaThumbnailSize', 1536233070, '2023-05-09 14:55:42.513923', '2023-05-09 14:56:15.697567', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233080MediaFolderConfigurationMediaThumbnailSize', 1536233080, '2023-05-09 14:55:42.536456', '2023-05-09 14:56:15.701204', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233090MediaThumbnail', 1536233090, '2023-05-09 14:55:42.556519', '2023-05-09 14:56:15.704880', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233100PropertyGroupOption', 1536233100, '2023-05-09 14:55:42.605849', '2023-05-09 14:56:15.708542', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233110ProductManufacturer', 1536233110, '2023-05-09 14:55:42.650318', '2023-05-09 14:56:15.712563', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233120Product', 1536233120, '2023-05-09 14:55:42.730595', '2023-05-09 14:56:15.716347', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233130ProductMedia', 1536233130, '2023-05-09 14:55:42.865111', '2023-05-09 14:56:15.719973', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233140ProductProperty', 1536233140, '2023-05-09 14:55:42.892251', '2023-05-09 14:56:15.723723', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233150ProductOption', 1536233150, '2023-05-09 14:55:42.920508', '2023-05-09 14:56:15.727639', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233160ProductConfigurator', 1536233160, '2023-05-09 14:55:42.970882', '2023-05-09 14:56:15.731372', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233170ProductCategoryTree', 1536233170, '2023-05-09 14:55:43.004424', '2023-05-09 14:56:15.735265', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233180ProductCategory', 1536233180, '2023-05-09 14:55:43.037463', '2023-05-09 14:56:15.738706', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233190ProductPriceRule', 1536233190, '2023-05-09 14:55:43.078882', '2023-05-09 14:56:15.742121', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233200RuleCondition', 1536233200, '2023-05-09 14:55:43.104396', '2023-05-09 14:56:15.745542', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233210SalesChannelDomain', 1536233210, '2023-05-09 14:55:43.142259', '2023-05-09 14:56:15.749248', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233220PluginTranslation', 1536233220, '2023-05-09 14:55:43.169918', '2023-05-09 14:56:15.752976', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233230ProductStream', 1536233230, '2023-05-09 14:55:43.204271', '2023-05-09 14:56:15.756523', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233240ProductStreamFilter', 1536233240, '2023-05-09 14:55:43.226025', '2023-05-09 14:56:15.760174', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233250MessageQueueStats', 1536233250, '2023-05-09 14:55:43.239814', '2023-05-09 14:56:15.763618', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233260StateMachineHistory', 1536233260, '2023-05-09 14:55:43.272658', '2023-05-09 14:56:15.767148', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233270SystemConfig', 1536233270, '2023-05-09 14:55:43.289758', '2023-05-09 14:56:15.770724', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233280CustomFieldSet', 1536233280, '2023-05-09 14:55:43.302319', '2023-05-09 14:56:15.774286', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233290CustomFieldSetRelation', 1536233290, '2023-05-09 14:55:43.320194', '2023-05-09 14:56:15.777676', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233300CustomField', 1536233300, '2023-05-09 14:55:43.340494', '2023-05-09 14:56:15.781352', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233310ScheduledTask', 1536233310, '2023-05-09 14:55:43.356856', '2023-05-09 14:56:15.784931', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233320DeadMessage', 1536233320, '2023-05-09 14:55:43.380103', '2023-05-09 14:56:15.788490', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233330MailTemplate', 1536233330, '2023-05-09 14:55:43.489884', '2023-05-09 14:56:15.792116', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233340NumberRange', 1536233340, '2023-05-09 14:55:43.614930', '2023-05-09 14:56:15.795618', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233350ProductVisibility', 1536233350, '2023-05-09 14:55:43.662522', '2023-05-09 14:56:15.799131', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233360Document', 1536233360, '2023-05-09 14:55:43.736880', '2023-05-09 14:56:15.802759', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233370EventAction', 1536233370, '2023-05-09 14:55:43.753910', '2023-05-09 14:56:15.806271', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233380UserRecovery', 1536233380, '2023-05-09 14:55:43.777406', '2023-05-09 14:56:15.809923', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233390Promotion', 1536233390, '2023-05-09 14:55:43.821998', '2023-05-09 14:56:15.813417', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233400MailTemplateMedia', 1536233400, '2023-05-09 14:55:43.846624', '2023-05-09 14:56:15.816974', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233410PromotionSalesChannel', 1536233410, '2023-05-09 14:55:43.875028', '2023-05-09 14:56:15.820510', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233420PromotionDiscount', 1536233420, '2023-05-09 14:55:43.893405', '2023-05-09 14:56:15.824044', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233430NewsletterRecipient', 1536233430, '2023-05-09 14:55:43.936335', '2023-05-09 14:56:15.827552', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233440PromotionPersonaCustomer', 1536233440, '2023-05-09 14:55:43.963162', '2023-05-09 14:56:15.831061', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233450PromotionPersonaRules', 1536233450, '2023-05-09 14:55:43.983717', '2023-05-09 14:56:15.834473', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233460NumberRangeTranslationAndConfiguration', 1536233460, '2023-05-09 14:55:43.987476', '2023-05-09 14:56:15.837964', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233470PromotionOrderRule', 1536233470, '2023-05-09 14:55:44.008399', '2023-05-09 14:56:15.842009', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233480SalesChannelApiContext', 1536233480, '2023-05-09 14:55:44.019888', '2023-05-09 14:56:15.845421', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233500PromotionDiscountRule', 1536233500, '2023-05-09 14:55:44.039587', '2023-05-09 14:56:15.849214', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233510DocumentConfiguration', 1536233510, '2023-05-09 14:55:44.103852', '2023-05-09 14:56:15.852783', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233520PromotionCartRule', 1536233520, '2023-05-09 14:55:44.127989', '2023-05-09 14:56:15.856401', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233530SalesChannelCategoryId', 1536233530, '2023-05-09 14:55:44.258917', '2023-05-09 14:56:16.270334', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233540ProductSearchKeyword', 1536233540, '2023-05-09 14:55:44.318815', '2023-05-09 14:56:16.377385', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233550Tag', 1536233550, '2023-05-09 14:55:44.472867', '2023-05-09 14:56:16.381891', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1536233560BasicData', 1536233560, '2023-05-09 14:55:45.850659', '2023-05-09 14:56:16.385542', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1552360944MediaFolderConfigurationNoAssoc', 1552360944, '2023-05-09 14:55:45.870469', '2023-05-09 14:56:16.389347', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1554199340AddImportExportProfile', 1554199340, '2023-05-09 14:55:45.969147', '2023-05-09 14:56:16.396893', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1554200141ImportExportFile', 1554200141, '2023-05-09 14:55:45.984992', '2023-05-09 14:56:16.400665', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1554203706AddImportExportLog', 1554203706, '2023-05-09 14:55:46.014510', '2023-05-09 14:56:16.404538', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1554900301AddReviewTable', 1554900301, '2023-05-09 14:55:46.070600', '2023-05-09 14:56:16.408396', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1556809270AddAverageRatingToProduct', 1556809270, '2023-05-09 14:55:46.196743', '2023-05-09 14:56:16.415596', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558082916AddBreadcrumb', 1558082916, '2023-05-09 14:55:46.217740', '2023-05-09 14:56:16.419243', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558105657CurrencyPrices', 1558105657, '2023-05-09 14:55:46.265871', '2023-05-09 14:56:16.423114', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558443337PromotionSalesChannel', 1558443337, '2023-05-09 14:55:46.359296', '2023-05-09 14:56:16.426781', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558505525Logging', 1558505525, '2023-05-09 14:55:46.375977', '2023-05-09 14:56:16.430649', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558594334PromotionDiscountPrice', 1558594334, '2023-05-09 14:55:46.400018', '2023-05-09 14:56:16.434567', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1558938938ChangeGroupSortingColumn', 1558938938, '2023-05-09 14:55:46.682646', '2023-05-09 14:56:16.439043', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1559050088Promotion', 1559050088, '2023-05-09 14:55:46.828728', '2023-05-09 14:56:16.442637', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1559050903PromotionExclusion', 1559050903, '2023-05-09 14:55:46.867106', '2023-05-09 14:56:16.446374', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1559134989Promotion', 1559134989, '2023-05-09 14:55:46.955711', '2023-05-09 14:56:16.450080', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1559306391PromotionIndividualCode', 1559306391, '2023-05-09 14:55:46.977886', '2023-05-09 14:56:16.453945', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561370284AddImportExportProductProfile', 1561370284, '2023-05-09 14:55:46.984703', '2023-05-09 14:56:16.458090', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561377793AddAvailableAsShippingCountry', 1561377793, '2023-05-09 14:55:47.038626', '2023-05-09 14:56:16.462019', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561442979ElasticsearchIndexTask', 1561442979, '2023-05-09 14:55:47.055273', '2023-05-09 14:56:16.466642', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561452005Update', 1561452005, '2023-05-09 14:55:47.062442', '2023-05-09 14:56:16.470385', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1561712450NewSystemConfigsAndDefaultValues', 1561712450, '2023-05-09 14:55:47.069294', '2023-05-09 14:56:16.474202', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562228335SetConfigDefaults', 1562228335, '2023-05-09 14:55:47.074459', '2023-05-09 14:56:16.478013', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562240231UserPasswordRecovery', 1562240231, '2023-05-09 14:55:47.088579', '2023-05-09 14:56:16.481559', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562306893MakeCustomerFirstLoginDateTime', 1562306893, '2023-05-09 14:55:47.197729', '2023-05-09 14:56:16.485343', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562324772AddOrderDateToOrder', 1562324772, '2023-05-09 14:55:47.365420', '2023-05-09 14:56:16.489255', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562579120ProductAvailableFields', 1562579120, '2023-05-09 14:55:47.702559', '2023-05-09 14:56:16.493129', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562684474AddDeliveryTime', 1562684474, '2023-05-09 14:55:47.813826', '2023-05-09 14:56:16.497149', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562841035AddProductChildCount', 1562841035, '2023-05-09 14:55:47.904051', '2023-05-09 14:56:16.501377', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1562933907ContactForm', 1562933907, '2023-05-09 14:55:47.913145', '2023-05-09 14:56:16.506065', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563180880AddDefaultThumbnailSizes', 1563180880, '2023-05-09 14:55:47.934010', '2023-05-09 14:56:16.509728', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563288227MarkAsNewConfig', 1563288227, '2023-05-09 14:55:47.938554', '2023-05-09 14:56:16.513427', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563518181PromotionDiscount', 1563518181, '2023-05-09 14:55:47.963157', '2023-05-09 14:56:16.517188', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563805586AddLanguageToOrder', 1563805586, '2023-05-09 14:55:48.223631', '2023-05-09 14:56:16.524634', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1563949275AddCompanyToOrderCustomer', 1563949275, '2023-05-09 14:55:48.246536', '2023-05-09 14:56:16.528152', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1564475053RemoveSaveDocumentsConfig', 1564475053, '2023-05-09 14:55:48.315544', '2023-05-09 14:56:16.539098', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565007156RemoveAutoIncrement', 1565007156, '2023-05-09 14:55:48.319320', '2023-05-09 14:56:16.878092', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565079228AddAclStructure', 1565079228, '2023-05-09 14:55:48.528647', '2023-05-09 14:56:16.884561', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565270155PromotionSetGroup', 1565270155, '2023-05-09 14:55:48.556622', '2023-05-09 14:56:16.888441', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565270366PromotionSetGroupRule', 1565270366, '2023-05-09 14:55:48.580450', '2023-05-09 14:56:16.892100', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565346846Promotion', 1565346846, '2023-05-09 14:55:48.632204', '2023-05-09 14:56:16.896020', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1565705280ProductExport', 1565705280, '2023-05-09 14:55:48.708982', '2023-05-09 14:56:16.907846', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1566293076AddAutoIncrement', 1566293076, '2023-05-09 14:55:48.714122', '2023-05-09 14:56:17.210531', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1566460168UpdateTexts', 1566460168, '2023-05-09 14:55:48.717953', '2023-05-09 14:56:17.221676', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1566817701AddDisplayGroup', 1566817701, '2023-05-09 14:55:48.817168', '2023-05-09 14:56:17.371343', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1567431050ContactFormTemplate', 1567431050, '2023-05-09 14:55:48.928993', '2023-05-09 14:56:17.375955', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1568120239CmsSection', 1568120239, '2023-05-09 14:55:48.965763', '2023-05-09 14:56:17.379595', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1568120302CmsBlockUpdate', 1568120302, '2023-05-09 14:55:49.116498', '2023-05-09 14:56:17.420911', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1568645037AddEnqueueDbal', 1568645037, '2023-05-09 14:55:49.137038', '2023-05-09 14:56:17.426607', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1568901713PromotionDiscount', 1568901713, '2023-05-09 14:55:49.199570', '2023-05-09 14:56:17.430175', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1569403146ProductVisibilityUnique', 1569403146, '2023-05-09 14:55:49.219703', '2023-05-09 14:56:17.433582', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570187167AddedAppConfig', 1570187167, '2023-05-09 14:55:49.236362', '2023-05-09 14:56:17.437331', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570459127AddCmsSidebarLayout', 1570459127, '2023-05-09 14:55:49.271715', '2023-05-09 14:56:17.441532', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570621541UpdateDefaultMailTemplates', 1570621541, '2023-05-09 14:55:49.293749', '2023-05-09 14:56:17.445168', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570622696CustomerPasswordRecovery', 1570622696, '2023-05-09 14:55:49.327984', '2023-05-09 14:56:17.448891', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570629862ClearCategoryBreadcrumbs', 1570629862, '2023-05-09 14:55:49.332682', '2023-05-09 14:56:17.453126', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1570684913ScheduleIndexer', 1570684913, '2023-05-09 14:55:49.366602', '2023-05-09 14:56:17.457606', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571059598ChangeGreatBritainToUnitedKingdom', 1571059598, '2023-05-09 14:55:49.375049', '2023-05-09 14:56:17.462003', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571210820AddPaymentMethodIdsToSalesChannel', 1571210820, '2023-05-09 14:55:49.571931', '2023-05-09 14:56:17.466909', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571660203FixOrderDeliveryStateNames', 1571660203, '2023-05-09 14:55:49.590480', '2023-05-09 14:56:17.481509', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571724915MultipleTrackingCodesInOrderDelivery', 1571724915, '2023-05-09 14:55:49.689137', '2023-05-09 14:56:17.510920', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571981437AddSeoColumns', 1571981437, '2023-05-09 14:55:49.747327', '2023-05-09 14:56:17.532232', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1571990395UpdateDefaultStatusMailTemplates', 1571990395, '2023-05-09 14:55:49.834471', '2023-05-09 14:56:17.536215', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572193798TaxRule', 1572193798, '2023-05-09 14:55:49.906128', '2023-05-09 14:56:17.539759', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572264837AddCacheId', 1572264837, '2023-05-09 14:55:49.912418', '2023-05-09 14:56:17.543359', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572273565AddUniqueConstraintToTechnicalNameOfDocumentType', 1572273565, '2023-05-09 14:55:49.950447', '2023-05-09 14:56:17.546695', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572421282AddDoubleOptInRegistration', 1572421282, '2023-05-09 14:55:50.035892', '2023-05-09 14:56:17.550184', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572425108AddDoubleOptInRegistrationMailTemplate', 1572425108, '2023-05-09 14:55:50.052692', '2023-05-09 14:56:17.553517', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1572957455AddAffiliateTrackingColumns', 1572957455, '2023-05-09 14:55:50.191933', '2023-05-09 14:56:17.557193', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1573049297AddReopenTransitionToDeliveryStates', 1573049297, '2023-05-09 14:55:50.199763', '2023-05-09 14:56:17.560846', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1573569685DoubleOptInGuestMailTemplate', 1573569685, '2023-05-09 14:55:50.217810', '2023-05-09 14:56:17.564700', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1573729158AddSitemapConfig', 1573729158, '2023-05-09 14:55:50.225239', '2023-05-09 14:56:17.568546', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574063550AddCurrencyToProductExport', 1574063550, '2023-05-09 14:55:50.254124', '2023-05-09 14:56:17.572108', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574082635AddOrderLineItemProductId', 1574082635, '2023-05-09 14:55:50.364358', '2023-05-09 14:56:17.575822', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574258787ProductSearchLanguageKey', 1574258787, '2023-05-09 14:55:50.427095', '2023-05-09 14:56:17.579575', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574258788TaxRuleLanguageKey', 1574258788, '2023-05-09 14:55:50.487766', '2023-05-09 14:56:17.583322', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574258789ProductReviewLanguageKey', 1574258789, '2023-05-09 14:55:50.553205', '2023-05-09 14:56:17.587018', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574520220AddSalesChannelMaintenance', 1574520220, '2023-05-09 14:55:50.788684', '2023-05-09 14:56:17.590693', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574672450RemoteAddressIntoCustomerAndOrderCustomerTable', 1574672450, '2023-05-09 14:55:50.870914', '2023-05-09 14:56:17.594416', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574695657ProductCrossSelling', 1574695657, '2023-05-09 14:55:51.041343', '2023-05-09 14:56:17.598139', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1574925962FixTaxConstraint', 1574925962, '2023-05-09 14:55:51.183864', '2023-05-09 14:56:17.601676', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575010262AddCmsFormLayouts', 1575010262, '2023-05-09 14:55:51.207744', '2023-05-09 14:56:17.605409', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575021466AddCurrencies', 1575021466, '2023-05-09 14:55:51.290056', '2023-05-09 14:56:17.609037', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575034234FixOrderDeliveryAddressConstraint', 1575034234, '2023-05-09 14:55:51.377069', '2023-05-09 14:56:17.612714', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575036586FixProductConfiguratorSettingsConstraint', 1575036586, '2023-05-09 14:55:51.436074', '2023-05-09 14:56:17.616454', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575039284FixProductReviewConstraint', 1575039284, '2023-05-09 14:55:51.593971', '2023-05-09 14:56:17.620230', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575197543MailTemplateCustomFields', 1575197543, '2023-05-09 14:55:51.647520', '2023-05-09 14:56:17.624050', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575274700FixSalesChannelMailHeaderFooterConstraint', 1575274700, '2023-05-09 14:55:51.959478', '2023-05-09 14:56:17.627810', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575293069OrderMailTemplates', 1575293069, '2023-05-09 14:55:51.971120', '2023-05-09 14:56:17.631496', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575451283AddLimitToCrossSelling', 1575451283, '2023-05-09 14:55:51.995592', '2023-05-09 14:56:17.635526', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575626180RemoveSearchKeywordInheritance', 1575626180, '2023-05-09 14:55:51.999555', '2023-05-09 14:56:17.779888', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1575883959ResetListingPrices', 1575883959, '2023-05-09 14:55:52.023247', '2023-05-09 14:56:17.784164', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1576488398AddOrderLineItemPosition', 1576488398, '2023-05-09 14:55:52.061075', '2023-05-09 14:56:17.787788', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1576590301FixSalesChannelDomainLanguageFk', 1576590301, '2023-05-09 14:55:52.234804', '2023-05-09 14:56:17.791254', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578042218DefaultPages', 1578042218, '2023-05-09 14:55:52.286501', '2023-05-09 14:56:17.794753', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578044453AddedNavigationDepth', 1578044453, '2023-05-09 14:55:52.418801', '2023-05-09 14:56:17.798025', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578470886FixPurchaseSteps', 1578470886, '2023-05-09 14:55:52.428475', '2023-05-09 14:56:17.801384', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578475268FixSloveneLocale', 1578475268, '2023-05-09 14:55:52.433680', '2023-05-09 14:56:17.804808', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578485775UseStableUpdateChannel', 1578485775, '2023-05-09 14:55:52.442574', '2023-05-09 14:56:17.808492', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578491480Hreflang', 1578491480, '2023-05-09 14:55:52.922869', '2023-05-09 14:56:17.812189', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578590702AddedPropertyGroupPosition', 1578590702, '2023-05-09 14:55:52.940840', '2023-05-09 14:56:17.815868', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578648299ReindexSeoUrls', 1578648299, '2023-05-09 14:55:52.946573', '2023-05-09 14:56:17.819427', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1578650334AddGoogleAnalyticsTable', 1578650334, '2023-05-09 14:55:53.129476', '2023-05-09 14:56:17.823564', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580202210DefaultRule', 1580202210, '2023-05-09 14:55:53.139065', '2023-05-09 14:56:17.827211', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580218617RefactorShippingMethodPrice', 1580218617, '2023-05-09 14:55:53.255029', '2023-05-09 14:56:17.830672', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580743279UpdateDeliveryMailTemplates', 1580743279, '2023-05-09 14:55:53.380792', '2023-05-09 14:56:17.834034', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580746806AddPaymentStates', 1580746806, '2023-05-09 14:55:53.416722', '2023-05-09 14:56:17.837350', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580808849AddGermanContactFormTranslation', 1580808849, '2023-05-09 14:55:53.422599', '2023-05-09 14:56:17.840788', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580819350AddTrackingUrl', 1580819350, '2023-05-09 14:55:53.437799', '2023-05-09 14:56:17.844439', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1580827023ProductCrossSellingAssignedProductsDefinition', 1580827023, '2023-05-09 14:55:53.535068', '2023-05-09 14:56:17.848977', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1582011195FixCountryStateGermanTranslation', 1582011195, '2023-05-09 14:55:53.551914', '2023-05-09 14:56:17.852628', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1583142266FixDefaultOrderConfirmationMailTemplateVATDisplay', 1583142266, '2023-05-09 14:55:53.563288', '2023-05-09 14:56:17.856077', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1583416186KeywordUniques', 1583416186, '2023-05-09 14:55:53.589305', '2023-05-09 14:56:17.859568', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1583756864FixDeliveryForeignKey', 1583756864, '2023-05-09 14:55:53.617836', '2023-05-09 14:56:17.863068', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1583844433AddRefreshTokenTable', 1583844433, '2023-05-09 14:55:53.632207', '2023-05-09 14:56:17.866544', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1584002637NewImportExport', 1584002637, '2023-05-09 14:55:53.735194', '2023-05-09 14:56:17.869965', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1584953715UpdateMailTemplatesAfterOrderLink', 1584953715, '2023-05-09 14:55:53.805047', '2023-05-09 14:56:17.873411', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585056571AddLanguageToMailTemplateMedia', 1585056571, '2023-05-09 14:55:53.844175', '2023-05-09 14:56:17.876914', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585126355AddOrderCommentField', 1585126355, '2023-05-09 14:55:53.914560', '2023-05-09 14:56:17.880608', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585490020ActivateHoneypotCaptcha', 1585490020, '2023-05-09 14:55:53.920694', '2023-05-09 14:56:17.883980', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585744384ChangeCategoryProfile', 1585744384, '2023-05-09 14:55:53.927714', '2023-05-09 14:56:17.887461', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1585816139FixMediaMapping', 1585816139, '2023-05-09 14:55:53.935222', '2023-05-09 14:56:17.890957', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1586158920AddImportExportProfileConfig', 1586158920, '2023-05-09 14:55:53.973515', '2023-05-09 14:56:17.894461', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1586173614AddAdditionalImportExportProfiles', 1586173614, '2023-05-09 14:55:53.990494', '2023-05-09 14:56:17.897940', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1586260286AddProductMainVariant', 1586260286, '2023-05-09 14:55:54.153061', '2023-05-09 14:56:17.901297', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1586334003AddParentIdToProductProfile', 1586334003, '2023-05-09 14:55:54.161966', '2023-05-09 14:56:17.904786', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1587039363AddImportExportLabelField', 1587039363, '2023-05-09 14:55:54.223377', '2023-05-09 14:56:17.908942', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1587109484AddAfterOrderPaymentFlag', 1587109484, '2023-05-09 14:55:54.329121', '2023-05-09 14:56:17.912557', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1587111506AddPausedScheduleToProductExport', 1587111506, '2023-05-09 14:55:54.354431', '2023-05-09 14:56:17.916207', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1587461582AddOpenToPaidTransition', 1587461582, '2023-05-09 14:55:54.361415', '2023-05-09 14:56:17.919821', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1588143272UpdateOrderStateChangeMailTemplates', 1588143272, '2023-05-09 14:55:54.453280', '2023-05-09 14:56:17.923321', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1588144801TriggerIndexer', 1588144801, '2023-05-09 14:55:54.485761', '2023-05-09 14:56:17.926744', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1588153272UpdateGermanMailTemplates', 1588153272, '2023-05-09 14:55:54.544993', '2023-05-09 14:56:17.930103', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589178550AddTaxCalculationType', 1589178550, '2023-05-09 14:55:54.666458', '2023-05-09 14:56:17.933574', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589357321AddCountries', 1589357321, '2023-05-09 14:55:55.421498', '2023-05-09 14:56:17.937099', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589359936AddTaxCountryRules', 1589359936, '2023-05-09 14:55:55.637832', '2023-05-09 14:56:17.940792', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589379060AddVariantCharacteristicsToEmailTemplates', 1589379060, '2023-05-09 14:55:55.647353', '2023-05-09 14:56:17.944311', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589447332AddFilterableToPropertyGroup', 1589447332, '2023-05-09 14:55:55.670088', '2023-05-09 14:56:17.947756', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1589458026SetDefaultReviewConfig', 1589458026, '2023-05-09 14:55:55.675116', '2023-05-09 14:56:17.951264', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590408550AclResources', 1590408550, '2023-05-09 14:55:55.717357', '2023-05-09 14:56:17.962747', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590409548AddPackUnitPluralMigration', 1590409548, '2023-05-09 14:55:55.739962', '2023-05-09 14:56:17.966509', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590566018RenameDefaultMediaFolders', 1590566018, '2023-05-09 14:55:55.747033', '2023-05-09 14:56:17.969886', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590566405InvalidateSessionOnLogOut', 1590566405, '2023-05-09 14:55:55.751617', '2023-05-09 14:56:17.973268', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590579986DropMailHeaderFooterConstraint', 1590579986, '2023-05-09 14:55:56.047894', '2023-05-09 14:56:17.976764', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1590758953ProductFeatureSet', 1590758953, '2023-05-09 14:55:56.556652', '2023-05-09 14:56:17.980254', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591052278AddPropertyAndOptionIdsToProductProfile', 1591052278, '2023-05-09 14:55:56.563537', '2023-05-09 14:56:17.983813', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591167126RoleDescription', 1591167126, '2023-05-09 14:55:56.628329', '2023-05-09 14:56:17.987370', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591253089OrderDeeplinkForMailTemplates', 1591253089, '2023-05-09 14:55:56.728398', '2023-05-09 14:56:17.990715', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591259559AddMissingCurrency', 1591259559, '2023-05-09 14:55:56.737637', '2023-05-09 14:56:17.994656', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591272594AddGoogleAnalyticsAnonymizeIpColumn', 1591272594, '2023-05-09 14:55:56.762514', '2023-05-09 14:56:17.998145', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591361320ChargebackAndAuthorized', 1591361320, '2023-05-09 14:55:56.792819', '2023-05-09 14:56:18.001605', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591683158PromotionDiscount', 1591683158, '2023-05-09 14:55:56.819976', '2023-05-09 14:56:18.005145', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1591817370AddCustomerTagsManyToManyIdField', 1591817370, '2023-05-09 14:55:56.953223', '2023-05-09 14:56:18.008670', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1592466717AddKeywordIndex', 1592466717, '2023-05-09 14:55:56.971997', '2023-05-09 14:56:18.012377', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1592837424AddProductTypeToCategory', 1592837424, '2023-05-09 14:55:57.073647', '2023-05-09 14:56:18.016122', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1592978289ProductCustomFieldSets', 1592978289, '2023-05-09 14:55:57.241062', '2023-05-09 14:56:18.019696', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1593698606AddNetAndGrossPurchasePrices', 1593698606, '2023-05-09 14:55:57.409030', '2023-05-09 14:56:18.023295', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594650256AddMailTemplateSalesChannelPK', 1594650256, '2023-05-09 14:55:57.937039', '2023-05-09 14:56:18.030050', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594885630AddUserRecoveryPK', 1594885630, '2023-05-09 14:55:57.943364', '2023-05-09 14:56:18.033494', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594886106AddDocumentBaseConfigSalesChannelPK', 1594886106, '2023-05-09 14:55:57.948553', '2023-05-09 14:56:18.036993', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594886773LogEntryPK', 1594886773, '2023-05-09 14:55:57.954355', '2023-05-09 14:56:18.040505', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594886895CustomerRecoveryPK', 1594886895, '2023-05-09 14:55:57.959012', '2023-05-09 14:56:18.045086', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1594887027AppConfigPK', 1594887027, '2023-05-09 14:55:57.963138', '2023-05-09 14:56:18.048620', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595160327AddPositionToCustomFieldSet', 1595160327, '2023-05-09 14:55:57.988128', '2023-05-09 14:56:18.052250', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595321666v3', 1595321666, '2023-05-09 14:55:57.992109', '2023-05-09 14:56:18.190684', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595422169AddProductSorting', 1595422169, '2023-05-09 14:55:58.062784', '2023-05-09 14:56:18.194974', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595480600RemoveGoogleShoppingSalesChannel', 1595480600, '2023-05-09 14:55:58.067283', '2023-05-09 14:56:18.198491', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595489705PreventOldListingPrices', 1595489705, '2023-05-09 14:55:58.099692', '2023-05-09 14:56:18.202078', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595492052SeoUrl', 1595492052, '2023-05-09 14:55:58.142073', '2023-05-09 14:56:18.205483', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595492053SeoUrlTemplate', 1595492053, '2023-05-09 14:55:58.170001', '2023-05-09 14:56:18.209061', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595499689RemoveGoogleShoppingRelatedTables', 1595499689, '2023-05-09 14:55:58.189541', '2023-05-09 14:56:18.216071', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595553089FixOrderConfirmationMailForAllPayloads', 1595553089, '2023-05-09 14:55:58.200703', '2023-05-09 14:56:18.219637', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595578253CustomFieldSetSelection', 1595578253, '2023-05-09 14:55:58.321479', '2023-05-09 14:56:18.223135', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1595919251MainCategory', 1595919251, '2023-05-09 14:55:58.371946', '2023-05-09 14:56:18.226677', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1596091744UseHomeAsRootCategoryName', 1596091744, '2023-05-09 14:55:58.378938', '2023-05-09 14:56:18.230084', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1596441551CustomerGroupRegistration', 1596441551, '2023-05-09 14:55:58.573794', '2023-05-09 14:56:18.233456', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597391970App', 1597391970, '2023-05-09 14:55:58.626183', '2023-05-09 14:56:18.237167', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597394241AddAppIdToCustomFieldSet', 1597394241, '2023-05-09 14:55:58.672758', '2023-05-09 14:56:18.240778', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597657689ActionButton', 1597657689, '2023-05-09 14:55:58.716913', '2023-05-09 14:56:18.244372', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597762808Webhook', 1597762808, '2023-05-09 14:55:58.738879', '2023-05-09 14:56:18.247795', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597830237Template', 1597830237, '2023-05-09 14:55:58.761665', '2023-05-09 14:56:18.251342', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1597930227CustomerGroupRegistrationSalesChannel', 1597930227, '2023-05-09 14:55:58.790339', '2023-05-09 14:56:18.254720', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1598280548NullableSeoUrlTemplate', 1598280548, '2023-05-09 14:55:58.823917', '2023-05-09 14:56:18.258116', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1598520424UpdateProductReviewConstraint', 1598520424, '2023-05-09 14:55:58.897411', '2023-05-09 14:56:18.261407', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1598885384RedirectToLatestSeoUrl', 1598885384, '2023-05-09 14:55:58.904973', '2023-05-09 14:56:18.265126', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599112309AddListingFilterSystemConfigOption', 1599112309, '2023-05-09 14:55:58.909425', '2023-05-09 14:56:18.268604', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599134496FixImportExportProfilesForGermanLanguage', 1599134496, '2023-05-09 14:55:58.921727', '2023-05-09 14:56:18.272161', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599463278AddCustomerIdIntoSalesChannelContext', 1599463278, '2023-05-09 14:55:58.980427', '2023-05-09 14:56:18.275645', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599570560FixSlovakiaDisplayedAsSlovenia', 1599570560, '2023-05-09 14:55:58.991944', '2023-05-09 14:56:18.279129', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599720163AddEventActiveColumn', 1599720163, '2023-05-09 14:55:59.011060', '2023-05-09 14:56:18.282676', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599806584AddEventActionRule', 1599806584, '2023-05-09 14:55:59.044605', '2023-05-09 14:56:18.286070', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599806595AddEventActionSalesChannel', 1599806595, '2023-05-09 14:55:59.083083', '2023-05-09 14:56:18.289380', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1599822061MigrateOrderMails', 1599822061, '2023-05-09 14:55:59.128166', '2023-05-09 14:56:18.292999', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600072779AddSearchKeywordsToProductTranslation', 1600072779, '2023-05-09 14:55:59.168547', '2023-05-09 14:56:18.296430', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600156989AddProductSalesField', 1600156989, '2023-05-09 14:55:59.300802', '2023-05-09 14:56:18.299868', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600253602AddOrderRuleIds', 1600253602, '2023-05-09 14:55:59.376299', '2023-05-09 14:56:18.303225', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600330846ChangeActiveColumn', 1600330846, '2023-05-09 14:55:59.519555', '2023-05-09 14:56:18.306652', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600338271AddTopsellerSorting', 1600338271, '2023-05-09 14:55:59.530405', '2023-05-09 14:56:18.310293', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600349343AddDeliveryStateTransitions', 1600349343, '2023-05-09 14:55:59.540071', '2023-05-09 14:56:18.313679', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600676671OrderLineItemCoverMedia', 1600676671, '2023-05-09 14:55:59.690739', '2023-05-09 14:56:18.316983', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600769357AddTransition', 1600769357, '2023-05-09 14:55:59.696814', '2023-05-09 14:56:18.320671', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1600778848AddOrderMails', 1600778848, '2023-05-09 14:55:59.723032', '2023-05-09 14:56:18.324235', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601388975RequireFeatureSetName', 1601388975, '2023-05-09 14:55:59.726784', '2023-05-09 14:56:18.351086', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601451838ChangeSearchKeywordColumnToProductTranslation', 1601451838, '2023-05-09 14:55:59.776691', '2023-05-09 14:56:18.355037', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601539530IntergrationRoleEntity', 1601539530, '2023-05-09 14:55:59.823283', '2023-05-09 14:56:18.358514', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601543829AddBoundSalesChannelIdColumnIntoCustomer', 1601543829, '2023-05-09 14:55:59.962769', '2023-05-09 14:56:18.362031', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1601891339EventActionTitle', 1601891339, '2023-05-09 14:56:00.093146', '2023-05-09 14:56:18.365509', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602062376AddUniqueConstraintForEmailAndBoundSalesChannelIdIntoCustomerTable', 1602062376, '2023-05-09 14:56:00.181552', '2023-05-09 14:56:18.369545', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602146868AddTaxTypeToShippingMethod', 1602146868, '2023-05-09 14:56:00.277348', '2023-05-09 14:56:18.373405', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602153572AddSalesChannelIdColumnIntoSalesChannelApiContextTable', 1602153572, '2023-05-09 14:56:00.391660', '2023-05-09 14:56:18.477355', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602494493AddDefaultSettingConfigValueForWishlist', 1602494493, '2023-05-09 14:56:00.399671', '2023-05-09 14:56:18.481545', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602494495SetUsersAsAdmins', 1602494495, '2023-05-09 14:56:00.428900', '2023-05-09 14:56:18.484854', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602745374AddVatIdsColumnAndTransferVatIdFromCustomerAddressIntoCustomer', 1602745374, '2023-05-09 14:56:00.528377', '2023-05-09 14:56:18.488870', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1602822727AddVatHandlingIntoCountryTable', 1602822727, '2023-05-09 14:56:00.652462', '2023-05-09 14:56:18.492661', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1603179023AddDefaultSettingConfigValueForProductListingPerPage', 1603179023, '2023-05-09 14:56:00.657801', '2023-05-09 14:56:18.496375', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1603293043FixCurrencyTypo', 1603293043, '2023-05-09 14:56:00.663794', '2023-05-09 14:56:18.500011', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1603970276RemoveCustomerEmailUniqueConstraint', 1603970276, '2023-05-09 14:56:00.729446', '2023-05-09 14:56:18.503614', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604056363CustomerWishlist', 1604056363, '2023-05-09 14:56:00.765873', '2023-05-09 14:56:18.507472', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604056421CustomerWishlistProducts', 1604056421, '2023-05-09 14:56:00.805179', '2023-05-09 14:56:18.510937', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604475913AddCMSPageIdToProductTable', 1604475913, '2023-05-09 14:56:01.060933', '2023-05-09 14:56:18.514445', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604499476AddDefaultSettingConfigValueForContactForm', 1604499476, '2023-05-09 14:56:01.077653', '2023-05-09 14:56:18.517788', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604568928AddConfigurableToApp', 1604568928, '2023-05-09 14:56:01.190545', '2023-05-09 14:56:18.524839', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1604669773UpdateMailTemplate', 1604669773, '2023-05-09 14:56:01.216944', '2023-05-09 14:56:18.532741', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605103533AddCookiesToAppEntity', 1605103533, '2023-05-09 14:56:01.297327', '2023-05-09 14:56:18.536462', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605530777PrivacyPolicyExtensionsToAppTranslation', 1605530777, '2023-05-09 14:56:01.319797', '2023-05-09 14:56:18.540339', NULL); INSERT INTO `migration` (`class`, `creation_timestamp`, `update`, `update_destructive`, `message`) VALUES ('Shopware\\Core\\Migration\\V6_3\\Migration1605609309AddCreatedByIdAndUpdatedByIdToOrder', 1605609309, '2023-05-09 14:56:01.616067', '2023-05-09 14:56:18.544190', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605609477RemoveDeleteCascadeConstraintInDocumentBaseConfigTable', 1605609477, '2023-05-09 14:56:01.697196', '2023-05-09 14:56:18.547656', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1605861407RuleAssociationsToRestrict', 1605861407, '2023-05-09 14:56:01.991152', '2023-05-09 14:56:18.551292', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1606310257AddCanonicalUrlProp', 1606310257, '2023-05-09 14:56:02.188884', '2023-05-09 14:56:18.554814', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607415095PromotionRedemptionsNullable', 1607415095, '2023-05-09 14:56:02.337409', '2023-05-09 14:56:18.558320', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607500561UpdateSignUpMailTemplateTranslation', 1607500561, '2023-05-09 14:56:02.350787', '2023-05-09 14:56:18.561979', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607514878AddOrderDeliveryRetourTransition', 1607514878, '2023-05-09 14:56:02.356770', '2023-05-09 14:56:18.565350', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607581275AddProductSearchConfiguration', 1607581275, '2023-05-09 14:56:02.402437', '2023-05-09 14:56:18.568929', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1607581276AddProductSearchConfigurationDefaults', 1607581276, '2023-05-09 14:56:02.424333', '2023-05-09 14:56:18.572604', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1608624028RemoveDefaultSalesChannelAssignmentForCustomerRecoveryEvent', 1608624028, '2023-05-09 14:56:02.429951', '2023-05-09 14:56:18.576320', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1609125144AddLastUpdatedPasswordAtColumnIntoUser', 1609125144, '2023-05-09 14:56:02.502811', '2023-05-09 14:56:18.579909', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1609857999FixStateMachineHistoryUserConstraint', 1609857999, '2023-05-09 14:56:02.616448', '2023-05-09 14:56:18.588147', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1610531188AddUserConfig', 1610531188, '2023-05-09 14:56:03.021659', '2023-05-09 14:56:18.738567', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1610965670RemoveDeprecatedColumns', 1610965670, '2023-05-09 14:56:03.217237', '2023-05-09 14:56:19.043651', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1610974673DropProductListingPriceTrigger', 1610974673, '2023-05-09 14:56:03.222303', '2023-05-09 14:56:19.062559', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1611155140AddUpdatedAtToSalesChannelApiContext', 1611155140, '2023-05-09 14:56:03.242353', '2023-05-09 14:56:19.066350', NULL), ('Shopware\\Core\\Migration\\V6_3\\Migration1614240671AddVatIdsToOrderCustomer', 1614240671, '2023-05-09 14:56:06.295119', '2023-05-09 14:56:19.114690', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1594104496CashRounding', 1594104496, '2023-05-09 14:55:57.837743', '2023-05-09 14:56:18.026661', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1604585230UpdateOrderMailsForCashRounding', 1604585230, '2023-05-09 14:56:01.206491', '2023-05-09 14:56:18.528931', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1609140710AddCmsPdpLayout', 1609140710, '2023-05-09 14:56:02.548222', '2023-05-09 14:56:18.583987', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610337444AddSlotConfigToProductTranslationTable', 1610337444, '2023-05-09 14:56:02.653627', '2023-05-09 14:56:18.592234', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610439375AddEUStatesAsDefaultForIntraCommunityDeliveryLabel', 1610439375, '2023-05-09 14:56:02.661413', '2023-05-09 14:56:18.596243', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610448012LandingPage', 1610448012, '2023-05-09 14:56:02.748443', '2023-05-09 14:56:18.600229', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610523204AddInheritanceForProductCmsPage', 1610523204, '2023-05-09 14:56:02.881784', '2023-05-09 14:56:18.604384', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610523548FixCustomerColumns', 1610523548, '2023-05-09 14:56:03.001539', '2023-05-09 14:56:18.734546', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610616655AddVisibleOnDetailToPropertyGroup', 1610616655, '2023-05-09 14:56:03.043162', '2023-05-09 14:56:18.742429', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610621999UpdateDateOfDefaultMailTemplates', 1610621999, '2023-05-09 14:56:03.111262', '2023-05-09 14:56:18.745918', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610625925RequireDataProtectionCheckbox', 1610625925, '2023-05-09 14:56:03.116096', '2023-05-09 14:56:18.749355', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610634383AddPositionToTaxEntity', 1610634383, '2023-05-09 14:56:03.208431', '2023-05-09 14:56:18.753078', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1610904608TemporarilyDisableWishlistAsDefault', 1610904608, '2023-05-09 14:56:03.213275', '2023-05-09 14:56:18.756804', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1611732852UpdateCmsPdpLayout', 1611732852, '2023-05-09 14:56:03.252815', '2023-05-09 14:56:19.069956', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1611817467ChangeDefaultProductSettingConfigField', 1611817467, '2023-05-09 14:56:03.261577', '2023-05-09 14:56:19.073650', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612184092AddUrlLandingPage', 1612184092, '2023-05-09 14:56:03.285753', '2023-05-09 14:56:19.077506', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612442685AddDeleteCascadeToMediaTagTable', 1612442685, '2023-05-09 14:56:03.328058', '2023-05-09 14:56:19.081463', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612442686AddDeleteCascadeToCustomerTagTable', 1612442686, '2023-05-09 14:56:03.381615', '2023-05-09 14:56:19.085387', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612442786ChangeVersionOfDocuments', 1612442786, '2023-05-09 14:56:03.386427', '2023-05-09 14:56:19.089072', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612851765MakeCmsVersionable', 1612851765, '2023-05-09 14:56:05.098001', '2023-05-09 14:56:19.092868', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612865237AddCheapestPrice', 1612865237, '2023-05-09 14:56:05.545925', '2023-05-09 14:56:19.096599', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612970642AddHomeSettingsToSalesChannel', 1612970642, '2023-05-09 14:56:05.795821', '2023-05-09 14:56:19.101469', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1612980753AddLinkSettingsToCategory', 1612980753, '2023-05-09 14:56:05.815446', '2023-05-09 14:56:19.106252', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1613665555AddHomeCmsVersionToSalesChannel', 1613665555, '2023-05-09 14:56:06.272390', '2023-05-09 14:56:19.110671', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1614249488ChangeProductSortingsToCheapestPrice', 1614249488, '2023-05-09 14:56:06.303503', '2023-05-09 14:56:19.307164', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1614691876AddMainModuleToApp', 1614691876, '2023-05-09 14:56:06.365402', '2023-05-09 14:56:19.311821', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1614765170UpdateAppModulesWithNavigationInformation', 1614765170, '2023-05-09 14:56:06.370063', '2023-05-09 14:56:19.316179', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1614765785ChangeDefaultValueOfAndLogicForSearchRankingConfig', 1614765785, '2023-05-09 14:56:06.375194', '2023-05-09 14:56:19.320503', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615359964AddTaxFreeFromAmountForCurrencyAndCountry', 1615359964, '2023-05-09 14:56:06.519471', '2023-05-09 14:56:19.324557', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615366708AddProductStreamMapping', 1615366708, '2023-05-09 14:56:06.579587', '2023-05-09 14:56:19.328425', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615452749ChangeDefaultMailSendAddress', 1615452749, '2023-05-09 14:56:06.585571', '2023-05-09 14:56:19.331955', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615802866ElasticsearchStreamFieldMigration', 1615802866, '2023-05-09 14:56:06.591317', '2023-05-09 14:56:19.335541', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1615819992AddVatIdRequiredToCountry', 1615819992, '2023-05-09 14:56:06.656160', '2023-05-09 14:56:19.339207', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1616076922AppPaymentMethod', 1616076922, '2023-05-09 14:56:06.692659', '2023-05-09 14:56:19.342589', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1616496610CheapestPriceCustomProductGroups', 1616496610, '2023-05-09 14:56:06.696590', '2023-05-09 14:56:19.346431', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1616555956AddPurchasePricesPropertyToProductProfile', 1616555956, '2023-05-09 14:56:06.702379', '2023-05-09 14:56:19.350418', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617000878AddTemplateDataToMailTemplateType', 1617000878, '2023-05-09 14:56:06.972207', '2023-05-09 14:56:19.354705', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617356092UpdateCmsPdpLayoutSection', 1617356092, '2023-05-09 14:56:06.987469', '2023-05-09 14:56:19.358358', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617784658AddCartIndex', 1617784658, '2023-05-09 14:56:07.012414', '2023-05-09 14:56:19.362028', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617864895UpdateMailTemplateForNestedLineItems', 1617864895, '2023-05-09 14:56:07.025897', '2023-05-09 14:56:19.365520', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617868381AddVersionIndex', 1617868381, '2023-05-09 14:56:07.060412', '2023-05-09 14:56:19.369523', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617877887AddCustomFieldToPromotionTranslation', 1617877887, '2023-05-09 14:56:07.096967', '2023-05-09 14:56:19.373721', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617896006MakeNameNullable', 1617896006, '2023-05-09 14:56:07.131288', '2023-05-09 14:56:19.377522', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617935350ActiveCaptchasV2', 1617935350, '2023-05-09 14:56:07.136861', '2023-05-09 14:56:19.381324', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617953690AddCustomFieldToProductReview', 1617953690, '2023-05-09 14:56:07.182736', '2023-05-09 14:56:19.385536', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617960456AddCustomFieldToEventAction', 1617960456, '2023-05-09 14:56:07.223482', '2023-05-09 14:56:19.389448', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1617974402AddCustomFieldsToApp', 1617974402, '2023-05-09 14:56:07.345997', '2023-05-09 14:56:19.393448', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618218491AddCustomFieldToSalutationTranslation', 1618218491, '2023-05-09 14:56:07.377829', '2023-05-09 14:56:19.397541', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618389817RemoveTaxFreeFromColumnInCountryTable', 1618389817, '2023-05-09 14:56:07.440659', '2023-05-09 14:56:19.401732', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618476427ElasticsearchStreamFieldManufacturerRevert', 1618476427, '2023-05-09 14:56:07.445906', '2023-05-09 14:56:19.406228', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618569201AddCustomFieldToDocumentBaseConfig', 1618569201, '2023-05-09 14:56:07.510477', '2023-05-09 14:56:19.410299', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618900427FixTotalRounding', 1618900427, '2023-05-09 14:56:07.562236', '2023-05-09 14:56:19.414189', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1618989442AddProductConfigurationSettingsUniqKey', 1618989442, '2023-05-09 14:56:07.589607', '2023-05-09 14:56:19.417809', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1619070236AppCmsBlock', 1619070236, '2023-05-09 14:56:07.637420', '2023-05-09 14:56:19.421937', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1619428555AddDefaultMailFooter', 1619428555, '2023-05-09 14:56:07.653484', '2023-05-09 14:56:19.426697', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1619604605FixListingPricesUsage', 1619604605, '2023-05-09 14:56:07.669574', '2023-05-09 14:56:19.430504', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1619703075ScheduleIndexers', 1619703075, '2023-05-09 14:56:07.676746', '2023-05-09 14:56:19.434703', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620146632AddActiveAndErrorCountIntoWebhook', 1620146632, '2023-05-09 14:56:07.706445', '2023-05-09 14:56:19.438714', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620147234CreateWebhookEventLogTable', 1620147234, '2023-05-09 14:56:07.721403', '2023-05-09 14:56:19.442573', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620201616AddUpdatedAtToCart', 1620201616, '2023-05-09 14:56:07.741073', '2023-05-09 14:56:19.446277', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620215586FixManufacturerForeignKey', 1620215586, '2023-05-09 14:56:08.079723', '2023-05-09 14:56:19.450785', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620374229UpdateCustomFieldNameInProductStreamTable', 1620374229, '2023-05-09 14:56:08.087055', '2023-05-09 14:56:19.454980', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620376945AddCompanyTaxAndCustomerTaxToCountry', 1620376945, '2023-05-09 14:56:08.221155', '2023-05-09 14:56:19.460868', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620632460AddedCategoryIds', 1620632460, '2023-05-09 14:56:08.361024', '2023-05-09 14:56:19.467191', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620634856UpdateRolePrivileges', 1620634856, '2023-05-09 14:56:08.365312', '2023-05-09 14:56:19.473957', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620733405DistinguishablePaymentMethodName', 1620733405, '2023-05-09 14:56:08.381981', '2023-05-09 14:56:19.478682', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620733405UpdateRolePrivilegesForDistinguishablePaymentName', 1620733405, '2023-05-09 14:56:08.385668', '2023-05-09 14:56:19.482112', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1620820321AddDefaultDomainForHeadlessSaleschannel', 1620820321, '2023-05-09 14:56:08.392926', '2023-05-09 14:56:19.485728', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1621845357AddFlow', 1621845357, '2023-05-09 14:56:08.407907', '2023-05-09 14:56:19.489501', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1621845370AddFlowSequence', 1621845370, '2023-05-09 14:56:08.434143', '2023-05-09 14:56:19.493359', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1622010069AddCartRules', 1622010069, '2023-05-09 14:56:08.457245', '2023-05-09 14:56:19.497035', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1622104463AddPaymentTokenTable', 1622104463, '2023-05-09 14:56:08.473282', '2023-05-09 14:56:19.500937', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1622782058AddDeleteAtIntoIntegrationAndAclRole', 1622782058, '2023-05-09 14:56:08.529846', '2023-05-09 14:56:19.504632', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1623305620ChangeSalutationIdNullable', 1623305620, '2023-05-09 14:56:08.714403', '2023-05-09 14:56:19.508598', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1623391399ChangeConstraintAclRoleAndIntegrationInApp', 1623391399, '2023-05-09 14:56:09.002025', '2023-05-09 14:56:19.512586', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1623828962ChangeColumnAppNameAndAppVersionInWebhookEventLog', 1623828962, '2023-05-09 14:56:09.030246', '2023-05-09 14:56:19.516478', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1624262862UpdateDefaultValueOnCaptchaV2', 1624262862, '2023-05-09 14:56:09.036713', '2023-05-09 14:56:19.519969', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1624884801MakeMailLinksConfigurable', 1624884801, '2023-05-09 14:56:09.043672', '2023-05-09 14:56:19.523545', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1624967118updateMailTemplatesWithOptionalSalutation', 1624967118, '2023-05-09 14:56:09.101427', '2023-05-09 14:56:19.527537', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625304609UpdateRolePrivileges', 1625304609, '2023-05-09 14:56:09.108318', '2023-05-09 14:56:19.531404', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625465756DefaultSalutation', 1625465756, '2023-05-09 14:56:09.117967', '2023-05-09 14:56:19.535308', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625505190AddOrderTotalAmountToCustomerTable', 1625505190, '2023-05-09 14:56:09.208493', '2023-05-09 14:56:19.538615', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625554302UpdateMailTemplateForContactForm', 1625554302, '2023-05-09 14:56:09.215185', '2023-05-09 14:56:19.541895', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625569667NewsletterDoiForRegistered', 1625569667, '2023-05-09 14:56:09.220029', '2023-05-09 14:56:19.546416', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625583596CreateActionEventFlowMigrateTable', 1625583596, '2023-05-09 14:56:09.248719', '2023-05-09 14:56:19.549809', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625583619MoveDataFromEventActionToFlow', 1625583619, '2023-05-09 14:56:09.252816', '2023-05-09 14:56:19.553327', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625816310AddDefaultToCartRuleIds', 1625816310, '2023-05-09 14:56:09.257068', '2023-05-09 14:56:19.557363', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625819412ChangeOrderCreatedByIdConstraint', 1625819412, '2023-05-09 14:56:09.604128', '2023-05-09 14:56:19.561159', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1625831469AddImportExportCrossSellingProfile', 1625831469, '2023-05-09 14:56:09.721801', '2023-05-09 14:56:19.564965', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1626241110PromotionPreventCombination', 1626241110, '2023-05-09 14:56:09.775213', '2023-05-09 14:56:19.568650', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1626442868AddGermanSalesChannelDescription', 1626442868, '2023-05-09 14:56:09.817801', '2023-05-09 14:56:19.572334', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1626696809AddImportExportCustomerProfile', 1626696809, '2023-05-09 14:56:09.827301', '2023-05-09 14:56:19.575933', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1626785125AddImportExportType', 1626785125, '2023-05-09 14:56:09.856028', '2023-05-09 14:56:19.579644', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627292049AddResultColumnForImportExportLog', 1627292049, '2023-05-09 14:56:09.881616', '2023-05-09 14:56:19.583221', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627540693MakeAccessTokenNullable', 1627540693, '2023-05-09 14:56:09.909879', '2023-05-09 14:56:19.586795', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627541488AddForeignKeyForSalesChannelIdIntoSystemConfigTable', 1627541488, '2023-05-09 14:56:09.960678', '2023-05-09 14:56:19.590380', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627562945AddImportExportPromotionCodesProfile', 1627562945, '2023-05-09 14:56:09.971025', '2023-05-09 14:56:19.593857', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627650101AddUploadPluginRolePrivilege', 1627650101, '2023-05-09 14:56:09.975002', '2023-05-09 14:56:19.597337', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627929168UpdatePriceFieldInProductTable', 1627929168, '2023-05-09 14:56:09.991618', '2023-05-09 14:56:19.600743', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1627983652AddOrderExportProfile', 1627983652, '2023-05-09 14:56:10.001155', '2023-05-09 14:56:19.604361', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1628519513AddUnconfirmedTransactionState', 1628519513, '2023-05-09 14:56:10.024538', '2023-05-09 14:56:19.608093', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1628749113Migration1628749113AddDefaultSalesChannelLanguageIdsInLanguagesLists', 1628749113, '2023-05-09 14:56:10.034603', '2023-05-09 14:56:19.611835', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1629204538AddTimeZoneField', 1629204538, '2023-05-09 14:56:10.095524', '2023-05-09 14:56:19.615674', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1629700169AddEnqueueIndex', 1629700169, '2023-05-09 14:56:10.117430', '2023-05-09 14:56:19.622281', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1629877210UpdateWebhookNameAndSerializedWebhookMessageOfWebhookEventLog', 1629877210, '2023-05-09 14:56:10.177551', '2023-05-09 14:56:19.628548', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1630074081AddDeleteCascadeToImportExportLogTable', 1630074081, '2023-05-09 14:56:10.252981', '2023-05-09 14:56:19.633872', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1630485317UpdateContactFormMailTemplates', 1630485317, '2023-05-09 14:56:10.259662', '2023-05-09 14:56:19.639046', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1631625055AddPositionToImportExportMappings', 1631625055, '2023-05-09 14:56:10.280173', '2023-05-09 14:56:19.644219', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1631703921MigrateLineItemsInCartRule', 1631703921, '2023-05-09 14:56:10.285622', '2023-05-09 14:56:19.649111', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1631790054AddedStreamIds', 1631790054, '2023-05-09 14:56:10.421845', '2023-05-09 14:56:19.654046', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1631863869AddLogEntryCreateAndStateMachineTransitionReadPrivilege', 1631863869, '2023-05-09 14:56:10.425741', '2023-05-09 14:56:19.658769', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1632111590AddOrderTagPrivilegeForOrderRoles', 1632111590, '2023-05-09 14:56:10.429810', '2023-05-09 14:56:19.663924', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1632215760MoveDataFromEventActionToFlow', 1632215760, '2023-05-09 14:56:10.503657', '2023-05-09 14:56:19.669119', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1632721037OrderDocumentMailTemplate', 1632721037, '2023-05-09 14:56:10.579807', '2023-05-09 14:56:19.679196', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1633347511ChangeProductExportInterval', 1633347511, '2023-05-09 14:56:10.586173', '2023-05-09 14:56:19.684306', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1633358879AddUpdateByColumnToImportExportProfile', 1633358879, '2023-05-09 14:56:10.609060', '2023-05-09 14:56:19.689328', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1633422057AddSalutationPrivilegeForOrderViewerRole', 1633422057, '2023-05-09 14:56:10.613113', '2023-05-09 14:56:19.694459', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1634735841AddedNewsletterSalesChannelIds', 1634735841, '2023-05-09 14:56:10.688964', '2023-05-09 14:56:19.699526', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635147952ShowShippingCostsInCartAnMailTemplates', 1635147952, '2023-05-09 14:56:10.700661', '2023-05-09 14:56:19.704803', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635230747UpdateProductExportTemplate', 1635230747, '2023-05-09 14:56:10.705996', '2023-05-09 14:56:19.709887', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635237551Script', 1635237551, '2023-05-09 14:56:10.728863', '2023-05-09 14:56:19.714911', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635388654CreateIncrementTable', 1635388654, '2023-05-09 14:56:10.742069', '2023-05-09 14:56:19.720033', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1635936029MigrateMessageQueueStatsToIncrement', 1635936029, '2023-05-09 14:56:10.748288', '2023-05-09 14:56:19.725164', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636014089UpdateOrderConfirmationMailTemplates', 1636014089, '2023-05-09 14:56:10.754850', '2023-05-09 14:56:19.730404', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636018970UnusedGuestCustomerLifetime', 1636018970, '2023-05-09 14:56:10.760098', '2023-05-09 14:56:19.735388', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636362839FlowBuilderGenerateMultipleDoc', 1636362839, '2023-05-09 14:56:10.772922', '2023-05-09 14:56:19.746225', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636449347AddImportExportAdvancedPricesProfile', 1636449347, '2023-05-09 14:56:10.782412', '2023-05-09 14:56:19.751320', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636964297AddDefaultTaxRate', 1636964297, '2023-05-09 14:56:10.787256', '2023-05-09 14:56:19.756540', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1636971615AddImportExportPromotionDiscountProfile', 1636971615, '2023-05-09 14:56:10.795093', '2023-05-09 14:56:19.761537', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1638195971AddBaseAppUrl', 1638195971, '2023-05-09 14:56:10.849767', '2023-05-09 14:56:19.766673', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1638365464CheapestPricePercentageDynamicProductGroups', 1638365464, '2023-05-09 14:56:10.853953', '2023-05-09 14:56:19.771895', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1638514913RemovedUnusedVarsInMailTemplates', 1638514913, '2023-05-09 14:56:10.866990', '2023-05-09 14:56:19.777022', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1638993987AddAppFlowActionTable', 1638993987, '2023-05-09 14:56:10.928541', '2023-05-09 14:56:19.781866', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1639122665AddCustomEntities', 1639122665, '2023-05-09 14:56:10.955929', '2023-05-09 14:56:19.787145', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1639139581AddPriorityToPromotions', 1639139581, '2023-05-09 14:56:11.004576', '2023-05-09 14:56:19.792321', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1639992771MoveDataFromEventActionToFlow', 1639992771, '2023-05-09 14:56:11.012374', '2023-05-09 14:56:19.797527', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1641289204FixProductComparisonGoogleShippingPriceDisplay', 1641289204, '2023-05-09 14:56:11.016167', '2023-05-09 14:56:19.802537', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1642517958AddCascadeDeleteToTagRelations', 1642517958, '2023-05-09 14:56:11.310103', '2023-05-09 14:56:19.813028', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1642732351AddAppFlowActionId', 1642732351, '2023-05-09 14:56:11.377394', '2023-05-09 14:56:19.818241', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1642757286FixProductMediaForeignKey', 1642757286, '2023-05-09 14:56:11.508029', '2023-05-09 14:56:19.823524', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643366069AddSeoUrlUpdaterIndex', 1643366069, '2023-05-09 14:56:11.542385', '2023-05-09 14:56:19.828938', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643386819AddPreparedPaymentsToAppPaymentMethod', 1643386819, '2023-05-09 14:56:11.581478', '2023-05-09 14:56:19.834249', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643724178ChangePromotionCodesProfile', 1643724178, '2023-05-09 14:56:11.587113', '2023-05-09 14:56:19.839324', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643878976AddCaptureRefundStateMachines', 1643878976, '2023-05-09 14:56:11.669346', '2023-05-09 14:56:19.844310', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1643892702AddCaptureRefundTables', 1643892702, '2023-05-09 14:56:11.739350', '2023-05-09 14:56:19.847856', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1645019769UpdateCmsPageTranslation', 1645019769, '2023-05-09 14:56:11.880984', '2023-05-09 14:56:19.851677', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1645453538AddRuleTag', 1645453538, '2023-05-09 14:56:11.903145', '2023-05-09 14:56:19.855152', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1646125417AddPathFieldToMediaFolder', 1646125417, '2023-05-09 14:56:11.931923', '2023-05-09 14:56:19.858927', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1646397836UpdateRolePrivilegesOfOrderCreator', 1646397836, '2023-05-09 14:56:11.937493', '2023-05-09 14:56:19.862357', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1646817331AddCmsClassColumnCmsPage', 1646817331, '2023-05-09 14:56:12.005751', '2023-05-09 14:56:19.865823', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1647260673AddIndexForEmail', 1647260673, '2023-05-09 14:56:12.095368', '2023-05-09 14:56:19.869115', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1647443222AllowLongLogEntryMessages', 1647443222, '2023-05-09 14:56:12.124319', '2023-05-09 14:56:19.872744', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1647511158AddRefundUrlToAppPaymentMethod', 1647511158, '2023-05-09 14:56:12.149325', '2023-05-09 14:56:19.876376', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648031611AddOrderLineItemPromotionId', 1648031611, '2023-05-09 14:56:12.266076', '2023-05-09 14:56:19.880028', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648031636AddPositionFieldToShippingMethod', 1648031636, '2023-05-09 14:56:12.327212', '2023-05-09 14:56:19.883713', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648543185AddAppScriptConditionTables', 1648543185, '2023-05-09 14:56:12.425749', '2023-05-09 14:56:19.887355', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648709176CartCompression', 1648709176, '2023-05-09 14:56:12.430809', '2023-05-09 14:56:19.957625', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1648803451FixInvalidMigrationOfBusinessEventToFlow', 1648803451, '2023-05-09 14:56:12.435646', '2023-05-09 14:56:19.961386', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1649040981CorrectStateMachineStateTranslationName', 1649040981, '2023-05-09 14:56:12.440603', '2023-05-09 14:56:19.965256', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1649315608AllowDisable', 1649315608, '2023-05-09 14:56:12.516507', '2023-05-09 14:56:19.969305', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1649858046UpdateConfigurableFormatAndValidationForAddressCountry', 1649858046, '2023-05-09 14:56:13.219624', '2023-05-09 14:56:19.973653', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650249241UpdateTypeOfDepartmentAddress', 1650249241, '2023-05-09 14:56:13.320883', '2023-05-09 14:56:19.978516', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650444800AddDefaultSettingConfigValueForUseDefaultCookiesConsent', 1650444800, '2023-05-09 14:56:13.326440', '2023-05-09 14:56:19.982348', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650548599AppAllowedHosts', 1650548599, '2023-05-09 14:56:13.413260', '2023-05-09 14:56:19.985916', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650620993SetDefaultCmsPagesAndSetCategoryCmsPageToNull', 1650620993, '2023-05-09 14:56:13.433513', '2023-05-09 14:56:19.989376', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650872291CartAutoIncrement', 1650872291, '2023-05-09 14:56:13.492939', '2023-05-09 14:56:19.993078', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1650981517RemoveShopwareId', 1650981517, '2023-05-09 14:56:13.496923', '2023-05-09 14:56:19.998424', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1651118773UpdateZipCodeOfTableCustomerAddressToNullable', 1651118773, '2023-05-09 14:56:13.528467', '2023-05-09 14:56:20.002633', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1652166447AppLoadPriority', 1652166447, '2023-05-09 14:56:13.593211', '2023-05-09 14:56:20.006372', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1652345915UpdateSubjectMailTemplate', 1652345915, '2023-05-09 14:56:13.602675', '2023-05-09 14:56:20.010018', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1652441129ReplaceIconNames', 1652441129, '2023-05-09 14:56:13.610144', '2023-05-09 14:56:20.013807', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1652864153ReindexMediaFolders', 1652864153, '2023-05-09 14:56:13.613536', '2023-05-09 14:56:20.018742', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1653376989ResetDefaultAlwaysValidConditionValue', 1653376989, '2023-05-09 14:56:13.619469', '2023-05-09 14:56:20.023814', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1653385302AddHeadlineColumnToAppFlowActionTable', 1653385302, '2023-05-09 14:56:13.667562', '2023-05-09 14:56:20.029042', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1654839361ProductDownload', 1654839361, '2023-05-09 14:56:13.922863', '2023-05-09 14:56:20.034350', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1654839361ProductDownloadDelivery', 1654839361, '2023-05-09 14:56:14.051444', '2023-05-09 14:56:20.039660', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1654839361ProductDownloadMedia', 1654839361, '2023-05-09 14:56:14.058531', '2023-05-09 14:56:20.045185', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1655730949AddIsRunningColumnToProductExport', 1655730949, '2023-05-09 14:56:14.082689', '2023-05-09 14:56:20.050842', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1656397126AddMainVariantConfiguration', 1656397126, '2023-05-09 14:56:14.372553', '2023-05-09 14:56:20.055824', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1656928097AddNewsletterRecipientEmailIndex', 1656928097, '2023-05-09 14:56:14.404681', '2023-05-09 14:56:20.061191', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1657011337AddFillableInStorefront', 1657011337, '2023-05-09 14:56:14.433307', '2023-05-09 14:56:20.066408', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1657027979AddOrderRefundPrivilegeForOrderEditor', 1657027979, '2023-05-09 14:56:14.437801', '2023-05-09 14:56:20.071568', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1657173907DownloadMailTemplate', 1657173907, '2023-05-09 14:56:14.464289', '2023-05-09 14:56:20.076992', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1658786605AddAddressFormatIntoCountryTranslation', 1658786605, '2023-05-09 14:56:14.580753', '2023-05-09 14:56:20.082607', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1659256999CreateFlowTemplateTable', 1659256999, '2023-05-09 14:56:14.599537', '2023-05-09 14:56:20.087937', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1659257296GenerateFlowTemplateDataFromEventAction', 1659257296, '2023-05-09 14:56:14.609908', '2023-05-09 14:56:20.093188', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1659257396DownloadFlow', 1659257396, '2023-05-09 14:56:14.625810', '2023-05-09 14:56:20.098473', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1659257496OrderLineItemDownload', 1659257496, '2023-05-09 14:56:14.729591', '2023-05-09 14:56:20.103908', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1660814397UpdateOrderCancelledMailTemplate', 1660814397, '2023-05-09 14:56:14.762859', '2023-05-09 14:56:20.114556', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1661759290AddDateAndCurrencyIndexToOrderTable', 1661759290, '2023-05-09 14:56:14.832778', '2023-05-09 14:56:20.119769', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1661771388FixDefaultCountryStatesTranslationAreMissing', 1661771388, '2023-05-09 14:56:14.838603', '2023-05-09 14:56:20.124808', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1663238480FixMailTemplateFallbackChainUsage', 1663238480, '2023-05-09 14:56:14.855199', '2023-05-09 14:56:20.129819', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1664512574AddConfigShowHideSectionBlock', 1664512574, '2023-05-09 14:56:14.913897', '2023-05-09 14:56:20.134913', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1664541794AddIndexForLogEntryTask', 1664541794, '2023-05-09 14:56:14.928012', '2023-05-09 14:56:20.139896', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1664894872AddDelayableColumnToAppFlowActionTable', 1664894872, '2023-05-09 14:56:14.957617', '2023-05-09 14:56:20.145334', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1665064823AddRuleAreas', 1665064823, '2023-05-09 14:56:15.025831', '2023-05-09 14:56:20.150149', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1665267882RenameCountryVat', 1665267882, '2023-05-09 14:56:15.033199', '2023-05-09 14:56:20.155234', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1667731399AdminElasticsearchIndexTask', 1667731399, '2023-05-09 14:56:15.047553', '2023-05-09 14:56:20.159069', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1667806582AddCreatedByIdAndUpdatedByIdToCustomer', 1667806582, '2023-05-09 14:56:15.444684', '2023-05-09 14:56:20.162750', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1667983492UpdateQueuedTasksToSkipped', 1667983492, '2023-05-09 14:56:15.449807', '2023-05-09 14:56:20.166561', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1668677456AddAppReadPrivilegeForIntegrationRoles', 1668677456, '2023-05-09 14:56:15.453853', '2023-05-09 14:56:20.170025', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1669316067ChangeColumnTitleInDownloadsDeliveryMailTemplate', 1669316067, '2023-05-09 14:56:15.460307', '2023-05-09 14:56:20.173658', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1672164687FixTypoInUserRecoveryPasswordResetMail', 1672164687, '2023-05-09 14:56:15.467697', '2023-05-09 14:56:20.178636', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1672743034AddDefaultAdminUserPasswordMinLength', 1672743034, '2023-05-09 14:56:15.473166', '2023-05-09 14:56:20.183584', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1673001912AddUserPermissionRolePrivilege', 1673001912, '2023-05-09 14:56:15.476946', '2023-05-09 14:56:20.188634', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1673966228UpdateVersionAndOrderLineItemPrivilegeForOrderRoles', 1673966228, '2023-05-09 14:56:15.482954', '2023-05-09 14:56:20.193185', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1675218708UpdateDeliverOrderedProductDownloadsFlowTemplate', 1675218708, '2023-05-09 14:56:15.489303', '2023-05-09 14:56:20.196975', NULL), ('Shopware\\Core\\Migration\\V6_4\\Migration1675827655UpdateVATPatternForCyprusCountry', 1675827655, '2023-05-09 14:56:15.521188', '2023-05-09 14:56:20.202099', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1552899789Theme', 1552899789, '2023-05-09 14:55:45.947578', '2023-05-09 14:56:16.393038', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1555406153SalesChannelTheme', 1555406153, '2023-05-09 14:55:46.094972', '2023-05-09 14:56:16.412035', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1563785071AddThemeHelpText', 1563785071, '2023-05-09 14:55:47.979769', '2023-05-09 14:56:16.520848', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1564385954ThemeMedia', 1564385954, '2023-05-09 14:55:48.275672', '2023-05-09 14:56:16.531948', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1564385960ThemeAddActiveFlag', 1564385960, '2023-05-09 14:55:48.310602', '2023-05-09 14:56:16.535583', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1565640170ThemeMigrateMedia', 1565640170, '2023-05-09 14:55:48.636989', '2023-05-09 14:56:16.899993', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1565640175RemoveSalesChannelTheme', 1565640175, '2023-05-09 14:55:48.653381', '2023-05-09 14:56:16.903939', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1595492054SeoUrlTemplateData', 1595492054, '2023-05-09 14:55:58.180991', '2023-05-09 14:56:18.212529', NULL), ('Shopware\\Storefront\\Migration\\V6_3\\Migration1604502151AddThemePreviewMediaConstraint', 1604502151, '2023-05-09 14:56:01.137029', '2023-05-09 14:56:18.521176', NULL), ('Shopware\\Storefront\\Migration\\V6_4\\Migration1641476963ThemeDependentIds', 1641476963, '2023-05-09 14:56:11.036766', '2023-05-09 14:56:19.807863', NULL), ('Swag\\LanguagePack\\Migration\\Migration1605167857AddPackLanguage', 1605167857, '2023-05-09 15:04:42.014089', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1584005462PosSalesChannel', 1584005462, '2023-05-09 15:05:27.628745', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1589800641PosProduct', 1589800641, '2023-05-09 15:05:27.655236', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1589800704PosInventory', 1589800704, '2023-05-09 15:05:27.706386', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1589882802PosRun', 1589882802, '2023-05-09 15:05:27.738768', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1589905764PosRunLog', 1589905764, '2023-05-09 15:05:27.791948', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1591365484PosMedia', 1591365484, '2023-05-09 15:05:27.832003', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1626082072AddStatusAndMessageCountToRun', 1626082072, '2023-05-09 15:05:27.871919', NULL, NULL), ('Swag\\PayPal\\Migration\\Migration1675420139AddManagerDataToRun', 1675420139, '2023-05-09 15:05:27.894402', NULL, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `newsletter_recipient` -- CREATE TABLE `newsletter_recipient` ( `id` binary(16) NOT NULL, `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `zip_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `city` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `hash` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `salutation_id` binary(16) DEFAULT NULL, `language_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `confirmed_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `newsletter_recipient_tag` -- CREATE TABLE `newsletter_recipient_tag` ( `newsletter_recipient_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `notification` -- CREATE TABLE `notification` ( `id` binary(16) NOT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `message` varchar(5000) COLLATE utf8mb4_unicode_ci NOT NULL, `admin_only` tinyint(1) NOT NULL DEFAULT '0', `required_privileges` json DEFAULT NULL, `created_by_integration_id` binary(16) DEFAULT NULL, `created_by_user_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range` -- CREATE TABLE `number_range` ( `id` binary(16) NOT NULL, `type_id` binary(16) NOT NULL, `global` tinyint(1) NOT NULL, `pattern` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `start` int NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `number_range` -- INSERT INTO `number_range` (`id`, `type_id`, `global`, `pattern`, `start`, `created_at`, `updated_at`) VALUES (0x1f3d816a857e497291fb465a5b205b44, 0x0e02a5c51971417fb70cb6354c0a858f, 1, '{n}', 1000, '2023-05-09 17:55:45.618', NULL), (0x553f7dc81cb24c8a8620effd75722ad8, 0xc478e904aad9459299d9af6e0a697237, 1, '{n}', 1000, '2023-05-09 17:55:45.606', NULL), (0x96435e1479af49209dd01e343a13a08e, 0x8327653b4a3e422ab8f74f749fa308a6, 1, '{n}', 1000, '2023-05-09 17:55:45.615', NULL), (0x964baf901b474547adcd6d25fe32c626, 0x76ad03e0599c4ba99c97a4842275225c, 1, '{n}', 1000, '2023-05-09 17:55:45.611', NULL), (0xd66c45c2284c4661baddec602557422e, 0x300947415c1649dc90b50fbca9b21209, 1, '{n}', 10000, '2023-05-09 17:55:45.668', NULL), (0xeb07d682b46d42bcae98487c76eb1427, 0xc3f0f039d063458c85ceb80a1f4cd582, 1, 'SW{n}', 10000, '2023-05-09 17:55:45.665', NULL), (0xf7d209f29d864de380265dcb96219e15, 0x4d8a5e5655334d5d9ebd1f98370ce429, 1, '{n}', 10000, '2023-05-09 17:55:45.670', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_sales_channel` -- CREATE TABLE `number_range_sales_channel` ( `id` binary(16) NOT NULL, `number_range_id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `number_range_type_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_state` -- CREATE TABLE `number_range_state` ( `id` binary(16) NOT NULL, `number_range_id` binary(16) NOT NULL, `last_value` int NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_translation` -- CREATE TABLE `number_range_translation` ( `number_range_id` binary(16) NOT NULL, `name` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `language_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `number_range_translation` -- INSERT INTO `number_range_translation` (`number_range_id`, `name`, `description`, `custom_fields`, `language_id`, `created_at`, `updated_at`) VALUES (0x1f3d816a857e497291fb465a5b205b44, 'Gutschriften', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-05-09 17:55:45.619', NULL), (0x1f3d816a857e497291fb465a5b205b44, 'Credit notes', NULL, NULL, 0x8e6d712041cf4de1b4149dd70cf58df8, '2023-05-09 17:55:45.619', NULL), (0x553f7dc81cb24c8a8620effd75722ad8, 'Rechnungen', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-05-09 17:55:45.610', NULL), (0x553f7dc81cb24c8a8620effd75722ad8, 'Invoices', NULL, NULL, 0x8e6d712041cf4de1b4149dd70cf58df8, '2023-05-09 17:55:45.608', NULL), (0x96435e1479af49209dd01e343a13a08e, 'Lieferscheine', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-05-09 17:55:45.617', NULL), (0x96435e1479af49209dd01e343a13a08e, 'Delivery notes', NULL, NULL, 0x8e6d712041cf4de1b4149dd70cf58df8, '2023-05-09 17:55:45.616', NULL), (0x964baf901b474547adcd6d25fe32c626, 'Stornos', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-05-09 17:55:45.614', NULL), (0x964baf901b474547adcd6d25fe32c626, 'Cancellations', NULL, NULL, 0x8e6d712041cf4de1b4149dd70cf58df8, '2023-05-09 17:55:45.613', NULL), (0xd66c45c2284c4661baddec602557422e, 'Bestellungen', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-05-09 17:55:45.669', NULL), (0xd66c45c2284c4661baddec602557422e, 'Orders', NULL, NULL, 0x8e6d712041cf4de1b4149dd70cf58df8, '2023-05-09 17:55:45.668', NULL), (0xeb07d682b46d42bcae98487c76eb1427, 'Produkte', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-05-09 17:55:45.667', NULL), (0xeb07d682b46d42bcae98487c76eb1427, 'Products', NULL, NULL, 0x8e6d712041cf4de1b4149dd70cf58df8, '2023-05-09 17:55:45.666', NULL), (0xf7d209f29d864de380265dcb96219e15, 'Kunden', NULL, NULL, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '2023-05-09 17:55:45.672', NULL), (0xf7d209f29d864de380265dcb96219e15, 'Customers', NULL, NULL, 0x8e6d712041cf4de1b4149dd70cf58df8, '2023-05-09 17:55:45.671', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_type` -- CREATE TABLE `number_range_type` ( `id` binary(16) NOT NULL, `technical_name` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `global` tinyint(1) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `number_range_type` -- INSERT INTO `number_range_type` (`id`, `technical_name`, `global`, `created_at`, `updated_at`) VALUES (0x0e02a5c51971417fb70cb6354c0a858f, 'document_credit_note', 0, '2023-05-09 17:55:45.603', NULL), (0x300947415c1649dc90b50fbca9b21209, 'order', 0, '2023-05-09 17:55:45.659', NULL), (0x4d8a5e5655334d5d9ebd1f98370ce429, 'customer', 0, '2023-05-09 17:55:45.662', NULL), (0x76ad03e0599c4ba99c97a4842275225c, 'document_storno', 0, '2023-05-09 17:55:45.598', NULL), (0x8327653b4a3e422ab8f74f749fa308a6, 'document_delivery_note', 0, '2023-05-09 17:55:45.601', NULL), (0xc3f0f039d063458c85ceb80a1f4cd582, 'product', 1, '2023-05-09 17:55:45.656', NULL), (0xc478e904aad9459299d9af6e0a697237, 'document_invoice', 0, '2023-05-09 17:55:45.593', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `number_range_type_translation` -- CREATE TABLE `number_range_type_translation` ( `number_range_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `type_name` varchar(64) COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `number_range_type_translation` -- INSERT INTO `number_range_type_translation` (`number_range_type_id`, `language_id`, `type_name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0e02a5c51971417fb70cb6354c0a858f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gutschrift', NULL, '2023-05-09 17:55:45.605', NULL), (0x0e02a5c51971417fb70cb6354c0a858f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Credit note', NULL, '2023-05-09 17:55:45.604', NULL), (0x300947415c1649dc90b50fbca9b21209, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bestellung', NULL, '2023-05-09 17:55:45.661', NULL), (0x300947415c1649dc90b50fbca9b21209, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Order', NULL, '2023-05-09 17:55:45.660', NULL), (0x4d8a5e5655334d5d9ebd1f98370ce429, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunde', NULL, '2023-05-09 17:55:45.664', NULL), (0x4d8a5e5655334d5d9ebd1f98370ce429, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Customer', NULL, '2023-05-09 17:55:45.663', NULL), (0x76ad03e0599c4ba99c97a4842275225c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Storno', NULL, '2023-05-09 17:55:45.600', NULL), (0x76ad03e0599c4ba99c97a4842275225c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cancellation', NULL, '2023-05-09 17:55:45.599', NULL), (0x8327653b4a3e422ab8f74f749fa308a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lieferschein', NULL, '2023-05-09 17:55:45.602', NULL), (0x8327653b4a3e422ab8f74f749fa308a6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Delivery note', NULL, '2023-05-09 17:55:45.602', NULL), (0xc3f0f039d063458c85ceb80a1f4cd582, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Produkt', NULL, '2023-05-09 17:55:45.658', NULL), (0xc3f0f039d063458c85ceb80a1f4cd582, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Product', NULL, '2023-05-09 17:55:45.657', NULL), (0xc478e904aad9459299d9af6e0a697237, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnung', NULL, '2023-05-09 17:55:45.598', NULL), (0xc478e904aad9459299d9af6e0a697237, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Invoice', NULL, '2023-05-09 17:55:45.595', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order` -- CREATE TABLE `order` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `auto_increment` bigint UNSIGNED NOT NULL, `order_number` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `currency_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `currency_factor` double DEFAULT NULL, `sales_channel_id` binary(16) NOT NULL, `billing_address_id` binary(16) NOT NULL, `billing_address_version_id` binary(16) NOT NULL, `price` json NOT NULL, `order_date_time` datetime(3) NOT NULL, `order_date` date GENERATED ALWAYS AS (cast(`order_date_time` as date)) STORED, `amount_total` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `amount_net` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.netPrice'))) VIRTUAL, `position_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.positionPrice'))) VIRTUAL, `tax_status` varchar(255) COLLATE utf8mb4_unicode_ci GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.taxStatus'))) VIRTUAL, `shipping_costs` json NOT NULL, `shipping_total` double GENERATED ALWAYS AS (json_unquote(json_extract(`shipping_costs`,_utf8mb4'$.totalPrice'))) VIRTUAL, `deep_link_code` varchar(32) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `affiliate_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `campaign_code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_comment` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `item_rounding` json DEFAULT NULL, `total_rounding` json DEFAULT NULL, `rule_ids` json DEFAULT NULL, `created_by_id` binary(16) DEFAULT NULL, `updated_by_id` binary(16) DEFAULT NULL ) ; -- -- Tetikleyiciler `order` -- DELIMITER $$ CREATE TRIGGER `order_cash_rounding_insert` BEFORE INSERT ON `order` FOR EACH ROW BEGIN IF @TRIGGER_DISABLED IS NULL OR @TRIGGER_DISABLED = 0 THEN IF NEW.item_rounding IS NULL THEN SET NEW.item_rounding = (SELECT item_rounding FROM currency WHERE id = NEW.currency_id); SET NEW.total_rounding = NEW.item_rounding; END IF; END IF; END $$ DELIMITER ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_address` -- CREATE TABLE `order_address` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `country_state_id` binary(16) DEFAULT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `company` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `department` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `salutation_id` binary(16) DEFAULT NULL, `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `first_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(60) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `street` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `zipcode` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `city` varchar(70) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `vat_id` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `phone_number` varchar(40) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_address_line1` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `additional_address_line2` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_customer` -- CREATE TABLE `order_customer` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `customer_id` binary(16) DEFAULT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `email` varchar(254) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `salutation_id` binary(16) DEFAULT NULL, `first_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `vat_ids` json DEFAULT NULL, `company` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `customer_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `remote_address` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_delivery` -- CREATE TABLE `order_delivery` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `shipping_order_address_id` binary(16) DEFAULT NULL, `shipping_order_address_version_id` binary(16) DEFAULT NULL, `shipping_method_id` binary(16) NOT NULL, `tracking_codes` json NOT NULL, `shipping_date_earliest` date NOT NULL, `shipping_date_latest` date NOT NULL, `shipping_costs` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_delivery_position` -- CREATE TABLE `order_delivery_position` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_delivery_id` binary(16) NOT NULL, `order_delivery_version_id` binary(16) NOT NULL, `order_line_item_id` binary(16) NOT NULL, `order_line_item_version_id` binary(16) NOT NULL, `price` json NOT NULL, `total_price` int GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `unit_price` int GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.unitPrice'))) VIRTUAL, `quantity` int GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.quantity'))) VIRTUAL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_line_item` -- CREATE TABLE `order_line_item` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `parent_id` binary(16) DEFAULT NULL, `parent_version_id` binary(16) DEFAULT NULL, `identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `referenced_id` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `product_id` binary(16) DEFAULT NULL, `product_version_id` binary(16) DEFAULT NULL, `promotion_id` binary(16) DEFAULT NULL, `states` json DEFAULT NULL, `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `cover_id` binary(16) DEFAULT NULL, `quantity` int NOT NULL, `unit_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.unitPrice'))) VIRTUAL, `total_price` double GENERATED ALWAYS AS (json_unquote(json_extract(`price`,_utf8mb4'$.totalPrice'))) VIRTUAL, `type` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payload` json DEFAULT NULL, `price_definition` json DEFAULT NULL, `price` json NOT NULL, `stackable` tinyint(1) NOT NULL DEFAULT '1', `removable` tinyint(1) NOT NULL DEFAULT '1', `good` tinyint(1) NOT NULL DEFAULT '1', `position` int NOT NULL DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_line_item_download` -- CREATE TABLE `order_line_item_download` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '1', `access_granted` tinyint(1) NOT NULL DEFAULT '0', `order_line_item_id` binary(16) NOT NULL, `order_line_item_version_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_tag` -- CREATE TABLE `order_tag` ( `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_transaction` -- CREATE TABLE `order_transaction` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `order_id` binary(16) NOT NULL, `order_version_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL, `amount` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_transaction_capture` -- CREATE TABLE `order_transaction_capture` ( `id` binary(16) NOT NULL, `order_transaction_id` binary(16) NOT NULL, `order_transaction_version_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `external_reference` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_transaction_capture_refund` -- CREATE TABLE `order_transaction_capture_refund` ( `id` binary(16) NOT NULL, `capture_id` binary(16) NOT NULL, `state_id` binary(16) NOT NULL, `reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` json NOT NULL, `custom_fields` json DEFAULT NULL, `external_reference` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `order_transaction_capture_refund_position` -- CREATE TABLE `order_transaction_capture_refund_position` ( `id` binary(16) NOT NULL, `refund_id` binary(16) NOT NULL, `order_line_item_id` binary(16) NOT NULL, `order_line_item_version_id` binary(16) NOT NULL, `quantity` int NOT NULL, `reason` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `external_reference` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `amount` json NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `payment_method` -- CREATE TABLE `payment_method` ( `id` binary(16) NOT NULL, `handler_identifier` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DefaultPayment', `position` int NOT NULL DEFAULT '1', `active` tinyint(1) NOT NULL DEFAULT '0', `after_order_enabled` tinyint(1) NOT NULL DEFAULT '0', `availability_rule_id` binary(16) DEFAULT NULL, `plugin_id` binary(16) DEFAULT NULL, `media_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `payment_method` -- INSERT INTO `payment_method` (`id`, `handler_identifier`, `position`, `active`, `after_order_enabled`, `availability_rule_id`, `plugin_id`, `media_id`, `created_at`, `updated_at`) VALUES (0x0374037c50884bed97bf2caf9b36d649, 'Swag\\PayPal\\Checkout\\Payment\\Method\\MultibancoAPMHandler', -91, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0xade4dc021ec045f2a71785de95fb03f9, '2023-05-09 15:05:24.791', '2023-05-09 15:05:33.549'), (0x07b71f7db9994c7a8e3063113f95344d, 'Swag\\PayPal\\Checkout\\Payment\\Method\\PayLaterHandler', -99, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x48cafadb685244478ffed199f208a92b, '2023-05-09 15:05:24.794', '2023-05-09 15:05:33.550'), (0x10f93482d978417e9de0d761b4dbafc6, 'Swag\\PayPal\\Checkout\\Payment\\Method\\OxxoAPMHandler', -89, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x0f67834025624cbd929de13e0e1e3000, '2023-05-09 15:05:24.792', '2023-05-09 15:05:33.551'), (0x147cc1c839ed4620b4a9b20f9fd8c880, 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\CashPayment', 1, 1, 1, NULL, NULL, NULL, '2023-05-09 17:55:45.360', NULL), (0x20a9bd4e66784b09bc62ae143a383748, 'Swag\\PayPal\\Checkout\\Payment\\Method\\SofortAPMHandler', -87, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x7e1be40d4d494d77a45034db1869de96, '2023-05-09 15:05:24.793', '2023-05-09 15:05:33.552'), (0x258d852a2b204a44864663cf640f7514, 'Swag\\PayPal\\Checkout\\Payment\\Method\\BlikAPMHandler', -96, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x4fc2830d020846a785dfb42670903e49, '2023-05-09 15:05:24.789', '2023-05-09 15:05:33.552'), (0x265d9421bb3b430c815c1783229e01e1, 'Swag\\PayPal\\Checkout\\Payment\\Method\\ACDCHandler', -98, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x4f9a44fb36af4af295e819aff06d9219, '2023-05-09 15:05:24.788', '2023-05-09 15:05:33.553'), (0x2b583f91c1b348bea5985c16d17e74b1, 'Swag\\PayPal\\Checkout\\Payment\\Method\\GiropayAPMHandler', -93, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0xf555d6b00a3847d19613488272443d6e, '2023-05-09 15:05:24.790', '2023-05-09 15:05:33.554'), (0x3590bbaf1ffc40279dc750dcb25f2acf, 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\DebitPayment', 4, 0, 1, NULL, NULL, NULL, '2023-05-09 17:55:45.346', NULL), (0x50a56f111b6a461ba21597b8a293a06e, 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\PrePayment', 2, 1, 1, NULL, NULL, NULL, '2023-05-09 17:55:45.362', NULL), (0x65b0f468f7db4b7f958f53057519bf7c, 'Swag\\PayPal\\Checkout\\Payment\\Method\\IdealAPMHandler', -92, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x313846eb82f443cabd9b57dfef1ad87a, '2023-05-09 15:05:24.790', '2023-05-09 15:05:33.554'), (0x70b04ab10d6c4d56a36fbe78ac08edf4, 'Shopware\\Core\\Checkout\\Payment\\Cart\\PaymentHandler\\InvoicePayment', 5, 1, 1, NULL, NULL, NULL, '2023-05-09 17:55:45.357', NULL), (0xb017d975705d4eb7ba882479506c2285, 'Swag\\PayPal\\Checkout\\Payment\\Method\\TrustlyAPMHandler', -86, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0xf2eba44c4a5848b7a5b4dbd6e34d92ce, '2023-05-09 15:05:24.793', '2023-05-09 15:05:33.555'), (0xbc51ade628614dc3ae4e84de902fa034, 'Swag\\PayPal\\Checkout\\Payment\\Method\\PUIHandler', -99, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x6520f8dfdbb641e2815d22fce5bdbc67, '2023-05-09 15:05:24.787', '2023-05-09 15:05:33.556'), (0xbc9ee73a0c8a4c3f98f8ae8acf5f9f30, 'Swag\\PayPal\\Checkout\\Payment\\Method\\SEPAHandler', -97, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0xe9c9badf530a49fb992915b9a9de932c, '2023-05-09 15:05:24.788', '2023-05-09 15:05:33.556'), (0xcaf0f2fc0f3e42e69d98f961f9d1a480, 'Swag\\PayPal\\Checkout\\Payment\\PayPalPaymentHandler', -100, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x48cafadb685244478ffed199f208a92b, '2023-05-09 15:05:24.786', '2023-05-09 15:05:33.557'), (0xd7a4b03a6d9843f18dfa7b3a04d65f76, 'Swag\\PayPal\\Checkout\\Payment\\Method\\BancontactAPMHandler', -97, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x0638a96cde354270b21f2d9fde65eec7, '2023-05-09 15:05:24.789', '2023-05-09 15:05:33.558'), (0xdc7c1f58099d4c79bb50c2c6898a430b, 'Swag\\PayPal\\Checkout\\Payment\\Method\\EpsAPMHandler', -94, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x7b769ff8d6a04f36bceec84aa8a5ce3a, '2023-05-09 15:05:24.790', '2023-05-09 15:05:33.559'), (0xdfd43158c074456fa383408bf2704d03, 'Swag\\PayPal\\Checkout\\Payment\\Method\\VenmoHandler', -96, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x072d0752eabb4d76a30f5a337c2af3b8, '2023-05-09 15:05:24.794', '2023-05-09 15:05:33.559'), (0xe0735e7bf1314a509b69135319347233, 'Swag\\PayPal\\Checkout\\Payment\\Method\\MyBankAPMHandler', -90, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0xf69d4896175f4b83be08531424802cf0, '2023-05-09 15:05:24.791', '2023-05-09 15:05:33.560'), (0xe772470f4e5f4fefb1f01ad00115d33a, 'Swag\\PayPal\\Checkout\\Payment\\Method\\P24APMHandler', -88, 0, 1, NULL, 0x73bca7fd139449748b068fbfdcbadced, 0x108e8d509a2844f1a8ee0ce2d7827901, '2023-05-09 15:05:24.792', '2023-05-09 15:05:33.561'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `payment_method_translation` -- CREATE TABLE `payment_method_translation` ( `payment_method_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `distinguishable_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `payment_method_translation` -- INSERT INTO `payment_method_translation` (`payment_method_id`, `language_id`, `name`, `distinguishable_name`, `description`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0374037c50884bed97bf2caf9b36d649, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Multibanco', 'Multibanco | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.791', '2023-05-09 15:05:33.549'), (0x0374037c50884bed97bf2caf9b36d649, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Multibanco', 'Multibanco | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.888', '2023-05-09 15:05:33.550'), (0x07b71f7db9994c7a8e3063113f95344d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Später bezahlen', 'Später bezahlen | PayPal-Produkte für Shopware 6', 'Jetzt kaufen und später bezahlen - unterstützt von Paypal', NULL, '2023-05-09 15:05:24.795', '2023-05-09 15:05:33.550'), (0x07b71f7db9994c7a8e3063113f95344d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Pay Later', 'Pay Later | PayPal Products for Shopware 6', 'Buy now and pay later - provided by Paypal', NULL, '2023-05-09 15:05:24.892', '2023-05-09 15:05:33.550'), (0x10f93482d978417e9de0d761b4dbafc6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'OXXO', 'OXXO | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.792', '2023-05-09 15:05:33.551'), (0x10f93482d978417e9de0d761b4dbafc6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'OXXO', 'OXXO | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.889', '2023-05-09 15:05:33.551'), (0x147cc1c839ed4620b4a9b20f9fd8c880, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nachnahme', NULL, 'Zahlung bei Erhalt der Ware.', NULL, '2023-05-09 17:55:45.362', NULL), (0x147cc1c839ed4620b4a9b20f9fd8c880, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cash on delivery', NULL, 'Payment upon receipt of goods.', NULL, '2023-05-09 17:55:45.361', NULL), (0x20a9bd4e66784b09bc62ae143a383748, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sofort', 'Sofort | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.793', '2023-05-09 15:05:33.551'), (0x20a9bd4e66784b09bc62ae143a383748, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sofort', 'Sofort | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.890', '2023-05-09 15:05:33.552'), (0x258d852a2b204a44864663cf640f7514, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'BLIK', 'BLIK | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.789', '2023-05-09 15:05:33.552'), (0x258d852a2b204a44864663cf640f7514, 0x8e6d712041cf4de1b4149dd70cf58df8, 'BLIK', 'BLIK | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.885', '2023-05-09 15:05:33.552'), (0x265d9421bb3b430c815c1783229e01e1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kredit- oder Debitkarte', 'Kredit- oder Debitkarte | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.788', '2023-05-09 15:05:33.553'), (0x265d9421bb3b430c815c1783229e01e1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Credit or debit card', 'Credit or debit card | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.884', '2023-05-09 15:05:33.553'), (0x2b583f91c1b348bea5985c16d17e74b1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Giropay', 'Giropay | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.790', '2023-05-09 15:05:33.553'), (0x2b583f91c1b348bea5985c16d17e74b1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Giropay', 'Giropay | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.886', '2023-05-09 15:05:33.554'), (0x3590bbaf1ffc40279dc750dcb25f2acf, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Lastschrift', NULL, 'Vorab autorisierte Zahlungsvereinbarung, Zahlungen werden direkt vom zu belastenden Konto abgebucht.', NULL, '2023-05-09 17:55:45.356', NULL), (0x3590bbaf1ffc40279dc750dcb25f2acf, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Direct Debit', NULL, 'Pre-authorized payment, funds are withdrawn directly from the debited account.', NULL, '2023-05-09 17:55:45.354', NULL), (0x50a56f111b6a461ba21597b8a293a06e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Vorkasse', NULL, 'Sie zahlen einfach vorab und erhalten die Ware bequem und günstig bei Zahlungseingang nach Hause geliefert.', NULL, '2023-05-09 17:55:45.364', NULL), (0x50a56f111b6a461ba21597b8a293a06e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Paid in advance', NULL, 'Pay in advance and get your order afterwards', NULL, '2023-05-09 17:55:45.363', NULL), (0x65b0f468f7db4b7f958f53057519bf7c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'iDEAL', 'iDEAL | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.791', '2023-05-09 15:05:33.554'), (0x65b0f468f7db4b7f958f53057519bf7c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'iDEAL', 'iDEAL | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.887', '2023-05-09 15:05:33.555'), (0x70b04ab10d6c4d56a36fbe78ac08edf4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnung', NULL, 'Sie zahlen einfach und bequem auf Rechnung. Shopware bietet z.B. auch die Möglichkeit, Rechnungen automatisiert erst ab der 2. Bestellung für Kunden zur Verfügung zu stellen, um Zahlungsausfälle zu vermeiden.', NULL, '2023-05-09 17:55:45.359', NULL), (0x70b04ab10d6c4d56a36fbe78ac08edf4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Invoice', NULL, 'Payment by invoice. Shopware provides automatic invoicing for all customers on orders after the first. This is to avoid defaults on payment.', NULL, '2023-05-09 17:55:45.358', NULL), (0xb017d975705d4eb7ba882479506c2285, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Trustly', 'Trustly | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.794', '2023-05-09 15:05:33.555'), (0xb017d975705d4eb7ba882479506c2285, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Trustly', 'Trustly | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.890', '2023-05-09 15:05:33.555'), (0xbc51ade628614dc3ae4e84de902fa034, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rechnungskauf', 'Rechnungskauf | PayPal-Produkte für Shopware 6', 'Kaufen Sie ganz bequem auf Rechnung und bezahlen Sie später.', NULL, '2023-05-09 15:05:24.787', '2023-05-09 15:05:33.556'), (0xbc51ade628614dc3ae4e84de902fa034, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Pay upon invoice', 'Pay upon invoice | PayPal Products for Shopware 6', 'Buy comfortably on invoice and pay later.', NULL, '2023-05-09 15:05:24.883', '2023-05-09 15:05:33.556'), (0xbc9ee73a0c8a4c3f98f8ae8acf5f9f30, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SEPA Lastschrift', 'SEPA Lastschrift | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.788', '2023-05-09 15:05:33.556'), (0xbc9ee73a0c8a4c3f98f8ae8acf5f9f30, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SEPA direct debit', 'SEPA direct debit | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.884', '2023-05-09 15:05:33.557'), (0xcaf0f2fc0f3e42e69d98f961f9d1a480, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'PayPal', 'PayPal | PayPal-Produkte für Shopware 6', 'Bezahlung per PayPal - einfach, schnell und sicher.', NULL, '2023-05-09 15:05:24.787', '2023-05-09 15:05:33.557'), (0xcaf0f2fc0f3e42e69d98f961f9d1a480, 0x8e6d712041cf4de1b4149dd70cf58df8, 'PayPal', 'PayPal | PayPal Products for Shopware 6', 'Payment via PayPal - easy, fast and secure.', NULL, '2023-05-09 15:05:24.882', '2023-05-09 15:05:33.557'), (0xd7a4b03a6d9843f18dfa7b3a04d65f76, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Bancontact', 'Bancontact | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.789', '2023-05-09 15:05:33.558'), (0xd7a4b03a6d9843f18dfa7b3a04d65f76, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Bancontact', 'Bancontact | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.885', '2023-05-09 15:05:33.558'), (0xdc7c1f58099d4c79bb50c2c6898a430b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'eps', 'eps | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.790', '2023-05-09 15:05:33.558'), (0xdc7c1f58099d4c79bb50c2c6898a430b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'eps', 'eps | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.886', '2023-05-09 15:05:33.559'), (0xdfd43158c074456fa383408bf2704d03, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Venmo', 'Venmo | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.794', '2023-05-09 15:05:33.559'), (0xdfd43158c074456fa383408bf2704d03, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Venmo', 'Venmo | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.891', '2023-05-09 15:05:33.559'), (0xe0735e7bf1314a509b69135319347233, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'MyBank', 'MyBank | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.792', '2023-05-09 15:05:33.560'), (0xe0735e7bf1314a509b69135319347233, 0x8e6d712041cf4de1b4149dd70cf58df8, 'MyBank', 'MyBank | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.888', '2023-05-09 15:05:33.560'), (0xe772470f4e5f4fefb1f01ad00115d33a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Przelewy24', 'Przelewy24 | PayPal-Produkte für Shopware 6', NULL, NULL, '2023-05-09 15:05:24.793', '2023-05-09 15:05:33.560'), (0xe772470f4e5f4fefb1f01ad00115d33a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Przelewy24', 'Przelewy24 | PayPal Products for Shopware 6', NULL, NULL, '2023-05-09 15:05:24.889', '2023-05-09 15:05:33.561'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `payment_token` -- CREATE TABLE `payment_token` ( `token` char(32) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `expires` datetime(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `plugin` -- CREATE TABLE `plugin` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `base_class` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `composer_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `managed_by_composer` tinyint(1) NOT NULL DEFAULT '0', `path` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `autoload` json NOT NULL, `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `copyright` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `license` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `upgrade_version` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon` mediumblob, `installed_at` datetime(3) DEFAULT NULL, `upgraded_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `plugin` -- INSERT INTO `plugin` (`id`, `name`, `base_class`, `composer_name`, `active`, `managed_by_composer`, `path`, `autoload`, `author`, `copyright`, `license`, `version`, `upgrade_version`, `icon`, `installed_at`, `upgraded_at`, `created_at`, `updated_at`) VALUES (0x73bca7fd139449748b068fbfdcbadced, 'SwagPayPal', 'Swag\\PayPal\\SwagPayPal', 'swag/paypal', 0, 0, 'custom/plugins/SwagPayPal', '{\"psr-4\": {\"Swag\\\\PayPal\\\\\": \"src/\"}}', 'Shopware', '(c) by shopware AG', 'MIT', '6.0.3', NULL, 0x89504e470d0a1a0a0000000d49484452000000280000002808060000008cfeb86d00000006624b474400ff0000000033277cf3000000097048597300002e2300002e230178a53f760000000774494d4507e3050307171895f1e9570000001374455874436f6d6d656e740073686f7077617265204147dad6eb560000032e4944415458c3ed98cb8f0c511487bf5b559deee96e339ac1c49ba00d135a82042124c42b165e3b89350b6cc42324b340c888855762e30f108944622122b1100b1b0926440c134446cc3062ba6bbaa6ab8e452f90e9badd555d2d22cea65355f754be3ee79e737eb7e0bffde3a6aaae9873314edade67407b6daf14db536a006100dc5e3cf3294f8f7c681c60eeec7105a7eb0cc45b517205a7788deecea1208e460dff606504999aa5449d57b1c413169dcb460a086423dc52739421b759d4958a06706d67029815f1be9f6798eed168000712730133eaca14d4de68000d59d090de21328d8517c64500a8b234ca62c5e65a96595a3e8f76d135a27c1f780e8868da802ac7c130419960c5c14a815beaaf3b82a23415ec3ae016f570e57482b8e5f5251b8607a1d087dabefe21fb6fa4eb8860a7a16d319e133ebd2d19983979b18a592f04a6858b602e3e1d48fa4770243ce0cc19e5df2913a772e0eeb19029ae52c1520a395c152c5ff2f3b239bd371ca054a96037648adba6c2f8cccfeb74d39450808652edba568b172282ca84cdeb7fbf675a562840d1c9ab30702858b31ada5a7fbf3de2d861fb6036b2025106ac5e03ab968d7e66173f05075c726602c204ff0c07004ca661cb2698575973487ef85e7040cfc86aa5ac5b25c5a6059956c875c0d21c18cabf893b85abc101952cd08aed741216e620d1f40b9409a9244c9e04cde9daa2fbb1bf87cbdb5e06063494cafa4e3005ecd9056352d465ae87f47f3d186a168ba8f9be1ea964fd7080f4bcbfc9a54d7742ce62cd1419d752af16445ebdbb45d7badde1d4cc8a0b4dc0745f8fcc98f070df868ad2fde6305deb76d4ea323a827629ab1d81991a0ac01991f2b451c250214fbed02b83dfaff32c7e99071b0275f9d180ca9b8f4ee2659ab560d2fd7a2357b6de8b4a781b9554b4d64307f879f063947095f7a04e2424e2904cf8bfcd1eee89fae86204120963f5fb4f9c91670d070499eddf62aa1cc49cd2a3a801ad0a6deaa4a12a8b5569cdec04c6fbe933868bf7a3065481169f7adc475beba48a0f870a2539d411fb0329d6582ae9ff35206f0f36e27c1f0c3099f08d907cb79f3702d00a34469fbf394acceca8305f07287e39c17ffb0bed07d98df0b96e58275d0000000049454e44ae426082, '2023-05-09 15:05:27.895', NULL, '2023-05-09 15:05:21.209', '2023-05-09 15:05:27.896'); INSERT INTO `plugin` (`id`, `name`, `base_class`, `composer_name`, `active`, `managed_by_composer`, `path`, `autoload`, `author`, `copyright`, `license`, `version`, `upgrade_version`, `icon`, `installed_at`, `upgraded_at`, `created_at`, `updated_at`) VALUES (0xcaf6e7176d414969b0f34d8e118c6d21, 'SwagLanguagePack', 'Swag\\LanguagePack\\SwagLanguagePack', 'swag/language-pack', 1, 0, 'custom/plugins/SwagLanguagePack', '{\"psr-4\": {\"Swag\\\\LanguagePack\\\\\": \"src/\"}}', 'Shopware', '(c) by shopware AG', 'MIT', '2.5.0', NULL, 0x89504e470d0a1a0a0000000d49484452000000a8000000a80806000000744ba5b4000000017352474200aece1ce900000044655849664d4d002a00000008000187690004000000010000001a000000000003a00100030000000100010000a002000400000001000000a8a003000400000001000000a800000000718c1dd600004000494441547801ecbd7bb4b65955ddf99cef52555c45ee202062a120a0a26250c140ec2802815643348d76d263a8dd8a76c774d2c1b6078d89041d2aa3454363ec181c6d8c928b2d5111144c4032689548b86829088a2537b919aaa0aabecbe9f99b73adbdf7f39ef315658ff887c47dcefbecbdd75a73aeb9d67edef39dcb7bce77b4ddc6f1b0171f5ff5811bb6c79f39de9e72f978fb8ca36dbbafa03ceeb81d6fdbf1f1f17624236ba60cad643f316c3b5ae20a6f0bf1217244e199cc0f59518e3cda1feb6dc7487c857a16c1f09b0c7f31683ff88b9b34c135cf017ea2094dfd5e714966f8dd17fb651de9c2555ba312b758d0af6ddb9b076eaf2bd435dc9a7eb34740d7bb7241e392c5b1646f5439b36d7f6bc2bac74b5b9f433554fe1bc4ffcea3e3e3772afc37b733675fb21d9ffbe5373ffbe896b0defab5735e31ea81fff4f8deb75cda9eb59dd99e7e7cf9f8ce5473a4ce219261822c6d97a30a6ef1cbc102702328c41be1c560ae6e1fdbc9cd3207db7106e6826fd98ee5c0d761e2c869a7e1bdc6acc7a939daa8792aabe0a0b401bfe4b0bd63ecae7ca533659583b8caafc5c91c0b5e4b7a6ea1705874f96bdaf58198453f21e1ef27627115b675ec7ad43e9f54a913efb801f1936311336ab0bd0808d1d8dd334747ff4937ec3fbbdd99abfffeaf3dfbe8dd8938fdbaab6b0db9f6e78faffec87bb6ef50aebfbd5d3ebec3285186340b7d3456a39bc75a82d8565d99b16bd88c3fdb89ef22976266f10aae82575a2872238fb62c717902749ec63bf3d0bf3c919a38a4d5cc59c7e1a1acf50319378ff118f4d8d519136e46eb9a4fc40254fd4dd0958d3e832cfd8dddf55bdc8ef5798865d02e4f80817730721c572d8eeec23131f0795df658cba1099dee669f9fa33ba73c8d1fc02c8e8eb71b8f8f8e9ff780bb5ff39c97fe8f47371fb8bd6d0d3b5f7dd4fce9e3a3edd166af84697ac404a86b55d6225dc32ac8ea882345441f1e784a842a377cd5e9acc699d4f0d14c4ceb58f376b3fa599b83162bc4c515bcae6bf73a71cd09ad46579d4dd0374fd7df766b5af15af78d3204b4bfb48c3a9ca38c855be5adfac110b91bc5db9ae699285244b8472f6add3d3f8dc74a844b1f89587b2126d396cdee16e0d0d112f304bef462b8b7334747afbde6cc555f71da4753b0bb71bf1f3bfecccb17b79f53aafbb9a2a5ac149e74bbc615833d029a3461e34c763ec5cfc6c80399c6bca1bcd345f6b8fabe0ab7cd878da9d6574361685e963e2c7cc57465fd15732bfac713006246692c6a4fa3fda7e84fb9e4611c7c8a50c2ac33818e329ff6b92964b26f542396b00d7bebaff33349612c78d5a5b59f4404adf6da17b3297c714c029d06bc1d23a9f570c68c8167db2107facf1c6dd76fdb9927bef11f5cfd4683ea7266ddf091d337e7f1716e4e9174a348967442206854444e652de730b3075f82223641be39ed887370553e4d49a29908866de62455e92a47f0e1ee9bdc205fa2ad9b6534bc1017b9a7c05d57df80c6e054f255ffac3f04537f7ad1fa07de144a400ee769fdc22b78e0a90b61a5255372a40185978338d720539f9196c5a500de2d243906de8ec203d01839e18d29576b2b035ce6631ffde4c5b4d30f836c75197cd15266f3467f9fe5e5cbfa80b81dfffca39e7d7c6fd03dc60dcae79cfa62e8a745a44064a65910b343cca178486223560884591c1e0d1977f8f219e3d8140ad0c51a14aee6693af8932b5a12daf8d8dc84e28a981635b103edfc6671aad64f0d5d690e8ec0aabec444bf362e98924bb322c7ba791a430286a6e637de89cb664a6ad2701d99d9ee060133bd5dad35fd4e40db8235eb2e77490b59dcd056fe68724f2128fd15864512a95b16f781b96cf685a75a9438d98d2faea9157add2b978fef77d3859b7efacb9f7f7c35fc8c7183f205d1e5edf8d150988464964b18962aa7325a18568b6a77621adf10795d0c4576c1111a7b50101179306473f6f2195f363c688cce2b8045e7e299f518f92dc006e74d597573c89cc2584c9c79bae3b09950014a6df3d065d8b8745ecffa1e9d01f6ca52c0ee353121f662b71b3c5068e358f07a98c6e630a069188954009eae1f74f018fbc122a357c5565cbe893ae480af11c3edc5c417aff5668d829ca7b05580568fbefebdb77c47b318cf3fed371f6f6fdd2e6ffa6a9d60c9dfdde5842bb44800296416887b1d6e46a421a0b9828f9d751f782cc50a710d5b16aeb67b2e3b073b3f22e1897ec4750306bf30eb087fd5e14d791d175637b0b8bafeeec55e7f6399d39df0cf754564aa1cc41eeac745fb5b3f00b83c4609e1ad54f1db979bd59c8078422c5c3b1e36c5d7f6b468d5943ce8f1595a84375a4d82ea565a44ca1d617bab0ef9c7b955b10e6ffbf1d18dd75c75f5b57cd1e48fa0fe3ea7bf951461ddf879201482d02969e4b7b52e8ac16e7c57defe05df5c6326067f5288432cb5ae92c2521cc19502e2fce885d0ee66710619fe5eefe64ae4fc591b2fd2f2580f8753dec9d57a2a556f5bffc423516f1dd0333a1c14dfc850fa3b9e4a81f43ea0aa1f82f2c55ff5c748069fc9c44266f39c311507acd1df410bdea6f9af6012870b7e388cb76048e3e3eafc04b0d69b73786783fdc4d87eb4dde1a3b7dcfc2cdc47fc84e883376c7f747c79bbb3e31d64972e102a5b11e7e04b4899d1b21b25ca76707db32ca22c44767dce51cfb499a3b982ef9de6a6327f0a4941f2394725ae8942d388e258f1634df0ae55556b6cadb3eb772f1062fc3ca8135acd1a2afb2c21b9c042607d077d1d615a7449035ff0e04b49e339233b3497adb51a2f6ce015a74df8a7b579ada12fe2ea3e62725756fececf593ab680a14dd2c1959cc953018d17739f15266bd637f31f72feea7b9ce1c797fc84288570c310ccc8b5f96d117a1034511c2195b37966a3a0822b458c42887570fcc19538851b0237838d02624bd3b49349c6745a4104646b88fdac1a57f3c2053e79d1d78149347462b6b3fc2334b582b7aeb188215a03846b1610021f8830eef7f0270cd4493cc6e9c01ffde92bbb91a7099c2ae7893c13247df1a77ee31480a68469de09b07adb2a225cd68f39bd58214de5bce5c736343a3815048ffeca8388e3e33bffce2d373ffe8cbe9bff94ec9384758ac9d5a8b29585908311f281e4a6f1dda7b9b282cd3f9d815a1f99aa624f04693836cbe0b1ade2b5affa06be7582dee3c3075de8e39fc0f24450b0d21ead42c81e9cf0aea9784a37faed670f0e3a5d9979f4e14d6b798d5744f38ffccdd0f866832123112d2071cd139f6ca525374423f7f38845a9752cfa8def9b1e1cd1edd7d27583ebfc3513aa916868a7ceb63ba0624ca0f5ec13c8e0f583a2a79c135e2ffcc0081109fba3e4246e3fb9028742c3211ce0b4b6a06901330bc56e9e5e68ef65cf2b2781a015e0a52e34dec5b4d121611879645b397b9d26149e88ca9504a962d59fec53bf3feaedf44331eb771e0b5590f8874eb6b2e38aecd4b1da8c401241c45605518557035ff332eb8d773f71169f437138baaef6db5498a2535c72a01e5b709ecc8dd5c25864943d5a5313211ec0053eaef339a17fb19fd41f2c3c56a17b938fa0bc22a9cab139b9941072f2b6e8d640fce1e8c6e6994b64a3e70d117c494eaa49a33d4d69a41d14a3017756de66bde0dbd7c76a988cd3deeb184b411bfdd1d94d258fc0c1b5fe53f237b1e48c280ec5fa87a56e1c17e0c810173fc1b17ae612bc38d180541732dc5ac4cecc9899bc3541438818322b5730d37122c6710b3764c8dce18bd5b5c258839894a4c4a971ea6fc7a249b0626a86cc6564d257f0f7e5abf8fb22c094e699023870f25ae7cc1162efb9f04c26664d8705ace6e2ee9b3c8472330863d21cf46260894341681b37a96d44cb37c2eb06aebdedcbdad1d601e500b1114f3e12edf5cb6c7ef9f5dee7141e7c1aa6f1c5343992de6b86dbfcdd5bf69874a96ac3112ed78f8b2db31f59c417e7da875d2d4672717476cdb390c3cd9699f3f5cec6e046a86c831f04a11a9d9f6d73c5474c9f43ee9be0971c039ff39cf8269feab15cf60d7aa4d7734a80c950574958d27466047866add1c2db1fd82a24d11c7a562500b0835968a935db98ea20db617b7b31326a4f65ece0af1c2e3644f6d9dfab5d7a05191ff5613ced09107e53802f0e349fa81f9bdebadadcecd1d61298d75cb6cb709a7ee218e1e3099471885f2b20c8b83a3f239ac804c5261bfa9bcb2129caf95c077b8dd4c1aa14540ef7da7e2ef8356ca48fc1357f9cf38a8a91df798aa053548ee08fef78ce8cc38819899ea0f25b4aab242e2e4d1b8752b6a48a80442b026e395c2c9b65d857fbc31c310b58988187a21a9afca33738f4a81cc2f9f320ef618fbaf025ce5454a9d878d798ea8482f4c9ba53367573b5fed187888e20949000bcdea67ed68bcc22b50d7cfb5abf4930c7e19c557f98c385b7fb52945834baca2c775ac931123a38792aa70b00ae817efa64b6d61857aef247833282d77b6ac64d16ee19bdc9e75a211a7906857131077306a2208887405b4c6074e9c3a86d7be21f49884ef2086894663713775ad13ce6b7642c3548ee38bc89301e37beb68d55ccbb82479e68e04a63d641bcbd4e47c3924b6c459868abe0027ca1b0dd2130a79103bbd359f5137b6037dcf6aaaa72f0bde18ca97fc446f5ec4261668b3903455739d1a96bc5610feb64c4d9b69cff24c03e5b93f32bea9d68db046bfc0e5704b34fe42e96d2d539d09efb67eacccfe2e569912e1620c304b569b0cdb1cd839d84a4b650f01090b5f5d4d24df4bab376884b13aa70c5d5dee6829f91682f47081d2d77d28bcb5930da918f04c62b36cd85af44ba80e2d404a41b68c2b2c5be2a28bc79c80507374c0e965dc898ec74e4e0eef418ec0fc73858d9826bfde26db04281fbc125f46434c694b52ea363065ec6ae04b89d4e4fcef04259b2ed2647ba170439c2a105810604e4384cb23bba885a7eb892c79ac05611b941bd0d18ac497c21308b90d55a3637cb8964d3ece40a829ba88807af71c0899fc68f617c7029426812ca4e2cd1cd77a47f6f8d07eefc761392d8c274f1c4337218cd0254801dbef4144f471adddc43058c133fb9145d9cdde864b7022ed1c842710e350d178c1a362a7b1530f0da8fb5e3089d67666cd999880da5565ab09f0cf14e3cf989c69ed1fac75e8be9d546f140f8fef4ac3f7667b27e3819d279aafef23af77edd5a7d837a535cd517382da2f3584495ecc2ec48a1dd4c14c3957c289f45d9664eccf38633a69328255cc915c166806a14518d217575cc13dc98c093b831960886800ad214cd2198faa19cfa8da91c5e0f8ad62fa778075efc5ecf34284296e332b34e7e97ad6dfa1f50b8b4e6dd9a93833c19f11157cc33a75c6d73acb535cc84bd71ceae75a71f06a7f265f0458be098ab66f4f7590e792e8a5c894d6d40c267015a12d65ac9dffd1df513288c5ec8ec9501e6587830022486443c5b18c6b0b64fbb9ae3e690f01139a6bda0300c1cb16996160ba73369cf70ce5acdfc3638153909e5e1a68069a32d04243ef80a96c94db67159374f635c14a4933fc9c2eb9ca64cbf5207e44590d4b992cbb1d3d85ad3ef04b46d82f6b927b3564034b07969531d3c8ed25f615824ad9f5085d2d4e79d3eb277687aa9a5f1c535b5422f0fc170ea2d3d9df93b6f9f8d439b8fd99ce0c9078eebd176a638cb61afcc1a2cb3652700888384d6841447ece26d2a337cc0bd754292335248189664f671890df1acc2d3b60a2abef0d7cd61a8e2123a70e66921584d9834362b3eba8abba6ceebf9cf5fcfb9f4b5ee079f4135bb5bc756f6f453d772fb3e920bbbfb692cb1f5287b03fc11342400b2ea67917745dccf90c44458c707a51d8bd312c99618cd04e9bd7308517961ab28df2d6d8733cf4ab89b8790ac830aed8a2f36c5f5b379dfb0e274fe704dfd02951d4c72553607698db14694e78a691e423053ebbea6c01523cea99f7c70c7ee7eea922757e94c92c0eb4aa69c51f227b38c50e9619f79e090b772749cd5d766d56b30f8ce8356288d2fbbf59bc1513e5b82644f18fa01d95df85e87d9578214637c65d4df615886d80874339aadddaba05a57f644601b0292280ea79e31ac8c2f3b183f7aa1424be809feb01c5c2ba9f367dd87511ed5942754792b7feb08dd0277bc1b559950ca4dde87b2d745507cc4305a7fc71b2f57ef89afa3d58c23bef8abfe18a1f3994c6c2076405323faebfc40b8c771267ff2c036b9dad6f9936bdc4c3b7e6263a04e7a3a865de90176df3f842abea35a4eb4ccea15641a6b225e01c697bd3e07ad54f242c4c3020c10221cb18dd0c44640aee5527812811b1ed67de329103ba2ec1f4136965dfc15a7c9c38d6355bc697483359b9f46c1affdd09f3cb699355ae0ef014b33392f9be629df5e7ff8830fb3f1809db73d7336dedbc45ba8f6e0fc28fdb19bcd259564c5c406457a910a067ef1772fc0701ec128b27b4e6ccc5a85375745621f9b5e28cafa16178d5e42235fb691a39c238fc3430dadf133bbb562335e019a97ef830660391514ba49c40d316e2a485a3b6b82c5dd331463b09123366289aa3955694f80ae2660599c441697e7850b1e87ef02e059743a932e0ce20657f8c11b3e163134656080c2db04d6271387369e2815160cd78cf8b5c65fc44cd13ff183071801c42b8a097936d8d634d5c990296e71569e86192f5b4584cbfae14a2f564807362e7362adc6c1a92078ea689dce6ab9c6892c73e3939e68ecc66be19eca62ea1253df072d63d1f899e23b0554b242343f02c41ca111e3c209d2706c961df8e7afe7ec7e547f388e1e6e9bfabcf68d5eb3cf4ddb91fbd938991c697c30b618cfb9769eb03786f4c1e5bcb29ffc893e997fe09d97f8f0e726659f085f7549fa896a85e0b0b6ba892f06df7fdbe69fc54f1084814cca14b2da09317e8905e58486935c3bfbb5eaa5f6fd11c7373b7e038d34c679648b2573af53449a1e7e1a42300952c54e6769c2833dcfd0c88a7ed0a575e84710a3f238505bf09d4a8bd6df36239081410f58618f2abc1af89a97596fbc3757fb1c8ac3d17535d6a6c2149de292837cd882f3646eac16c622a3ecd14a7e990337b7f5bba7cdddb80174ce93fa15d7f90bd2b429b5f932b7d6933d2a1ea59b3f4982580f9ad505f70c515ba9c44915be1b81db571155799a36840a74886f5f1f6b376cdabb7fb2f8bd3c3da1451aadd3fa513615473fb60cf3f7da71da18dfa810e7c689af126bd3f5a70125c16ca2405e7aa885f1f6f4455803829a0acb4f9fe30a4fc320aeb1c04fc6386ee186ac7a33f195a0b4b69dfaeb3981f05147fc07f9572d83606f244b650aaf36b3de78922538dfaca7e8d70dca33194d834e3b2c397084436402b820e9d0d23d4d8bc114be0cbc6143847c239c1c4ec9b5d38f35bebec9763a8acb37f64e7f91e0d77b9f5378429bdc1110fdf6da399a65fed4efbaa1ab9c099c5cabfe8211ac80aead73cdfdae96a29acd35d4fad7e640d97550b777365ac10c956df0634d7adb8c87beb8e22366d5c616d092c398f403dfc437f9546fe40277f0c087dbe7269bf3d6f9a58af22bc1f83e68c44464a7c947533370c9e8eab483936d4c11eea091acbd818e68170e5eb73e0fb95d6c883ad8766faa7ed68e369e55b05cd10f3c8df0cadc98dce3e2405a6a0d1791b629286cd1652f8e6538b672d92cc369fa1bd5ea5afe211e7fc7a0d1b8ae83044d64828a94ad6b6d740aa81b873a4a77cf6980f82a877b0d7d049109521b32b5aa169010ae7846fe95c01a8bc671c50fa87c2cd1147cab570e7848acd137ada5c97e2ed6141739cb474bc2a33b4517893190e1ab4d4aaacd889b89dd2cece828412dc63c26e2420093bcc405e0c6b43d5941b3ea82f19ac458768e20a5cc83ca518973de8a3b4d3f7e9258676946d7ca1515c5af704b304e9ec6d89c5a9c73d80bad782b6a3bf831d8943a2dad65a99393b3c88a77a4856336c09ebe31ccb68704a9dcd1002cb89c19eedc1fe4f6cdd5f8916750584acc1303336fa18d3d81c275cd2cf5c6707ef602e8f5a0968cd98e08e850cd2630aae010e5618cd66358410b4832e3091879567ccca450fa6c1457c8caa3c2ec842483782ba48fc49b009f0d2d2ef8c15d604d9892c32d0f5763773aab7ea007764c1e4a692eeb57d89fbf9ed3f7dc7207b977b4671c931b971358fbca59fa3c8975ccf245d22484af6f89fd817346007d565e37aa09d9d70de5a070b5d74011c0cf48b49723842acaad40deeb86c76807fec22bd68594bd488d2b56436663826b2a6eec62b09a605c6171cc86d90770a75f5b0b98f03ca1c9a387dfa7fee86efdcb132bb4aec57cc06b80c186a9eb765160467264a592c891d3efe8b7e4c2372964c1c4abab80e12059f00d323326b440815f63a4375798523fdec410db3d09bef90199cdb17bfde033fc45122469043757258a944495803641cb8d3386f1c1b5881615091496d59fbf9eb3baa6f6f581d779c7516d4d8f316955fdef1e56a717bcc9121b96ba296a539e9c40d9facc4a07f780876765f2cd53360960bfc7a3bf211d979ab0eea2e53e812768104c5c33399736ba41eb0e2f00c4c1c90b31760ddb40db3c6f381c6b31ac69fc1c6200336cf5ac86b8c83d15c4f8240906a7b0c15790a6e40c41d6c44139f51b5339bc066e8ad62fe7d02f9f9ce6724c85b6c8d65f1cc4f90c85f261943f5a14c4bb6dc9419e8cf88c2fcbc82957c9ad50f434cc84bd71ceae353971555d4ee5cbe08b168720cc75c2cd079ae631b913922bb1a90d48f81ca325612d8dfcdddf68a9d8ca430e7feab350c06bbcb99aa938654ba8bf8a971322bdb5b1352226b60341a11e38828ca788e262763acf95d8d54d614deec8c830ac22dcc4e6b18d408d14965cecdde4aa71ace5de615c54c0cd9f64249eb134baf97b26c76ee098e9edca4da6ec5dbf02da16acd9a20983e24451c302bcc696bcd1346e8cd21f96c09c0bbb7bcccc32fa31116b179c2bbed6536bf909369e7b21fa3b7fe7edde39b4b50e7ef0da28337e623bc72ebf22e0774c89343f581eb605afd78376a3e4c17938642b0e7b2cb86c789cc8c02b8085421cdef024ae7aa49cdaf36e73dd1c642a3bcbc6992781b15621032f0e4c8763e0e5c817314ea69d3ce64b15e082dfb3f48ed90d07ae8dedd69966075fd1c4ac5ab56e3c71a083d7d2b1ccad2ba64471d5b04f7d1c5f8425bfcf2301be1e5e4acd20ecf323ae6f20732fb9cd51fa83d7b5a4753eec3c065fd750f601309903bd9af8d4bf4f9b24c919a07f92148300ce08599cb16ba3f706f999a00d8986cd2b1296a5b2ae7baf171e42129d2872aff163e7f47936d3c8c6643d76b64ffd0269d82b4c7255ac83b4c65883bcfd86696d62f6ad75a85af0e212e7d44f3eb8634f2fa33f3a8a6bc94f0ed4b9b7d42b1f7b0fa8f4b04f8b91a772749cf5d7a6f30c02f0d99887f5ac511beb4f0708737e82648fcce44d2de18a9d75987d45dcd01fbb3116547b682b078b694d3e5d77f5e7fba0b172f520a90b307aa1e8445657761ae8d10ba1e54a03daa680aea8a2e7448c012eae9bf549773ade9efa9033dbe33ee5ccf6804fd8b6bbdd5e9f3043fc67685c56cdefbf71dbaeffd0f1f6aab75ede5ef2a6e3ed9d1f5201dd969e3179cd8d498dd58faa178bfbe956e56cd209196c2b7f90750768b38c9c870ce2e4df8bbeb11c629a70ed3f001197d1c7172d49511e4d75bfb0b2e6d6d859848240eff8d1625eed5bbf6733e9527ca08feeff824bc04280afc6206883c93b2c058e4488ea0a48aa01791a917dc455d8e022b88b48dcd57a09f5fff29833dbd77ed6d176feac5514c19ffde9825afdcf5f77797bde2b2e6dfaa3c1b9e9bafeeadbae4a1f64fa88dd9dea3e6bd73ddf1d3a81696b66f68ceab97d1d505ceb59613ad1f5d236ec833f0bec8d9b67defaecb5849c34ffc22447cf7dfb7424b30771be415740f32a6206128003583ffbb4f18f6830e108b09311d9f816822deac2d5feb6dde3f6c7db3f79ead9ede1f71a1e433ede2e6f7ed7e5ed9b7ef2e2f64737a4477ea2ab7179c2d31b37da65fbe6d19ebed2ffeaf46889cd328eb9e23a20f63e33a8e192d539ea9629dbf880d360781d7a801f27db79c3d9fa579e55bf538a1b4dbb31f4af3c44e897e672d3a5f0464230488af54ffbef73f291f3bf849b93b63fec3e67b6fff36bce6dd7d42758be4db849fc468456ba3378e3b033722af35c1ce583b3ad0eb98285cc194efc645963eae473e3da910cbeea92f4b1e14653067a1b4d5cf6f81ce16754ec89975d8e4673df795de5313577e6442e5f240580203e4c7b589dc2c58c2522ea994e3607879a788889310c9ea269515d44f314a913f3cffac7fb474ef7b42edca4dff697ceba5f31a54bf4c627e03ef21145ede95e8f73c196f3e81efbb4a1303c27d87dee83f7811497cf4ac1e0f36428611878378f8fc6d4b16164e4c964ad0a842b392caa42c20338fa8b33701327476e6ca413ebc49d5cb36f507c2d8a98246361983021218c616b6bedbd66da627c4812677b61b0f89d008d9aee7fa7cd9f73c6f85fcef5af7fde99ed7e77a97a39141f4c9ae223f7cd24bfed891b67a3f06a5f1cc6179770f87c63d8340f6bc5aceb420e52e3db085c066bb22dc8a145b6be599bc0b1a5c3be5018edcb9014ae1ddef79d1834fb1f196a232ccf3bad46a3c242b27193aebe4ad2bed53594c06dca3cd312db3988d2df797ec876c52f887ee12d97b717bcf6f2f6dbefdbb64bfa8391d61ab1566ce58bfe9dd612d1b6dabad154cb7b0f530eade947074c7c12b34708702c63183f7b754ece07dff368fb1f1e7b76fb527d47e270f045e05f79c4d9ed85afd2574c6992f9dcc7791a82255fa67c10b074f241ea4d6238547adc51f6379e50f9663d8d3781792ca3299b1f128baada2a87ac955f9cab7e871767c5002704ad156acee0e08933a982e53a5f0fea92706b98a941658b036789254cb43c645d0538349159269fd78eae6259837dbcbe9574da78d95b8eb767bce4f2f69befddb68b3a43468a0b61e36d5bf4bb68b8712c831d180ec94386d3f4372aea145f1c87f8e48fd58d274edc8dbf28e06fbdfb78fb9ffec5c5ede5bfa567d729e3b1d7aaf614156dd451ba7b1669909ae076af353bac93d9486db3a6e8df27edfaad7a25e8149523fec2968f1d9afa26effeb47efcfdd468fe96e7b9b8f96143fbc178205c56732b47bf8d2f92926c0d2e5500f548b3b28e20ccd933b956a79d1c326be43af809761ca5c4777f7d9ff3b4f143afe57b3161303fe17a3497a9f06bd136f39423faca1f816ca2b5b88861d9ee5142d98937a6351bdf6daf1ab091b8498a3be5b1d9b61ffe957a8679372ff7fb4421c951c375f49eb9b8fa6665bbf6223962cca143275d83433eadbb3fd85b66f2568ee28503a8f17691b17a5ef67079635f781283cf783c5ab04663e764eb5aca3e7aa480e8cf4d1afdfa1c94b831a2ac8a21bcc8583853d9b063d3c03c1ba68d0c1dc56cc1a38b8638de721c7eec6fc2c7b3bfbe45ffac4feee90b2ffbdc20292db9f73ae5199d917fa7acf864b65edc508c1f258635d78a753593c565811781e1aa7d6993798d97f32def21e2e4b89bfe6fbfcec1a1e460acc8f696df7d8d473c8be85e361ebe81ab059dea3c5dc1aa1f6568870348c77a4617294772a26b03a8d6337f5b2686b04378580b4f8e7a9033b9f46da60665b64b620472e2081ed49505a248b47caf477631975b60deab3118edc833c478c592f74a3f21bab87ecee92cc9db54dc7c53c15a89130b91a2dbe3fcda4cfdb381ad3fcf6ef28463d51f5cebe7208b59a1acfce002bc0618c22e9cfe2ffca8bd2b01bee6a6d6a674fbca4d8ed41e0439c2a1851b141ad68e53bcb5181f812d3f5cad1f7c2781a3ead41c7cf323406b8fe460d7967298ab6d9d9ff9a4fe44456bfce4ce277f4e1ef216d1071558158980f1ebbdda9088c1a4876365636eedb7e9ef73c2718511cee24eab2b9222923f05b35674d9a2bf7140cc54576d15e750d3702146c346b5a90a084a76edc7da7184a65643b0318a87d82cb5d2628775e0bcecf497b9f57714f81d879292f74ffbef733a3f790eebc7d185cbef1a3019505a7b239bf58f9e6a676c05b896dc63e649b099fc2b1f398c04b3ee64c905d914c0c68d31c988700c3be30d280c71256004892f39715e790cb10af11a8996d94f18b4695d85e3f4da3115dac78a68467110d7b0f1ac953b5c0ae2dd98e4204f467cc69765e4946b5791b535acf1b55fa6e4c450753934f1cd37ce04b379a35fa7a19ccbbf5a2e4a418e430ffa8160a8a12561cd4dfeee6fb4546ce521873ff55928e035de5ccd549cb225146d2585fc7ea0c120cdf2560eacd8d75e12a67fe20922b4457693642c02a0ab04af71f3a889825b4349af64e1e93cc4072f3b805b193b8c1b1f70f31befc4d18f1e1addfc3d9f4881e3207d1ac393afea5740db82379bb833937baad7aacd91687e62c78dd1fa4f88410b4c22b0a6e8c704a55d780bef34b59e5acb4fb01ece5bfa3b7fc9b34f74e6adac6c8b1fbc77f6b77ee65d7e85f8a655aca538a78dc15bb87c7a8bc6e69f2ac8d25ac949ac7377c1dac07daedbdc5003c7c56a2dae13f50cd85cbe488831694e9658c2cad538811a6f9fff7d72f4ad5e069e82f9168569b9e8510525ff2ee3e0343ed1955f16bd7fc9b547db9dae1a618eb8e1e66d7ba5bebd95821656e549cdd3e6aa7b0b0d5a22ce70f2f2f0289dbd3d39af44d33bf1b1d13fb3cab1de0013512bd3711e0c5dad8d29799a37e751bb492dfdb5293ae3b59e78308a525873b18faaac026deee2ebfcdc0b3bbe46cfbaf0fb1bf5be7b4d0da5cc95d50da87deef02e7884c85b68ebdd8bb1093add88fdd12811ba2a07b67e8290f970044f04390a59378035b6ade6e0691adc552819a421e86edfb6ddf576c7db0f7de5b9edecf83231e84b7a023ce6072e6c1ffc8809eaff5b2fadf0b6c8955436dba9877a4bb143b567f447a0ec4e5e5d9ffa643c7a67221a687ea8d247dab77445c10eafdc5d3faaf2844e3fe06610cbba7b346c188aa3fbcdde46fb42107c38f9183346e34b5bec1082e0c154b5748c09e2e3d78c1953bffe89b700ec76b21041258a0d884681b359af21b5bf6272181c530692489abdc43457cf2bddb29e784178ebf89e8975507c23c3d22842281fc8c00bf4e50f3d7be2e624961bf6cb3fe32c8880b40abed5c4a5ab433cb32c7e627d048bc613f8062db3fb230ee30d807406587b7152678eb9fc959b18ecf4dfa1de27a6a0e6674d8af2786a7e5a677c254f9cae808c0bb7edda0f8db5c68e86f02543253007fee88ccfbaccddfc95bff8f2f1c3d98a4cc15d2831ab0bf11e7274a219218b6f0cf058b5d722373b8d2b5b174e138bee8a53f3180b3d9c896efe65e71cf63b6f7be66cbcb747db93f55fe85e693cc9bef85df39ab340b6772db2cdfa960074e8ad9f3857cae75a8ac331e41bf27aa1a8aabf2d6ef4126a37cd775e338567e88fcd782ec45a217654f48d15ddedefa6a77f45d67023c1ef5245ab6d43edd0efe0ca85b7ebd7222917fd67841a42e9771a8fa4dc5490b98e9ed9142425b5a3e73877cf12b93cc0567ded57f4c71cc48ea445607d02d3b4e94f1884ad39eb4e1ac7bdf5e294477ed295337fcefd8eb67beb15fd49952752a2dbd6fc69adf32b60dc88aeb3725a80d5b33a75742fa6e699c779e5c84c5e784996b96faacc077914629c94656ebc2880cb8addf9a1741cfdb49180e08a87387ccde57b05dce26fbe90341ec29c53d78a3f3cb15b49f338732ee3479d4d0811c080b558051913bf1de148342ab3f24d93679b58861071d6dd6fee84ef69cc302fc48d82cc1d555d8c5536ffc8df31a901732b6ee6277f06cfcbc4617bc7078ffd683fbe27ea9ff9cedff6c3b919a287867726cde2e00dfd191d7dc8129d6b9f5bf169f95796acc33ffb14abafba247d6c646e85341e6bab9bf8d253fd99fa65176030b9af93009ee6ce9cc8c6b3c31e6b5d9d23441da7b08a61e5cf4143cd0638812e4ae6ee6de8d857519e65054a9003923ef880fb238a65d9d47841c0601b2d42c17e389fbb422e74355e3376db2626a6cabde41b116895d8271efcf3fe52bd90e3a5bfb9ff51cf131fa65e383a7df1060343b3e56b46530696de476bf4536bb426ee0a57e0263549d2b9def4d528721597cf4a5131b9c321c6605df084d2ca6cd3c5833ed693679763d1593c688a7e6a1b70137b6f7cf244bf1329b0676542b3b5cae625449d3f26cc3c18ee2921e2f64f928643240eace8696fb02c7e2f4f4f459603e9663127c076a7cec57a6bdf318b7b2cbb31e98c13cb5788ea56493006137b70e44863069db10fbcab5ed17eeffdaba75e7eddf1f6f2ebf637e8c3f582e24ffec4c2562e76ce57499dab42acd17171a272afbf03af3083a58f0cf47baa44c351f91db45f976918f7da20e33dbc1dd43bb0b92910909c8e2d1df60d0fd11aadb5e277789a4fae1dbeb3857f21d8d305691b089fd4b8813a29f3b286b2635aec7a207c143c793388a09a8e5ee8c2e3dcc5df49ca7638f9c0f36c6faee4af221baed996da172cf9d106af8ddbf6c48716b672f11b97fc8ed09bf5b238d6eb78a23e1518c2bd080d0c298d78edd8f850161db28d5e3966653e583b6d78acce5868712c39d8c9c6c131e3ee7833f6be502bdcc1031f1e9f1b403857fd15b7e630976347a98523181d5632f50860bc9cad17b873114559ad77991d5317f07a9d46a811608d006b24a5363b1be418c005cb1532c7970f8a2ebac5c4063c848dc77eda18f872c2dfb96c92e134fdd651b1205a3ef627f95b4846fbf28bfec8298f82b29ebe273ebc3ed29aa06a25b46a1dfa699c6de45a0ebb0edde493f6f4153d517ca6ca958eeee2bb7e6a497f58695491c66b1bbf3dc3c70e4cf4b77a45967efc7dd3367fb147091289f913bc9e73872781c638ff762e36eac0ec8774f967f1d59b326b62c8989a734dcb622f992e26a17573363584bcf7ac207a6042d99b0b772581e6c41878058e9bd56b8516961896e687a18b2e3b75f020e7a7dd73dbaebd470710bc6d2fe306b57fd33ff330cdf1e07b9cd12be2b337ca54e1b2951c407ce93845f69ed97ef4edf3267ab9ca4f0461ae6970c8a8f5ec19bd289c632a47617139ad2fa447006d81185f7379639f0115435c414dc41a5ce764eb5aca1efa0490bb9f003e3b3983ef9c075c703080f32602ebc75422fc5f213ab913ea22074181e4da45da8cc744ba389c86055186643143625d04fc35880e02e6c5d101230ed1c5ed4ab3a6983104f70e1a3dfca2063b13b5c63e897fb297f19e0f1f6fafbf1efd866ebf71fde50ddb3a9ef4307dd3beb849b4f2256e367fde58d1476ccbcf49adcc73ddfa1bbfc315017d9ab9c3dfba3a87cf94f35b741a231b25745c3237873d36cdfc7d3e13037721063cac8527473da67ead76fa0385c95c4067fa055f110a9a3fe8ebec22448c87e6d1188c76e49f08fc244fa2250b86c6b3d47a36268ea60abe13c3783852f48830199ce1c13eb82bc80db15f317eaf8395cd9f532e297ee9b7eb0b23c5994bbe5f3af862e9cbfd2da994d4795d1498911c7c7a11193377495e5bb228984ba8c2a10520bde7d1fa31b3c68e93fc9e1cc7d20f8c762786d8ee49f0f8e5e3b110ecf5172f1361b5edfcee83edce686ff7c25d303fd8ca43442d4118af79495f398496113f6fbce737b3b56034d849bc91adfe38438015a3d8166ba0f1ba34c6c66cb892a8771512a3718e30e2c4a570b13783e910205a2bd5dc2b6821a550d6c90bfe333fe9cc76ffbbec733dfdf3ce6e3c6e6d3ce0ae47dbc3ef73b4bde99de14d6cc849e59516618e9d986e7473c7dfbbfd3c7ba9a8457f1f2485f806b0afb0ca8d2286f175dae1a22f3ae8b81d78021f6022cc951ac0a0d5950c82ecd354d6a593a05a07979b2b522a86108d357fb8f767c69f4b3f615705fe37cf794a8c1b4b69bccf13c8ba4b96cf094dd96ba9c0aeb7f451b74de371b1d67b285adcbe0879778370183d423a38c85f67e29c95b4742597738217f649075fbd87f4b65d9fc4174bd61f4588a0ceae35bd80abea72d84e7deabf42bae6b1db45453fbdc2c79c5a8a00bbccd519d7dcfd8d160530a4993d4f607fea53665c514f0c5ccd549cb225947ab20e7f3b0c324be7d04623f90c8680301880490b260fec6b4ed6ee6fdb2b52936f50b62306b0655530405b928804880e213ef223cccbb96e9e844c418a6b7e733430f0dd75e4d959b5c1215e4b2b9f0ba6097a84bf9bc57edb9e70f0f967c16ed3646ce9b4a6423957378e2cd6947c68b3ccc3faaf90b1f55314fad3d37c4402d279bb77f0433decd65746f05a9aa7f8fa86e878f81d53226d87b04977787199bfd135173718eb329e0b83feebea98e86c74b913e34df8d164515455e2fc3fcd010f6d9a13022ca1e4da87d109ede3a5520166d2da7554d29e069e3c57783d67c79e361b2fc7cac3c6afd4a2108ddc16c41065435fb6473de0cc76af3b95ddce6dfbc17f77293fde2cfd3657531ea87fd69ff117e73ffdf7baf3d1f679f7dfb65f7f47f4778aa907f44a5449348daca7bb1358354c94568e9f55e5c064aed8e6cd79d40e8c96ec7cd8333b40d34f7c45c95ce84a9a0e261a48798dd7baf3eba089997ce44c743f31264760be378a27d9c5d17ce43141e523b57cfa1cb48ed48872ae24027dacd7730e4a7398d952bd15576efb44f53339850e24a013c3850a8d9c8e2cb5a9d85679f28e5071747c19f584e0c796ebf8d0478fb71f7ef5a5cdbf085c5dec081a764ebfebfa757fe1cc76e76bdaaa6ff0eb0f2cfcfa3b2ed61350f6d1a31058979e3198ad7740310cd5ab8cb9d6c9399c50eb57c76cc813e22abdac9caf669b9bbf11d0399a99f0fcb7375a48c7d5fcd5086ce2bcac1e5c22031b0dc76a4d0e3fc96dc5410c6139b1983180e0c1948c23c604f19df67ace4a997a9c7ec1bbc8e235b5d60d503e3cba414195c34b39044400321984b2eff5201964931744e2ab2eefc922bcde7d832e386c571a3367f377e300459b49d5c095df759343effc05c72f3bf8ab1ebfacafdef9a393eb88a4f05fba7cb411f3d4cf9a1f45bff4a167b6e7fc3caf5f4e2f923d3990b26ab5b413fc07865d72a486cbfd29befffa73ce6cdffa97cf6df7d447f075bc532f6e79de4b2f6cbff826be0b016f345dadd3fcf6a79edf9e20ddb7bb6a622eaad8fff8fb97b767ff8b0bdbf51f88567b81069ed94cba145f6e11f61a75667d6f343b66ba9f18ad71d4fd3372b07048fa4baf5ca7cd75a60b3f5cdd4f7d0edaa934c3aec024cdba6f28a22238622c14a61af16743446e92c63063833331e62a51b19c7e05c718f8dad9de45ad7e6cb607f9459f7ab47de2ed9bc560ffdcddfa4a8cb9cd31e30eff12c85def70b43d9abf8022ee44e9bad6521a9cc10d48ae28673db9dbd3737bd2fee87f845ef2f7f7f58affc39b13cc7df5c71e9efbd5e7b707de9d5ddf46fa133bffd5f9ed2b1e756e777312714ecfd2cf7dd0d9edfbbe8edf6f29d1ac867ea2a2b0bd7d0335bbfdcbf911ed1bcdb8aa809640307aa4285c234f570a1b61ddcbec9b3376c8fafba0add473b2ace016edecb569bff3631b0b678ed0ca4bac033c87808f1888ef4654e8a953f072012dad4c348fb7e6efd92404e89d97cdade3869b8fb7d7bc2d4fc230406932856b6668ff1afd45e41b6fa97dac1b3ffa9c9660faa65acb77e20ac40e9fe7e2399cc89f3adc25bb1ff369fb97041e62f8bb4e5ff8e0f99240743cf6e05f8a43cca7dff7cc7677bd16b6b5f8e6a90d5374644633c36eafd3e78e9935f58daac8b464e99129740917d7ae35b1b083e35e609d3e38bcf2e7fba015a4880872b0e303c6a101490b2ccd7056110ef0bad218d3f1c6cbeb1b931902f29410071f5c2cd9fcace64829941bbbafe2618e0f6aad647be64b2eead1910a0056c338adb93988cded4ec891ffd0c2e73ff742741263be3d4fe7308f754ee6e6769d6dbe9579f609e4f1f641fd71db8f353e70c3784a59e707b5bfb5c13ff51ffe484528f49efa9343cffe6b576d9fafbf0f75fdfb8fb7effa9717b6d7bded72fad161753ea927dad20575a9ee87b46fe6eeda4d61bc3b9c6df1e62066e4da275aed1cc2fa67f124c0c01b810e66aed334bdf27713c969126c155394c196cdf104f2285e520dbb6d204f1f9d6f78495c1aad95ec430c5175e397d6446325bfdc3c189aa3235a62c4d2fbf046a7624bff20000fe5aa1fb8494d9274f293dbf921bfc2803fd915403d7a7fc96f5cda7eff7dfb9700aef0ebde79797bc59bf2d552e7f891575eda2ef017cbae307ef4972f6e375f94931025fc075f73d5f6059f96dfcdfa64bdeee0797ff3aaed13f4cb84d640105a504fb1daa7d72c63f75e4bbcfdd0327184349e65d9d19a7b4608d7da3d7226630db3af7fab5368375b24f330ba691116890a704c66af29408be059b3cb08176be4c95e5ff121d1e26225e0d431f1ed16bb688efd55650a0a77f95554fcced6a0910b83b596c49a12e7ae8c88d4e160b73631c6578365b6bb3dc6377175c16208a8fa3bf6d6e622bde9966dfbebffe896eda99f7b76bbbfbeed3586a8defebee3eddfbcee92fee2df5440ff7fed772f6d5ff3fce3ed2f3fe2ccf609cbe7dd375f38f647c65f597e8c7b5e9f4e3fea53fd6df0417da7db1d6d4ffadc73db4fe83b1c8cba2f7db639d9ae8399c71cedc1d2f740cf68cb4d9ef8a59a4140fbe8ecea23bfbfcdc41d0d014473685d5bf7d90439eb16de8d0f791d1c69103489b49edcce65efe45f42f7cbd233f1cd2d76f990e73c15173096125e53d2259ad0ae87383771311a6ddcc20f816398525b85547e3227a6fbd851f0b5cfcbd32e70335a5b96db0d376ddb4fbc4637cb10b5cf01c4fc68aaa2dea63f52f6c2f7e8c36451768ce59b4718cd1744fb9f3ebae94626628e2ffb6cdda0afe2c3eca4e8fe8f5ccadaf74a6cad43201b0c9f314a98bec9595a1b9f3ce8b74b7008243eef79b1c8a180ce32ee7a8aad8243940d38e86c534076ec6dad190919651dc2018f1c1db4ccc5dea9934bd72e2ef9c34a102b37a0396cc08661d14a93cae290ea0e11fd6435c275b0aae22b870f1b7c4808705e0cb9115a790b48c8ad5e3b45e53075c3cb079e7ef56177160b21b1463e00a417c43685e7e2eed773bee6ba7ca434b02e0fd0cb1183037b80af98d1ff26276fe5a75598fd707eadca6678e967dd1988ed9e3a384e97e58ff129b8ac5013cd7bcf909905a610136d4d15374b998e8157e0b811bd0ecfc801d92943d44902c625abfd2b9708784308f22212ccf2f006cdb1a556ef8c133439f06b388f8dda301757eb67bbf6a2e86d84151f395cbbf6c1b77e0ca70c4835c0c2e1b495dbf5e1c3831cd9bb170e0448ac0676de0a6abb5d725b33a1c459e4b6bdfeed273fc7e55383abf97b3305ccd4394330b892d6a4cedcfa092b11d1efacd6833862199d035158a21ec77cf8bf42ece6db0371f001b16e80968c90b1227d27549045111c82882e327c8b1db407e62b8ce429bc63525ab3b7aeeab70b5ed2944e4593a3d2777366cad68ffc3e98cea0e84e2f1fcbde661162dbb46c7ceaae0c4db0fb91cd921dde22453b1cec5ba767d92c7f2407bf806a3df30fef8efb10fea11b61dd0f38fc932f07537f5039e78e2d75c02d2cf67d7ee1fcae4ba5692ea2bb3ed2f5087e6ac79ed7833a2a425ceb0e2440b93a936b500c093bd1a425584e73e4c0271c905ca50afbe446cec1304ddd40c204977fe248300a0eada59bcfb9c305061ba6ceab850d032f5f5712adf1732884620b3e9cd90413afae0a0a07c9826f10f607dd3dccc530a60fea7fa2230eaf1f2dd6607c55a766d74294f90135677ad41c839c45717b091726e3b7ed4def383ef155ff9bffe078e38baad6ee5cc5036ce0655bd2db8e979ec2cfdbe0704dadbff2cb99fb07f2f0f62ce418f9320e0bd9199a5228d70296cd026ce522636152307861cae6c31f38e2173eb6140184c7ad8ca014a022c79a78e17260a69a0cc5476c965a69c17e32c43bf126734413b5feb1df79b529fd7c609cf5c7ee4c3ebd2840c0d77e617dcbb9096b7e977e51cff8daf77a6a8593f277964457aff137ae335221f61eaedf9aaa0fc2befb4397b7e7fcab0bdb4ddc901ad7bffff2f69d3fa9bf9e96e0867a5ef3bb7be46e7e7aa1a8b6a3346a2b4093fb19a68ad366a79f98503a3db1c2b96b80d36492647da4ce6333b102d300a08c3c63b3ec18c464edd8910c8c091cce92c710ccfe0a63e65f83b46e7c15188d89a96c615cf48f66f890a6fe7d8ed8a37ff241e6385a8bb979177b7864709715c4b7c234f123d26f7cdcd9edaf3e6aff132d457abc46ff8b49f7dfc7da78e75afaa94f17a92d17a6544a0b1a3fdc951e013e4f1c68662e9c756af7925fbdb8fde2eb2f6d77bff3b6fda1be59ef6fe109efb170e716acf465772f1438f32bdb4efff41df7a7bbdc57605a87b92ccffd725565c3e01b1448f3f61a1693c006a1026806bcfd57936d3030b11c92f100ba2180d219ac1956613d275c1dc23c8bf54e976eb884abd06fd07ffec5af64dce9eac304c4df8651f550eb9fc638af7bf26e77bcb2365e65f4d2ffd8df73541cbdf2f778d36bfafff0fb6ddb8f3fe37643de2f28fe993f718bfb8c6eda3f7b5d61b6cd33711feb9c12519a7c46471bdf73bd5eff1f40fad0cde87ba26fece2eec961390f4cb93fb4b7bd6af13d5378e7c74955cc7ae83dfab1263df8b661d5eb41e529e700c434ae065731577a3d67d138d14c178a919c3cc543a08be150ae34864fc1e03c1debff54dab67ff4b473db17f35fb8fc191e3ffbfacbdbefbe67f9d122ada02f9a78a267755060f5a43f02b1253e2398e0db565ee3b46ebc9a4934e7c1680cb36f21d9e3b1dbb0dc386b0e9e488d871b300c35ca0763ce3df9460e013ac4286f1a9f3c3ee1008a1bfb489a35db3484988a6e6685e0eb37a4ed448742fe8ce6e91ca0af38c8851e5df20cddb6ab3e4e6ece3fd0e77bdffb7317dc372a7417aade1ce695fb82c73dd66217553747df0cf0ba81ee61452a667cb4233b1cba9cd58b4f9acb78dbc3c0d5d4c5435ce700d548df1bdc17be37ca0e467bfbe0d183d13958b7ad6326be3e070d806b82a1769e425a10778ade878884dbc687426b6a3cd5c8d0cf41e311ca8d66396c8a1cd22b8d220d3e1f397fe8e3e023e7f51fb8bc3de34517fc939c6ae0f6fae75e73a52eecec4fd04f7a789c36bef725b76cffdc3fa6ec8f58dd6345772f75367d73c1f1f90f3eb37dc7d3aedaeea397f0fdba3e1f7ef64fdeb2fdd11f13ce5981d3c307904dee8d79c371c63ed385df91b567edc15eef756b944d13761b312559e720f1f837120d5d8ec34a546ea8f8727342c45e014344a28c072c3b391935791ecf90a0177c624fbb9a479c1f2fffacff925ee0f174fd8cfdf7f50549fad71d3eadfa3f998d5ed37e46f77a655fcf8f93f904fdf7e7dffb37afdeee77b733fec3bd7fe1d3cf6ecffa6abd6694f30b4dceb148572edce326ae5838b1c52e06e1fa3e2084fc43dfc077264760754cf4f3b586038b489fb49b91244362092193ec3d1c61ee7e4696df84bbd09d60732094544b8ee6ddcda453ecb9b3c77f663fe7e4b0def3c7c7dbabf50afd9ff90f97b637bc63f99cb33a40cc7f8e919ed67999301d0e7fce89d3e7283980477ecad9ed8ecbafb50079943ea29ed5a75197763f05f541f8c601675678fafcb0f94ce34bbeaac9dfcd70b0a0b1f9b651aedc84d10217fee62192387f9164802d55d04c1d90021926f1ad5bc552a905cb3992cbe718436c1e85c4e4c4f53c29cbe99305eaf7833ed61744afd23f4ddfa9cfe7f8750c3048c92168ad37c6d4903d6637a874571881803c819b4dc561034027a96c5d7a618a40a1fc5ac987f4ba4efe43b2426bee551da649fff35c9a79e658f593a3b5653ebc3989e0d5f7b73bbf6d37f40deafe4cc6ea9e225975c699070ef71e9fb14138b24da065ee3382c7e714a07693d7ffcb471b30f781182496f52e6fd2bed3c9d2b616663c7627c921e0f32018319ac96951d15f01fbe9dc6df882e8556fb9b47deb8bf53a48bff44c78e7289e6e025a4eb1476b35aa53a387d8dd4dd87c7b7bebdfdfe810cc414fdd6e99d3157739f597267af1d9cfd44b9718073a01fb7c64871934bfbaf125fa25be1efff38fddbcfdb27f3f4916f01dc80cda2985d7bed7d8c3d82c73b6dddfee0a5114cb2f823eb7d604caeb4aea9eda266ce0dd4a42150b8d78dc5f2ccd592ca53f3afda3ce38488e8f5d5926090ea8616faf6d65c2ac11bc6c6227c1b8b9e3d635f646cd4c2360b7b82d1f39bff5c517fdd231276f9dc974a03fd45d1bcd73399d112c6532d0efa923dab1c7b4d798be94d1f8b6019761d69ba0a145ee3c592a50fbb3d2f010fd351422e7a16fdb35fae8f64507bfdaf1267ddab0c3d37cb2551dc177b6e49ec52af460ccc8acc0873181cdb0c2dcfac3b80ac4b7c76b375b1a1a05250fba31e9a285bf480a01d6a046b13864b34cd6bcdb66860ef76c4be08a29aa81671f6717cb3e5cf25d61dcdaf739f967fd5b5e7c211f39e14e556e84cbd8f14bddd096665b223072db474c7cd1c6d6510a88cfa18ec9bf02b883378179bc2fca150ee7c4879b8f548def27337b6ec2efffbaf3db8bbef9aaed61fae5396c05dfbe58ff3bc935e73bcbb6bdfdbd97fd5577a2163d02a03f39a2b704884f78c9b9e5822d272e17f372d0e0c581b6f4021c9a3337d039422993160cf12bd4339671d6d81cd201e16efdf21a63b008fc6211ceb60bc19f660952878e8d012f4423990cc460478cc39909d68847f1d9dabee25927a6026ee3947fd62ffa15e5cee502d2b8342b0aa6fe5250daac157d84b5d82a2053549da60ddb1dafd6efef7cd5f9ed157fefeaed47bffeaaeda1717de6680000328849444154f71549a7a81ca61edcb33034d13f78c2afa0d24fd45dee70bcfd5fdf78f5f638fd553d6ec4e7ff77576ff7bf5b22afd17797bee94bf7df62fa39bdb2de03e16234b7f8e65bdc2d855d9fdf75fa6b7efcbf50eb78ab7e95e466ddb8d11f166a1bf8d20f66cde1be99a8f8aaac8183a15395d6be77e019f79f8982c2ee5f53ec860da12610849977cde3b0bd5624c9cac7921e7bf4ac38ec02fb4132003b2ef68932f4b65ce6e79ce186de390aec3c3696dd7ef445185b2fcb3ed2cb48043e34ba76388b3fdef89efd15e7b7a77ece59ff4af0e7e957915ff037aed24d1bacab14c678e64a105db187cb4164c0e809fbc3ee7776fb0c7dd4ec7157fda8f447fe7bbe1574b4fdad27eb578def39be33e81779f0b374b2203cfa7393463f75e0ae8f7a902694d5f607fad5911ffc3717c64dfa01fde9c9e7fc143f4605a2abdfbd93c58dd971750e733a221a420049f1e01b25c10757f9d86a33dc39008cb2eadb4c5c66c36cd785f0b2c365b1455cf66ebcb6f3c041d10cab29b1e21ab1ce1431bec2fb2718afd2af02e70ba215149de448c350bfeac7ae7874ad3087243ff1c4b44ee3f343e51427276fd8cfeabb0a8f3ff81c909fb77fce03cf6cafe2cf3992c74d4e367381976de9bd944463c4658dfe5fd1abdcffe14f6fdbfff655f3ff68bc97fe2adf8f7dcbd51b37eb3afe997e35e37dfe7ba6b25b63bc537f72c697fa978a9dfac7f58b74bff01f2eea77edcf6cbff3ce4bdb4dbc98a9ce0f897edd85b8bd967dedb1bb1297134f1fbd2c2da368abb2dd5544f2e8abc5140a3f7810fa3ea8c3bd6db3674748c222a037ab9043780ea7e4e92bc13e58b09d74e0978253ce95affd39a77f510c51c85ff0b37c38e4e79d9b4cef5db0d7639306c8ed411ff3420de6b6e2ca8d8966de6eaf8f94e7ebcfcae0ed7117fd6e8f3be903c10a872cc2b5ce586233ceb1589323986dfb57ffef25fd537f61fb9627e893d11a8737e7efe973cf1f7d051f3d9d75e4701f86fea50e2d931f49b95953f3b6bd4f3f397aff1feb0b2d71455270f3e68ce61d5ea6f5ac5131fc2d9ad95ae265d9bd40a7b51a35ed862c97fa2249c826f2dcc93513ec91d5d82bcea18672a9b0e2b1789946bc2a1f6b420bb7b315c5e1c4cdc957ebf92d46bca0c89f46fb86afbc8d4df37a17c42e97e281f81e66613cb41422ad7d7aa6509e43fd937ab7b296304c3b794ec38f9ca4252f5565fce82b2ffaa3696d7713b1ffeb8fdfbc7db4ffb084f6d8e8b07928d4fa276ccdefee91af938107a247f3ac370fcef403bef2008083a1892529b1387dd9b32b5469ea3c89063ff53b171c15ebdf8bef0d00af67de4a17125dc369311ca22d915c62c3a500de6d43b53709b623020a5ef6d3a7fcb3ae6f25f1fbde950372dac41ba69d7ed9485117761ed1526681c0a09fa3691e07ba287225161feb8177d0c98ba5296ed44f48e521c76dfdfb9cf7d13fe75ffd0567b79ffab6abb7c73c647eaf73cd488eefd38f289ffaf9e7b6bbe8c795bbfa53d4a9fa29c963e8ccd6780a18f68a5cf6533fd5a8ceeeac63c263bc96ee854df436c3fdab1cc6bbcfe9eda17ee375613e57a7e48490f06652ad7b1e592a99f7023b51d948127c8bafc691c5033638f3cf3ed91bcf5f9bbb8b7e27fb70ecfe5977e3a3a919c9379a8b2873568c829c91598bc495cdcd213c7ac83b798889c6ae091e1e0cfeb0d869839f16b923fe06773d71e0e91cc0bc76946a97b0d2d6f6a7e877e0bf939f85df8671dfbb9ed9fe77fd55904d8f17bfe6e2f63dff5a5f7a8b3fec10d01b4ce9c7094a4215f3b0079cddfece579edfee7ff733db6b7ffbd2f67dfff2e6ed8ff99f9ee112c1c0874c987407ecd49ffe40c9bf486e2f9baa1fc3bebff80abff428b9a65e78f29745149cdb2589fa0a0d83de32984d622565a7103d9818c8f760df466c5a373e0115a9b897bca15f6e1d0fd7f9cf7ad9cca5862ddf16d9f3958049e155a951fe38d0df6bb7da7b6c0778b6b205af6bb93fa2bfedc44be50ec75bde0547acc1d4a6038bdff9652337716bdadf7df7495ee017f433d39fd157ebefd4aba04e1b77e6f5cc22ea8c66464e1be20eb48ce4e60f35fc80bea5f588079eddeea22fc09ea03fdaf01d5fa34fb27b0c82dca89857fdd9cb7622de9eb6569d44158f96a97ef2edc42e707f53ad83c3c8cda6835105d8291b9d69fa240e215607c65f3f1e4b7cecfa01b942e08bb8e65949bffbe597f4ffb31f6f7fe3d1f96358ff5abf82f07fbcf272fd8428aa06de04bab8795148846b501eccce3f13c9900ae5aa67721a833574358375bda91fd6bc403b7ba714c773f5f79ebeffe9e7c75f917b91be9a7edb7ba9135de12846ef7db10f05b0ca2232f73826dbafd34dcee795fda713f95b4a2f532f5ef8b28bdb1f7e00fbb67db3be707ada179eddae3afc424d647fd2bfcff9c807e9538483ef0c3c46df7f3dab3e5eea9eb9e89c1f8dedb6b67edc6dcb474917e72a5d279519971d35bbaf65f3df9eb569eaa78790129a57d4d7c13a0e5f3593c36a1b4268741a5f0cf66aad621cab25588b00409886a5852086b2b79fed0b5f7d590ffeccaa2b7051215af0048adccd31930cb611ce22b149e8edb8b4df7881461e224c132ed72e09c9b11e48a850f72bbf73797bcaf7dfbc7dd6279fd1f7122f6fd7bd0b8ecaefe25b636731a1f3c03ff403e101a9665e41f486dfbbec5713fd82fe36d32bde7069fb909eb86611ff47f52da0e7bde4c2f663afbc4537e9f9ed710f3fbb5dabffe0c183fc7a4ffa831cc54f005cceafc03b1dfc551178f80ec5edf50aa70f2bef6e2cfc556ab4b321a9c3b990213952182cf88bcfb1b506d4cbb9085d875ffbddb7e85b740b413bcaa429033b9bf6b3aca46ea01d0b4f051b2f4ce045a04d524e6bf326595dc5ef62cbe93c5de852f4eed081867668355be50c55052cfa7982591d71957e4c846b0c7bc1d3f4aabe70cde368f357cdc6678dd9ab9abbfdd87a4dbe2adb4b72e59c30cf1b8dbfb1c447dc0fdf84288de2cca6aee5829fd137e813f53f9c7ce7d72effa4c7bd3dfeefddb8ddf851450fa1718cb3a81c79a2290ee2ca91457ad2fdb10d8c8a5bef99e0855d8b5eb4b2f47f8518108208d643c3bdcd7290da5f8e684748279df3207032d96508ad56b6357f0a717ea75f9c3b018597ad225068636a9b375724cb5781ce2b5c66f2e22059e6d69fb97586a5523897f1ac8cb34997a9df3a04689ef0179f5281070bbcb9c0b0695bfb9da3f238d6ebf4175fdb982fea8bb60feb8b4c2be93cb2ef07b52a0f0fe3496ad3e99704c6c7a76d151b5dab7ef910b1d3443c75ce04bddce11b43961990da941034d4f936d3129496c759b9533c3135b00fd55a795f09e3934ddd0f7e0a356cb98c58228d9fd983ef9b1e10d1edd752b4de79eebd668fc49d96bf73129675f4e5e0a6d53e5dd2bb899a0a72a37475135fbcbefbc07784eca2194c8b6eb212d5dc53fdc483c31e7c5d9d2344bb3c10f670fe957138f47de55eefe74b7c2d56faa32cba8749ee5196cbe383103a5a5d2bd55e815863d12a21aeb7e39dbd78f0371afb3912756266172a63b73fa599a254e5a6c16e51c61ba8a07943e539d07adadf3cc99922ebd98f328d6eb47d43db95f00ae898c0bda729f90f059abbf356b0fca7ebb700072bd2a369c993ae6039debefe71e7f4670ecf6e1fd49f8f79c1cb2f6e6fd45fe4f048510a31c00d700fd1a400f3d5c2a1baf89f6ec0a69e3803505a76e27b4d70ceaa6c4e9e0b76e7ac8c512c5fd9bb8edfb9fee41dfa0efd848acf7539dd169cfb22dc91529aa94341e9656544e4d0591811ac5a5d87a1c4763039b35d75e64fdf8427b15afba397a247e3ca0f851b642aef6a3509e2c797873d88a881bd4127621ce70885904b6ba03b7cfc6e42717a22a6d30867ee16331c23b521c5b4b28c00e3db03af0cd6a4e537fea573dbb77ed9f9ed21fa93da5fa03fc3fd8fbfe1aaed1e77227f053a3cfae1e927dd2e5f6bb5d28a69bc751fe253d310b8d4a414bbdd8ccc2a37ec44b68edfd39f6afca72fd72fc5d7b8519fc77ecf8b6f2e458aaf4064b16c9c5987fe022ba89f18c129ba083a7f225b5de1c41adef9046e0b735ebb5502ba3f2da8cb26304dce6c0204b5680367c2c68daea1a0c8cdad7d20f54c5f8c2354e0c14f098e6102a39974a53b9bc4705313d351c4bab5e03582ef7aaae9e5331f34c439b8fc4e8825b8277ff6fe273c7c91f2b4479fd747527e8db8f0cd691479852e27b3ddbaf493308752aa0b6b0dc677df2127e6507fd751c934317266e46d7c12f79e9817fcec85ed65afbbb8dd4fdfa87fe3dbf5edbe0f235243c967fe70b5d61459010b774e2cd889465be7c757ac4d5ea68e194d921d01a7fe7ff125d1c4d03717f641546bf6580932ce0d9489618366135424a11583c5217562ec7c6bb1075e73118c1cd44884dd0985d4864c952bece6ea8b7374fe95c01a8b06eee607583e9668bae5e4bf8cdb7ffbc567b707e82571fdd408beea0307b874fb7babc585d903e18a726f9463bec5dd65b29b375e7cabad73ccfc5a555e478b7be02bcbdbf4fdd77fa76f697df0c3660aa960b4079e61e83e94567a819f6bead62e076048bc2c1b6873b670f3908947d79dd058e1d7e7a00113ece16823c6e771d8934c32289660e390456c923823761b7130d89454bbf21120ae3ece09706469728e729113ad666b8d26a98bfc2ec1d29ca874e2af8f3a9ad3089b642ef29123f698270666deb0a3e0e53acc07df7bbe2e930cbcb8f87bbff6aaede93f788bbef80821df380773d73b6cdb23f43d53fee8440ffe33037ec3933f3be31e0dfda9f341f73cda3ee55ec9415d3cf8e35ed75d2f5dae31f2b14b927e2dfb68fb4cbde4ef13fb1bef4acc7fc4f086dfd37f58e6275481cc951b6aed053ce9603443cb488c3c04b82c2e70f1de67c95ca3c539dc41760c7cc1834f5dce31198c8c9f7fe20518605c2acc3760c9850221193e26535912ddd7189ad82f7c119d834da062f9b6c56ea44872909bd18df2dc3f4440d78a63b3c427f58217cea3c47533538bc1d64a4ceb371d796c48366b906d7d3de7cffcfa25fd9f44e7fcbbe449922bffcdcba31e74b4bdf62d955be6c73decccf6dcffe6aaf1d3a1359e1f5d7ed33fbe59dfec572e7294f3dbbff2aaed695fb47fe57ce3feed1b2f6e7f577ff4c1f105b8cb1db7ed879f71cdf6a9f7d93f69c0f00af96ffbe19bf497eca833373ff69ce4b19e047a21b4f2f14ffcafeab5a83ff8ffdce22f925a4b7ac1ae4f8595b76e7ff735671154753708ce01735c2083c7543527870d89a3ff0230e99f78ad19354f41215e05e406ea22eb20c12a14b81f5c1631b9e163ea1bb02acb8d005e83f29bc3d14eafecc50d256b0f6f8249565d050e871604560c6b3363f27a128ddae5ebdca3595d04180235077fb4bd57bfe7fe7fbfba7e71a724f574cdc16b3d9ef5574fbf3989e7051f7febc90138876cfc875b57ba39c13cee11e7b62f7b647d6445b4c6d77fe9f9536f4e7cd7ea49f36cbe193ff4a70fba6ed7e873e7e77ff335db173cf4dc767ffd2f1f5ff5d8f3dbdf965e5a378670e9ceacdfe7e89ee5cc886dfdac8de7e29c5834bcafa50382e9b389470555afbd57dcf8958fa1aa0475c2ea8181630d5ae03e7043922142b426363ab4d282fd528ebd136fb242696265a1597b8f6d6e49cebb5f3d9386259b8d64f2dd57360960bfc79bc28cc61777af77d1e439c0ffc04b2f6eaffaadfd27a37ccbe957f5aa7f06b9eea68f6c872f34b673b95c7b6f45ba963c91c68f2e9798c3e5b5fa48999ae3617f6be373f59d863b8e578ba5327af7b0071c6df7d22be9d7f1258fd40bdc6470afdc3eafb4d7ec9ec6973e557f17fde3ac9758f86b3bb857fdbe41382302c5c55c2a7583f606c5accda435efb6299cb9fc7124ce848d01ae47dbe072b2361c70208037ccc969806df0984cd709b73166817cc3c8a9db74f0804a27144bb81e2e94edd05f76619b1bae6ed8a81faeca438ef97a481c1afa54e5dbf567107feadf5ff4e786afd5efe77fc30b6fde3ea2ef219297f4efd7af63f0d1f6d6c66fe917d7d6faaffbc35b8f87ebba3f5831dbf6dbe2b8b5c15f4cfe283f0a3535d5a42f8737271c77d0cfe1f9ad818cba69b4497fc261bcef131fc04e7f7a6900ed6b9ae07b5b7d6de73c238e4f6731e2f8085ac34d1210210628ac6d09c971c6270bb10d6655a78dcd4b9bfad3018c8d1fa0e4c22e2ea334257f4c20ec327cc117d7d40a7df1947ed4b9d822089a2c5961aeac16643c168c8ac14f6ce7881f5b06fc37ea66fcee9fb9b0fd95efb979fba61fb965fbdd77179ea0c23f4b7fb1981f459e36deae3fbdf8033fab4f152a96f90dfa56cf8b5e31ff87bb43dccffddac5ed97f40a2762b990ea9fe8db5b6ffefdfd47f315f7a25f9c7f7565e9c0a8658d657d86bbc2fcf3fca8bf6bcfac80eef598c145133c3e26f3ccacb6c354faf1b0ecfe77bfcda3b0a34f7b8e5ee0e8415ac8939e803920e4c03d5574e293a822c154215edaecf4052c024dcea3a0f286a0521673947440f9a24be84e8fae4adf13dc7da3c7a68816b4e4c0371a92cda23fbdf08d4e06f0cb385d7fc4769f2c51a63be80fd77dba5e757435bfcf5e3c1fd61f12e1235fffb8d1b1e267869bffa6f093f5953c3f49c176591f24f95f8eafff23ff1cd2362b2a3efed0c383f4e9c2ddea7f46beaffef3af07eabb00af7beba5edd56fcc1f765873dceb2e67b6afd3177a7fed2fcedf7beaf2bee4efdeb8dde0573309217e6e9eee53f7b56d7d80fdb510393cd20ae1a3bffb38f0aa60d5dfb0e093179bbe54d426ef22c32d2a9396f136bc9e132290dc35605b0ca6a8c05545265076e4f95672980fbcbe62777ec7158174b135423c2cba61a18bdf765dec8be3d4d7739a4b1c501532fccd2d8eb6c3e984f679935889343e268242a87d6b8bf178fbc84d47db6fbc9dc0033c59fcdd068bddbd9ef3bdfa45363e3d702f4254f0284b8de082e598deaaef67f2557b0671974a0bd2148766391fab97e93d47bf6fcf1749a70e92a24d572b362e3b68f0758d1febf59cdc0be11250cbb0b24c8fdb0bab87733bab6375836aa31bc044104881451098b80835b0490e666de3ee83458cc91ce8d29a4fe4290e57e5707892119b842ce600e3015e6f5da86da609970fa2f888349f8206bcd66db7064535bff1b52747e24ce850fc433f927810c4acd1f189c9ce8e12b0c3cb81199d89d11ac8618ec15f872a507492b67ab1f0c3d5f59837066b84ff99fab5922bde9c8a75d5e66bfd9a8bdf027b8dee92be2c4e84a43fbec326b70b6d75b37ec02e573978ab2f9210455f4ac822ce3c85efe38236fc71188bcd2c78358a0b5ba44d7ee289eee21a17bb5cd08e4d2f1465cec5558d1a115af860646f9b17433f790b4f40d5995854d48d6abcc92abaea5c9bd1f0e6db452a471a644eb93c5a7fedac95dc5dbf1691b4e85f538eb8100c7c6dcd44fde3c921d925c321e4e7db60f7d03fefb736dcfe4a9c9c4bfdee5934b374efd624b2b57df018ce5f097174b4e83a9f44d30e38fa09e0fba0022570ce66204b113385a26d1111999548017d2392c40f132591f1246f1b2b19a9ad0501cb009f55e33227d64007a33eba33dbd324e6304e64991baf10f3838acd3a1c079f8de6e9bc1d87afb97c2edab46dd6a1209354acd7d1d931f8c333f5a3c9799c79bd202892832729b144b31697c5c0195fe7f7a76d81cb9457e5bfed5dfd6980694f5e14476c8f5edae6bcf2c848768f1950b69c73fbfbd43d3bb66bae1acad674d48609fcf808da099b948259af4207412d462c916204119b66e32324e178daafa505808b90313b3871200ef387df41954b041517df72d5d2b557247153411a1c74f234b7671ff83e3fa68e197a8b80a9b9a7fa8907873df8ba3a8790daae75c68b5a8d3a3c6c3b3b0296b1c33bb8a313b79abe4bbf537f53ff4efdc23196fe9cdf08e7cfaad417ad59ab47c6c56091b34e797c5f84795f3d36c8aa8e1c942c7a93b9a9fd5f218e9d9c2e541866a02dce9be2626dea8a23552cc191d478c439992e165004e06d222ee84a04d4b199faa6275bec0554b8b43a0f5c5d7ac508dce9401a6d1bac8cf0a6d63587455508002d65f24727e3e36a7b7280af1c2c307672cf34dc0e99e5eb182d923fa6c1610a388a4b7141435bba5701650b3e9c4ecb050e8df43ab2887b937e3eff77f4e34fff8f728e98176edc1bfc6d31f021407f7a9d5a31c3637fc5b0b54ec3b8e0d6c5fa1dbdd3efaaf0135223f8ba278cf73ff1edd62c807ba925c1a18d5d570fdbca7122a6041188803e581712b8ed5e4ac0e0c7b08a950873b798a58a15b3ae8b7e901adf469a208335d91664b22428374b053a3cfa894ca307750132b57587b7ee437c674beeddc990a3e934cfc8ace006d5c89e17485a7c185781b4768f3fda7e4dff77fc337fe4e613ff15e26bf437f4d37621aaff9d3ff95a5d67ef3db770e749e2e1295d13c16a56ec386d4fe8144d3e5bc63346c8bdc5ccc3a6c43409f39064638b2a8c6c7db02608dc3622d93657b4ca2a4352e559143c91f16951f8f991a2e3f1c1e37d96e63737469279ea8f02a89ff9f2516ec197fed658f0e41849843737b8187d25b8f1ce511f2d2320b1c869bdcb4c480feaf7cda124e985d865cb814290e13a70791b1d6c90d13982cf3e528fb77fffa68bdbb73cffa68d57d6f362e57ffbfa8bdbf7f15f211ad704a90dae511b798adb4bfba28dfd7002426fe9073feb70a02faddf9b921f87b00ff9ae5b5c470a9fa0b142488dc6ba6991ebab4310a2b71c7a89e5f4c21ecde28103930fb689216863fb4c4a008bc9e31cce85197bc58cf8e4c0ea31ece149fe3ae48e616e9d5a1293b4336ff2c4e7fad702a01efa73201d5f443bfef699a2f41df614091e07fa638bb19f14e470fa82f434ea9061ef073fd1e839eddce6791ee0039f7d32ff61dd4baf14197e94cd9e4e0557d6af3f26883a0e0cacafa89d0f6f922ca1cbe10a47e1b94040dc14607b71f54728b6e3603a8f81918b8fc3e2e1e198993337475cc9ab800a054b05408db72bcee88a3d991c5439660c3ee3f158077369ce52fa11591b431340eefe6811fdb33fc979c0656cd9e85cebc754227c3e4e464e01f468aece617de46e0fbcf548ccd41f47f4770e6c68f7c80178e9dcc583b98c24320d7218f0b4a6b260b4dcdedb6fae02812b91f034bde32b0ebb5fcd34fadda415cd3489bd391002dd1487d03424046e5867962f7c60346cb792b16cfc0e579da1186b996052fbd1cda320374bdc1deb195da46c2d3b0e7b6c99f94bde8281fb10de0db6871cf598fab5dae9771a58c345ea997ec15744d7418c4673795d6ad0d523f9ada64dc110a4f7d6cfdcbda8ce4487e3724e10cc3ab459f2184f40d73bc8c84360326186c3260b28bbade1c4176bf60eb6213daacf411384ddb916317de098587b30ebfdb061c627c07e8a6f01c107ee62c15b5ae47531b6157fe2eac624a5ec8ec6afd17db116f6b6e96a776210609d9a83c76fb21d01798d87781d0ac5cee8fcee83ed13d1bdd8ebaf3c06272d08e3351fea27133cf879731d682570e86f7cea6a6deb2cc41ce05dc1ac7fd53f70434cd2766ec36183a688db86d6d44b00436ca5d55bc5932bfd97a5806bfd9ddff1bec8e23c49e6dfeaec844dca0c302101b0b7189ce57572ed5230d144650c51bdd73cbdda282979fd2203162dc2730eaa1530a71945c6b483903b6314bf66238f9bd95123b840a40f4733596b6f14e5faeb107328382b40d8f42237570557924c6b7eb8d2b30a01af65dbe1778ec11ffdc5547126894960e4fbde289ea9dfabf00dfd5def49fda404e1f32b2e9214343eed77faad536744a08418efeb625b725798625969209e75086c4a8ffb1bf55d5989730417921994b589ec2471ded29811646b1227fbf010c86032aff072723430b53b0915e438343b48fec21707d8e6a699ddb034b6622b0f390e5fcf19f5d1d38701b5392b3d22d85b0af9fd204a6b3746deca8115bbb90cf056786208cb4d586189f306aaf084b63316de7956fde1312ff896d26b4ce4f7887e96e90f42fc5ef9a36dd61ffdc6a3b779c08c4dd63bcca831b50c180beb2f7c3ba6d962c24512859b2b81545a3f94b5873a882164040f6195c83efc1af8467387c834857adceae4aa8614f722ba1b3d78e0d41be2b075fecedbf1f00fadd2b2164996e40f1e4cfc951fedbca1b1449a1fc226c5679ed413fc54a1481ae01830d6653c1706fa0929bc2c8d2e7762bc41476ab628224bdcc0cb1f7ccfca435e8ccc997636aca37f039f580796fee448cfc89b3c931b899d75ac5d261774131b05cd651e9b1c383883d71573e029d5119c097d13503e72fa8ba4114c536af4aac59a45007f24aa98e4efc89e9b21f3c467ef86552802b29761c9ed486246b32218bbe335c33bf23b16a71e1ac9599b9806ffc4a7e5fbb4c104dfc0da7520f3d0153d5d43673473c29a6496573c614dfdc12bd4044bf6ced97d2264e013c7b6f3ce24a41dd6d9a7e6912bd54fbe3d76070f5e7c644cfebe8965b180dc58a45cd40f09c1f579a1ad463bb4b5da455783eb2368c07de72262240209b09e214c39001c5d66560e21dc89b4f0d066d9c3135de0c17191cdf664757e96b2c1058196e661e765e043819104c91efdb6046341b51f7805ca34ad38b2dbd56fc2ce9a18b4760e20ee8d16cdd5fa8b0ef0a27fd64f3cbb469a07ad2ebaecd4a9bd7d8ed745a373b0eebc1d33f17835c03baafab8e8c76cfca29f9287dd9be864191ed5afb791d7567928b8f492d6b1da534ef7a231e11a51e68afe0204ddffc487a40f26c464ca80149f930be8b55d6d8bdf4264b718e093a2f031a4b821d57170267f0a854b060b2795f79aa32533f64e127d39000a25072359748540efd4c6d2764278306a8d3d3132b4cf7ef6d1139d186dca65f00b4ffee21b1ce65af07562ad33fad09ffa937c11b0f0ef389d08212d26fac38742c6ac7fac6d17c8386d9a87689a30ec0eb47fa7351d6c6700700cfd504012be92effdc8657762fafcd1c71b31bcf923680e25ae304c561fd6481420f144973984b1d8637b82166b359e1a1265112c7b4f63c68dd6313853c38c6b909bea72cc62adee043782c96c6f82f10c05af61b8e6911f1b0e8dc4e26b6fd93a40f6be51474ca71471a3c661c339ac4e31f0d9710d67782123e7e2d5a6d3631e7123c456c774adc919946d55347696a65f93c8d67650c190e0ffdfeb39bb7ef23817545a59a9b5c48aa5acd29f272a85d4b799a2b4ef782bac42cc17b795233a234604f4414d887c15e8f472644eaca596384475a33145ee2e8536f3c089f5f05425c18f0ec7a5f1ae41819d9719ec9ac3cd035779671d32601c78d6d1d931f8cd5d762b691e23d74bb8b8064f5218618880dd0d95c010f06b38811b1b5c5cc640d15a3c878f3c3d7a699bf32e1882668015911034d48cbe2f3c3bf6ff6beffc7935adaa283ef7ce0d8e4a484c8831686ce8ece9b5d5c4cecaef6226105b3f030d951db509962476fea1b02668ad128544aeebb7d65ee79ce71d262426769ecbfb9c73f65e6bedb5cf79e60e0c03d33b9b1e2616b409965cfca54f2ebeacaf0b88fdc492c33fb0c4e63b28410e3c04973539465218a9e663c23be99041d433ebc1b16f21879de9aaf8180117fef1d4323e1383b91d041f76ea14e5d96fdfb53ea16296df1160aa76e620eb9f1df144e7e91a626a5b5c3cf29ce1064ec595e8c2f385ef62a92165e72f2145722e2c48eb9edc5038f1698681598dfb4086361b2446875e064974f159a60bb7cb56037efcd590b9688c343e17cfb1d9b501e7d1ca6268cb83ffdf4ca124d583321fce88d60052d652dcd862aaac3dd8fff5ff9f13cff5da0388370c68d0004bf9721e4fd9ae787ad48bded3a487836702ec8993ea1ad54bffa276108fa754349de4c471524f844fecee49dc314c4d6a07cb7a3c3b16ad5511a0fe8acfe168737a0582278b7ae39d636c89e3a93eebbf7d356e7e4af8699c05a25fe9fa2f6ffb27b2fb77cde1d3044bff146f75764ed6ace0565676912a466c9a34793054638887caba78db70c6f1ac6ef83741f31b43570154eb8e5477ac7301039c1cf5c13be7981e1df53a8a173e7da37ee1b75a1cf800aaa579c985e90c8cd68f620855c82e4f1fb11e17dc00c95de2ecce824808e48b57cef6c16431f1566b1fb7fbbe2cfb5c8b8c6ef1f1721a304e7e5ef079e3bfcce25bc930f36ffbe7ef7bdd2c2710b582db706c293a0752b36c6b28393029102e5ba3844c0ead1e22f3e657dc4860963ce9062f7e7438d2f8d57cfa1fdc59c35a233c5044d2b6caf732aa47ce7cd7d8dfadcd713f3119fcf89e3628c348fd7863dd73c8056db0fbe088ccb2a237a62848247c1691d98078ab7f4b80816c81f4c6325e49929f0f937318985c93ecf5e16ca9bf7d804524a3febd739126e06fff8b6f4cb44146bb446a1174823f4c566b6ecc0694d4972f7b8c6d7448c65394051fc68811443c7c1246b35883836cb316818b8067db58b28b3e3990fbb05a9c201201d93f40c6f4e5250f410cd57f446e8f6e8284468cc79b79099ba4e551cd18b2a62fdf5ca05053c3eceadcc4fab2ed974aae17660425e59ab3f5ae6bf72af63235f7e6fa08e1237e388ff6604f3c08dde8fb4eea3795474660f033fa6eb0fd52ff37585b2d198e6aac17b21e14dff7c6dd38607dfd37496cb66a0e79f6c49d8fb090e96d049a238e2a61f7285e2f2198b93ce573101034523ca2dac2b53465a7760e98b832134f256f2c139d60c8d5368b9670d394749d686dff8a2eff39c0f82f7ffb87b3b4106310e3abfe095dfc03a4a6667de27f3090cd1f8dd123e6941bd8351db4d6f0c10928f50c4c0cc767373af56c5dc08a0f4cf3f61491249b8f3ebaf07864e46e7246ab3ea9c119aa07dbbcd8e45a4b5100ced73f2a53c732fe75d012c052cc724acf81b5b2e243772e270276c45d2bfc5e96817332d8ecc5d804c9d02f17eec352a1623dbb09c5ea25c27ebac99859fe4f9fe5d0d62d3d47870965a8319fed5fab8bff945ceec67f85377f10928dfff0aac5ce71cdf8ea089fdc1eb95881f457e3ccab2f1fa222f6026eee030c5f25919f613eebf65b10666c2824c2683864031377147ee089666fb003e9f0f44f4906e9642d9135fe567d50c11dffaa73049da2327f71690196df34f993d1661c732121879418f5fb329310bf9d592b75d210d96030d026c317c9fa90b60035d238dc638c3691d6677ed17fb4aefec1e9637296a0ccd77c94776d3ac02b79bedc027c80c4f4d9fcf495aa30339c9fb527f8610d3ffaf5bf78cb4ccab6b6e90821c3876966bca6dfc45d67bc0608b6e7bf8967ffad5f056b583f45d2f37435bd106b3c7c610fffadcdbc7fa17ec82db45f944410ba987111c5a46dc3e60b343ae6f74434e730aa0e6ea0a6a419b2d6d2ec8323c0b0ff4b64e2c3b356d61389d76e84b6ff39845c0ac901b8175e9eb9fc8053639ea77fd2e97992f0b56c1c1dd758facaad0b988ccbb73e7a60e2c8e591769a1dda9a97ffa9bff4f7851332ffc09a1f99e414b8f8b70efd3b31187647ec46cfd73cf66d9e750450d1529bf1b2f60a196204e908446bc4667239adfdf7a0fbf07249e10559c1be38ce49d117660fe1b8889dc01017ba3e35baf860880b566db47a60f102195cead0c8ff7f3fa7ce8443ce5f3e7f9fa0f697fbf359e6ecd69d98aac70ccefac2999709bcef62e1b4f09b426944aab0c28ead3b836fad00f302e67d58fcd100e7fb87333550f7128c3e70fca77cb8710b27684988e0006b54c4a287e92993bc9b98175615dcec0898874e6c5917e915af33d7e3850dd687096b6a16ef97160c01811d87cbc7b1930f8ea0517b364fb1a965eef8250825f5c32c5b02a903c69be8fb42cc3791e0e66b1d6c6715a52e41d75f922b46555fac20f85fb55c133ef55b236796584c559bdd66cf5af454148ffc807bded6b13703576d58f641d844db187d9d009ed0522e35038a3eece10320c5701fcc5eae5a70f27f1609cacfdb470fa5623eb011eee150c09f930ca68529399c75e04aa3bdf48c8f406a0e21a1a5bff9d3fe0596cdf26ceeecf0c818afc5a0170f7ebd0cb1b2e0a594e6e404c3cfcb71e9611defd41ac5faee1cf763c798134f603746adf0528fd4e61f7d41ebd8f49cb3485ba73fb01499f3680fe96b444623bcde570b686e424b43f5a8afe5dfb1f80f5c01832f95121a8fae608c7e8ad7b750fd612511f60f228a8da881508f3d6ff52a641e0fc51c4f519ab5961eb9cfd94fd1f0a3de86cc844439f8ae220c1c1b8a36acf0636a474964173e480682cc831406afad01853ddc41249710440f20d5f1d21e51cd1720ebe0954fe32cc15a8068c63a2323132b66f317d86a18b08c1ef58fa03515abb67d361ed3e1cb4b50e2a335f2ed21fe15b4ffc14e3b637f71900dbf8ada1b3484a94489e5556b43204e0df26cf389227802c2fe9dbf07fd0410c189474498e98db4f3154d73114bb2fcbc5818458b4751de2bc4be75cc9d223605dec67280e4c3d713927d47dbf1d3e3ac897364d14b053fcd8f1f72d18d6cb4abcfc1d4bf98e8323c1f7c8c3a3c80ea2bbe2e6a91016efd15864a9c71ac7de5834f52b5d67ed62599077f74b4b4b5158f0279be3c8ced09101930f1e59f68f0e891ca0ef8ac3c659df78735ee43587ced5d7d685be85aba699f9f6a3c3edefd45ff14fff889052dad072375b2a6988750768a851963b4fb3422b2e28d7931951bf3ccc3fc5d9dd57a51214e3e86383b935a3d69edac37f3a549c79a1d7e01538b6c1dac9287ffb3e4c289c3385ff444e23f7129ab96f949da7fcb5377e1269f4e72aded3535c3eac501cf598571292228c7667d70be9430fe9bff3f67fbcf39a1c31857eb7e12a9573a68ddc6f8d59ec6a2a067da826cbfd470ccfec5d4374ffe9ca48f7ad0ae0708d490439a178e704dcd8c811e3421e3ad1199ecf70b1b7e72a0c99baf851bb39e837a8cdee8823b6bf8f0e01df9ea39b8f80258177e7ba9a7ed9f9ecda7f065c0c7df7805652c68d6d29a9b74470142512e582f316a9e33e12071f114bd754e499be058f9e590417766e4284224ebee6636b63d8349bd8d36dd928bbff4c9a596f5d53398e575b429be629bb2b80a2dfdf0890cc745f14f85c78fee1fef9ebe3fb1d5d0d8be16b7c4a58dc18f6199b3cef95420fd2483445a62157cd8315794675f78e2a019848ac1bfd723c054edcc41f6a0d8114f749ef352112cce757874cca187df20739d2776e11b9c1ac55d42b04bf7ac17c60d85139f661898d5b80f24d5e78cec6074e865f7994243711c6cf7598d9131642e1a03224ccc3c4fb36b03ce93cd6268e6b0e65c1a03c558fb59789a3a09a5837bbd9bfaaf3a1f3e909bbf994556404e2f13e2f942d8a78a7317cda1e293ef1e111e8c62c4c773728e116444d7973a5a5188762010b452a83f35583374c7532307e0fa3c082631b3947ddaea8978315aa47e4284ad6189a96d9d38c34a0e7b5e26d0530b44f8d14cf9d14077438db30e04447d16cc534764fb226921f83debf44a187aebb36458d2341ea4f5b0aed1de5385db7535f24066844f7d0548e9436c8e6ff8d1cd9da00438fad63619c1e838630187482cddd4809fd1fa00f4f5b7d7dffce607f77f7a7ef7b9fea489f7cc2a56823196c214eb6884fdb96ebe41f31b9c1e500da7cfade0c374733bc721b0cb41dfd45b9682bff07d20e25ef8d7da674fd85c725a6fe4ae4f9554da33bc0e5bd7e3821b02b94b9cdd59101181e8818ab60f268b89b752ddddeeb9d4d649e122a35b7cfd6f03c669fb82cfc8ac7899c5b3076298f9b7fd1f02537ee18f7d967e29ad88ead3fbbbf77ead77d3ff2efeeb4fbef6b67e49f4539ca4188785619ae0a3a8d78921408e50f12ed2fdb04efa951f1d2c95ef1f91a91429ebef1ad622430d93588bcfda7513ac1e397b748df8856e8efb29ef3a03e9488fd4285fead4345f4567b80f52dec7071b7bb637d683678ac901443b57bd04931b4ecebbb443a74bcd574f24f481af4ffd53363e965917ac7f6fc67e12f05317dee21b33faa3b9fdd30f41272c53381be71ced4659d7c8ecd4dde3a78ff74fdf66ed17f477cfeffefa78f7c5afb86d04fa9d6717352d5cd9acd9bc542e1f434298af99e87e914cf5631f16ea460538ce7d588bbf1db88a1b510d7e3fa7f51d8db8f9e34d85f757d207d2fe892e7f5a9f2f90b59d8f4a2f094ece88d3d7727dedbeb5720e83e8efba5a4dca8704d73ea393bec1d06458e86794786c95aa3e28df0901438944df8c83ee3b9bb3fe52ffb7d829d9a9f7873e06fad57bc3c0d877ae3ce6b88a57c7e123a3cdf6cf6fb1bbfbd56fdf7df5af60d6ef66fafeebcf7ea97fa4ff1002e0f3c2b459c52264798048fb2f22bb5834924ac734e2fdd282975ce7d56c25956f09b4193072c8b3b1841e0200e901c67ff9db3f024bcbdce8b8b604d0206cbe161cfc5425e84f2ab19c9c26d7d69379510c07b36b262954734ee707dc025a17082045f5a967efc7e4c0eca39eac61def4eec0f46f2d1e19ed0d1dfbde09d51c3eb3e2fbcc7b968a4274befe51496f489939b0facffb3398a9b162ae73ffe1b36fbdf64bf88c8bafb79e3f7ee79ffffed7eff44b23df437ea531e2ddfe0e15730efbf00662c3ab99a41d0344319b69d9457226255da7c499533efc231f2d30343c20ef46efa64eea0bcd69090f85d812f6c5367fc40d7cd13ff54bf7e2253ee36df8aad19769f3e3c71a7ad8a7e759edd67c46be6cc516dffdc02608317abd079f135228cbf37232ba4e91f65e8fd16bdc7cbb0ae8abfc83626cfe5e5363ec09a18df7e3ebeec9c74f1e1edeea774f34d6775036fc54afbf3bfd895ec38f6d56e4d5105a6e2e31f014f2a0087b3ed39c2b9384338e56a35c2c9f4380a6ab016d8dd166dffacc6eec60b886305699bc6bb06640192df3153aca5bc96c05c9f7477f4872464c1f3c869fbed833ce792a2641d1b0861ffdfa5fbc65c656f370cdc880f787690ad073fa1d0c75d02940387b766c13e33fd0d6af82bd5a3f45d233288b699ef3518da99edce1df5aa1dbcaaa31be56fdb8b7f4ddddfdc70f0f0f3f3e5f4e742e2f28813f3effdaef9f3d3c7bebfeeefe433309ca5c0ec39b3cea976c0fe458fbe00a17f6053eb9f2ac958ef2f431edf282d2e40b2fe171633d487b09980a6b9cf57ddcd46e31ad59369e83f72e7c255b1b54704a5dfc838924793ed1f72aacb9442239b331407d7dac4c2df80716a9debf73e50f3d85e03b11be9f47ec46cfd6cb67c33a02a868a98d620e75af4df760726a9ae1fae120a9f83df80e4695acf139038b7ef8e4e1feaddfbcfbea1f82dbcf175e50527c27fdeeb75ff9a17a7ae7deff748f1e2e6650f830cb613aef382d0c561ce768853fed74c2a8e42508b49791786281e6805947bf1a9a7de06974f353cf754c4a1df6f00979988ecf0cf3e96fc50779ecb7ffe8e43515df9811624d68e8245be5f44f3a9ef1df351a735e00f05b1dcde603d1607de9d9176eca9c77719a7d4ec3afde0e2bd1fa14d1da5a01b65312f14ff168bff4fe7c00c12dcf70dccc90c7bf7ea7d2a7fa77edef7ce35baffdf0f63b67aae0e72b067f5ffad9e79ffd42ffc6eee72aa23fec795ec6e15d046c6222f212af5c5263bd801ae5702434db354fccd37919c5d533b96a1373fd26a7fef8d85170dd5df9be78a754192dccb906c16bccb081540f59fe9db32d313346875ee28fd52435f93cb5efb91a07b663a06545e74c86e1fcf4ef33715de14e3ef52a8404b9d96752c018edc87904e4bccf6208e4166664660f620d7b6a64fad42fc23f7d72f7dee3c3d3b75ff662965f66f72f9d7ff6fcf1953f7ffed98fe4e1a7aaf9037deb7d432fed1b8f5f7cf1ea7a497c28d9e5b2f532eb6b1dd8a1de58da9fc43433ef45ce4e801cea208d21b6bf6bc3eeb131a3bd7ef43677a3537c5e9acd59df99a64eb4a357cecb6b4caf066ebff55a5fe69ffe15e0c51e0625f706dfde5e5f626b19076b0658c0302efeb38d4ef44ad93f681411c7f762e0b821365e1b6676a1a386f5ca673374f5f50f613fd14fa1fa5d73771fe93be6fbafbff9da07fc22bc395ff1f80f4d9137ec9bf15b9c0000000049454e44ae426082, '2023-05-09 15:04:42.015', NULL, '2023-05-09 15:04:36.936', '2023-05-09 15:05:21.191'); INSERT INTO `plugin` (`id`, `name`, `base_class`, `composer_name`, `active`, `managed_by_composer`, `path`, `autoload`, `author`, `copyright`, `license`, `version`, `upgrade_version`, `icon`, `installed_at`, `upgraded_at`, `created_at`, `updated_at`) VALUES (0xdb3dc457dfba4c4f92fb75c34b337187, 'SwagPlatformDemoData', 'Swag\\PlatformDemoData\\SwagPlatformDemoData', 'swag/demo-data', 1, 0, 'custom/plugins/SwagPlatformDemoData', '{\"psr-4\": {\"Swag\\\\PlatformDemoData\\\\\": \"src/\"}}', 'shopware AG', NULL, 'MIT', '1.0.9', NULL, 0x89504e470d0a1a0a0000000d49484452000000a8000000a80806000000744ba5b4000000017352474200aece1ce900000044655849664d4d002a00000008000187690004000000010000001a000000000003a00100030000000100010000a002000400000001000000a8a003000400000001000000a800000000718c1dd600004000494441547801ecbd7bccef5d7ad6f5ddfb7de7d04ecfedf438efcc185b28c59a222dd404826834a12248d47820955023c5d434dac418adb68da2ffa8180f25085a2827e5909628143140634481967094160ba5d377a6d0f34c0f737a0f7b7b7daeebbed65abfe779f674a69dd258bbf6fe7dd75af77d5dd77dddebfbfd3d7b3fcf7ef6de8fae0f72fcc23ff4f4b53ffce3d7af7cfcf4fa354f9e5e9fa3f9d39f5ed7a78bfe519678aadd8c475d3037ccac04b9a7c23ef20ac00cf39d4d8efd23edab5b1de08796d9da5bd3f84d436d81ab43dd593f1a3c1897337e5fec061b56393c9b7fdb417a2a370c108ddfeaa701501e37fe29a8cc9dbad5015f2d601e37fc8969b28b3b3a64b7567bf8c0fd5b716c6d7e8ab70686a32620957b468fae1f57e4ef3e7afaf4ef2afa6d4f1f3ff73f5f4f9fffe6bff1358f5eb2ee4f7049950f007aebef7afaa92fbd7a7d956afe7a35f6313938dbda2c3c69e486a759ef75d1cec6cd30ae8d909c6610d558c7e5f8ed019f0febd60ac664f3b3e206d8a7eee079331c54caf73f25394a87997cc343b5373f60e39f7c6c429cfead75b706b8111f8e6b0c8590c740123ece84e41d3ea19ead3d1c5a5ee2c320b82c34acb181ebe1717ec7831dfed197e3d5d1c1585fdcdecff0108b96f3413dd3ffba2f8f1ffda81ed8dfff118f5ff71f7debd73cfade55eb8145741f487ce6373d7ddd7bbeeffacaa74faeaf50b36fc088ada8f1f591a707198f5191e7dee825eb43491c4a8b3ef4f0c05987998aebd05be641be6ba4d02d5f82e393b86bce13baec5798e20ad29f7d36be36939f0e7ce00aad7aed1398e3ba30269ecd6dffc4ccaf19835238ba58e2010eb2fe984bd9e7ad422e2cb4e6c657cf48584bfdcd7a5499cc29ddfc445d27f503f2397a6915fbef59102eb6e782cfc6e24fa0c4defdf4d1d3dffae64f7afd7ff227befcd1fbe1de1d8b7726e6a3e6374ae30b51b2a1398d160d5ef4153f14e23b01bb03c7766b5987eae68faad60e29fc087c375a7a2836cfd66e785295ca1c03dbaba287cf4a5793b9a5aad358eecec9ef433e88d1b5c25a931b4d3c671b0fd340bc3531b3f9e36478cb2b8b3bc3ba0fc477aff5bafd5b6244ede1f47c47cb4e94ef476fa05dd3559ce69e46f710981af320f6f6af370df8e85fd7e3ebd19f7ffdf3affd750f7d34057333def4f54fffe1272f5f7f5cec37c5fb5d03b1958a431d332dc83c289e490ff66b383609820bc33b3b0fa9158ec3331fdc08e7a34a5593708a030594cd2a496c7f249a67a5d99cfc508e7ec9db83d8d25b3515ab154b2cff6985d2679cb5ed74068f4f032d0c44983e50d9a5b6533ba7adcbc1d70fc643bfec2643729c12188edd9f9eb536de1814673f98448eab35b31fd971a21d394ded0514188f536f7c99af0e1e3fbadea147f58bfefa7ffcbabf5e38f3e373c347ce27af5c7f5c0dbcc9a7d08634ef0fe1aa82079d6e0be75d25a578f36c2ff00704ff46c36c25472b3ee6d04376a835cc2742cebaca38490d744cca1a907139286f276f09e5ea8bfde23b9e3709f15547024ff599a13509ebb5ba1f0e7006965a4a2cc7b8b877120e8d67d08ab93e18fd606d3e5063c1b0f6267a5a9643c05e269f78b0e6b8510b582762e1e315ed7516ac2796293aac6d861a13a2263f086d2fbd1783d754bd5bffc151d73da3f3e47a9376dff4055ff3f45329d7b11e507ecfa94f86be514202e626e5b02426b40fc12c97f481e17576bb49300431ae1f18335f6e820530839c5d8251164177cc3c3233835b7c380c6b8757afe61b09f1a82f7858a343ad15039a9eebdb5e860fd33e43191d09a041f9e991aded53489bf44434fa06b31e857a4dcbe9a35a08b84d92e678da6b8793731eb0b0e1c7803d0fbfb5d74c1cfaf21a7d87566c16296000910ed79aba164252ba65794650a33d87afebc226e27bf5e4e99bdef7f2fbbef157fdd74f5f17d6f111f43d7f4f9f105d4ff57bce9142f86caeeb99412d03c66efc946c8dcce629c347228d62682891ceca2530f183ce121dfd0c3f0f201adb6bf026bb267b70891bebc8de3b477e3093597b6ae5e0538f7c0ffc86237efb8ac646861f9d6586f478bff52595c38feb0b5a1fd032c009a8577bb8f1e5e078d5ba7c66ab391025b70ec60b62b3e8defce97f62d6991a0b1fb9754dadb5954fc87a298157ef898d8e565ff88eef7fe92bcb30df9f143dbdfeb63ecceab375c0d394b2fcd2e677328a23028965dee1959a5971047a50b9316294a46c8d056382a3f0f8e9fae059aa50b51221e8ccd689c11577de2573002335f9519146dffc2b1fd92930ee5c5fa182875e8f3e87c698c75bbad416c0fd0e48c4bf08ab3f6347c3fe0d4355180d6bb3604497e9d67fdee86812777d6be952fd835ecda5213d14ee7a629f38e46ac18a29e3a5ef1d9e2ae89af5b2bdae1a473eb654fbe9a377bffeb5affb4c3e69f22ff17c9d530fe21b7a68fb973b8cce98e66c0903511b7bdae04c18e26e66f0c03cd89b773e34b2098fb1f269cef1e656be7e482c67ab76c454dd0fd3d684be8dce7ad1a788eb6bad787e393f8b2b38fe0c688af981f5ba5993a3140f4a1e566f7499618de42a55ff3d83f02935082788321223978771fa373ab9553f8452f68c8aa0f557ff85b3776dcbe5fe25070972b82ca9e58773e2c1559b2070ee63fd3712ff8e3fbadef0fe97deff55641ef12744effcb1eb0764ee636c444e43755b606c8029a208c5040d113332b58179ef05c064bd3552b1448f07f5ce47a70ff425261fc63498fa483fe4d52573196f0ba57d4a1e07359834db9e943fbc11b57bf852f639506109a7dc0a0dce518305749dd45d0fc45123f92d897463d6f13ebe167f19403f8dd8abd6486ffe6cf00594df6e69417463e03b62ad3989b9e7906ef5a19e67b475c844c98c944a9d7516879688373e1e3dfad1cf7ecdebdef8f847f5c797327a3c9c3c3852e682e89885cccdb136958f9c1f945137ce5c4466cc121c4b43b5f2e185b0cc790beda0f750224b234269136fc75a1cf80cd397461689ed83686f6753d5764f23445d2f6d60d69ab6ffc4ea9379f195626d67e68f17adf14abd9d1f1d387ba9f5b11b2d26b8b77c709c476b2232f793a5ebb3c892070b0fa9df19be058cdbd8214db49eeef1099c7ebded99e75c7c70d347fd675ee27caef231dff1d2fb7fe5e357f567ebd118116d72f0aeb4cc832192a8163e20a28c1c72da652754ef9e8d24d6bc29e60ba7993130af578d2341ec266ea4014ef4905369b010ac9fcae1e7da03de32634401acfba38293e7b91c0a8577063b379c6aab573516169eca9f88cf68dfbc91705510bce86bf39c1a955dd86aeb9c433c1fbea916c1d1edb9e73eba927b0e36feb99ee7ba04b0a1f23da3d427bb9d12b3ea7963571e81aaa5fff4395111391a95f835cf8bff392e6421a26dbc730a132742d12e02ed013a63be715c8660db0ff205d04fdfa74db7c6e9c966ada75adaec9b56be62fa81440f74e4709b380b79f0a11b2b441a18c4e02686223f21b7e6ae410cbd686673f015af67df3497127bc5e7cc14684c4ae37f34b54b3d0a65b4ef1587af541e8be90d418d64a2b9cc3843dbc2fa1c830c3f757a7e56c12f90369362ee3b2105466ba4dd0f17dc008cf664ed4d7138fa618fd450687df5c0189780f4398f95f8742197b0759541beaf9a66efb1160dc0af482d6956650adff287acf839c29f9a38d680cf20c76a986b76f2b820e96627563cd6b2eeb599ee45102875b67f8b3995fa231bade57ff0e653473fecbb73fdef9a5945807533f6ef7d22a32c8156ce5c7caa0d5f98f39c4e5d7aeba8329af730c2b52673cfff963fd5177ff6a749f59ffb703fe7a31933cd5e4fb5c222af0932e933f84fe7b3787dcb9c8cad4416c6eb426fe4fa8e44c40800f0d8d1d808ac9c621c183030e878809de5a9651da39504cc4f935223ebc94dcd0d1fcdd618fda1c77feb3a589d107059ff4305b07ce017daeaad0d4c309351a113e80b6dfde8c3933e84a5342fa6539bbda39350d247cb3c3a76026990f13f2481373f90f84ed4b512b0a7ade560442c9dfb97c0f845ce3e52d91600581a0c1e0df2da77dfa0e492da7d90321e812c3a59f2c93ca0fa7e4e04a0a39b22e03918f3e0f3944f6c63129b2780ac64c417914c67c4ab83863d3bcf8548ea7a432ddf1176d1213fb0ac4620fac1ac66a70f734a3a62a7d7e8e7da9ef0da6af5819647756eea071dbe0ada0885a33bcc359101cbf0f92ad098db568a3d23f5b56bdd89950fb25576ff73d6c6a2523a48345b5f7b6d528b2bbc996d24eaf0b70231f899810dd441f49203851ab3c6e95fb19e75f2b798a52d9a901ff5bcd923e00311021003aa1f38ad3042bc7b030c0caa78cb8e80bee76f0c233602c79232b019ebb00c73217390e2b10f92386f80f1c21ab231867b0d3a4d900dd787918462895bdb87da9b6ab5e1c214c19cad8db4f9931a25fb4f4a1184357c350ecf13d79ea5a559b3f4ccea180ac6955d0857129c590b21aab5c2de98098f78ee9f6b5a35680ab7c64444d36afc5bd805f09c070b8dfadf35a0452157e91a5755aa701789a7225ceb1fd3424f53701e53104fc661780c14ecc350acf10516c13a8700c563c02c21345748b92ea995380a5161bae10fd83716820055b56e42f655613cee0390807fea4282514d2fb3a95fe7235098e7eddf085f60d63f879e3372f1a9156de2cbbf3d1c719486b26b4c60aa108fb603ba94cf5e6bdad22b51d6b97f0d10cf1b23385d9d5a7802e33fade7fe39ac4bfccf4e00eb35e9397eeddfcbf2ed7af0ad9673f2ae0dd7ff40ea61f5ad1af9669169d206b840ec80b50462929bea836921616329506e5a343a47ac52cce61f2d47ca47e287ac983c5c32809482b6e7a46a69636bca79c68782938e07360099f5a282fd4b106c78ca2d85d0e238b4ae2bbcfab7da54a6860733b59872c39c993d10f8aea8c4ca916057afa3e19e1ba3078dfbfe1df6e5562fd858db0fcfe9bfcc9e85f904550a979424466597ef46fb9c9e0283f1ddabd7c1dbbf9070e3bb426955bbcd97d47a43b9e2f18062803167605389dc1a201663ae188848cb88f35cc20b004e5eec59f790da39751b5f8d8e493ab071c81ac169719866b9f95983f5403b77c9dbcd1f01261920ce60f61a9e23334b23fbfd903b8d79f3951d9dd65bfca9df3db8fae7415883b8aaec4ada3ad4ca9a59423796b918cd338c56dc3ae4591d6780003f2c652f80b433562bb0b30edbd91d13079af9060ed8665a6b00d45967879a865286b26431f406dbbf3f822e335b2f7811db13223d90a8612d4decc669b88da5222886f95e7893037032e69731171cc3f613bd5d1b2d0e10b18cf80f873507ef61ff0015f9b9efe7ccc1cdd1709ff891b3ec61f65e7064013ac3d1cefe3c57ee0167bdef39f725e7ed5b205e73b7fcdcbf565df7cc25114d6d667d233303635ee4c27ac411668bc80931909c5d1e26115ffcd4bac76f316b2b0b453137017f092466fe44c9b1f701acd8f009ba7c34692a07234e6b2e4eb088b5472adb3e05960ed1e8c7d77210b004d2726a560b0197743f655aeaf01feda52f6cf831d0b33d5838c9165de8cbeb8409add82c484dffc336d8b588db2333cbdcef25cd42a3773ffc139b88f50fff7e70a58d5ef8ba6a39e8a9b5f7b93f2db6cff4b1f9c4fd0a6089587a2e062af373dfcfc95ddc27c35aaf9b1bc16df07906c679b2f57c728d2b3fa03e08b7f703bd797066b65a8547df180a79cca27bf3e68199187438199d673b933147287d0aab045ebd4763e90c1839d73cf6e29cb0bc37e0829d97a6d424a0df83de183003911c861125924345538d31138d86d659d8c48e8b139ae50a3a6bf8dd2372d42833752a2881a3bc7506e2ea535618ad44cd298cdaecfb0e2dd6f567d3d82e07a97df1f0a567c700b90e67c49aad56bcccd265f94f0035e70e9d18250f2fdcf8efc33e5171fad12868ae1ad43806fae991d4aa1884f6a84567707730f50081d4eac5073a7bc7834c8de212e31a7e9f1fedc72647b6d653036c39a4d37ffc37ae7f7f61060b3712520d346dd763d037d789dcbc2c95749e4296f2fe965fe314c3d20cb69cca1c5a8db6a651603a6ee893285fb2b95127610c39c47a84981f58fb70a4673b82e0949ed79934818c3592ab54fd1ba660f84007e104514662e4ac3f0f7bd0c9adfa2194b2675404adbffa2f9cbd6b5b6e3eea39090972b82ca9b51e260233a29d005a7d8092b67bd7279ef327b3057a643d0b77eff4680a400dd7d7b5bdf823a8c1ae44231939e41a49b4b14148240df54adc48e223ba1b19e391b2911a8a9eae700ea3c4d7614d9a1823d0fa6b4451f3c9a7c91c568adeac45d9fee1ef013ad8e890a15efa6797780f1193ce9310f9ecabfe93e79ae115068e7df42d60ff683d938fc0f0a31d4f36802644e5e30c4d428d0d56b1406ffde7264ece9d1915be9677bfb123ec94b4a7a32fd35b279251c4b40b2db6bdfa8da478bdfab3781fe810987cf0679129409ca5a116998d0f22f5ccd7d24066c66831e5e609650ee863ad3c11864bfab27613e3d003686bd69fa063d24e9de0a6bc63f585b46f3ebcd6d9c0cd27edb880cc83a93ef5765ee01995649b536bc2952d03f7969f1c7ea20907fd833b6b62dc44db3f3cf904d92f5296eef58c4dd3f7f804d681ecba09e75c7d70d6dafed347f123814787f63d5b7db98fed3fef9dbca12c3d5ef3857a1f4292e899d6bb37c05849b9a9199c0bdd9cc798326a25601eec4932a58b653caac142381a093fd79b9b6e9931a235d6fd0e242e813076ccfbc23b031591dc4dafea7ff1671554f04bbfe734e0e8286b7e825b8762bbb0e3e59352e07cf8caab91e0016a48267ee473fcef0efae601086b2985e77b3cd1d109a2e710ffb03356e7de069bf3499f8415e56792f33e998d533b312b6b99bf6192c8e67914b61d61b5e7e8fc61dc0bea09dc387213f7434563688db8cf194d82de88dde5c4f74d13d97c1da47e2061cd2da755a429891e5e82ad681183734dd6d146142fe8ee1ac4d08b663607df9e5ccef5e25fec159f3343736275c1dec1d327498df61d1ff10f3ce73fbd59006b64e2691fa043d1714fecc70b8db25b7ca7124d0340a7494d2eaf80f0be579035ea1f5508f1e6d424e3bbf7014db4eefeb21ff72967b6035c866fff41ddaf4165e5f4733e82529b0084c2354be4e7be9f3367d353d9e7c359e506702b1939bd8d589c4003d2b5f822bd17260ff0d65c38df97d013d35578d63718e15a93793d7837fc612c7e150e93dc7785ab95cea67ee137b51584ce6bf24c0bbaa4471171e717e278fe9c3217fffa2449201a5b24015c8c8f0e791f83593d828d86715e0b9fd2e304303f4dcaa1658d3698d4741d874673e84b9ebd5e58ebcd5b46461b2c2eebbf5ce3c6071e59d6eb6a6082998c0add3c1198d1d68fd64f1f1872caf891496c87c357d247cb3c3aab7f8b401b0c6a0223ed3135e23b51d79a46b617720e1ebcdcbf04c6af36ab0faf934d4130789c84d6fcc8192497d4eec35e2c219c896bb224792f221ae4d4c0073f5aaff7cfcfd19405938fa0790224c0e1705879dc3a53e5a811cfa0093a411fb8d106af4eb08b8e12850d066c70c5403f6b246f589a9ca58b4ead7073edc12fb0c4eaa354bc7998dffaa91b3efedd806075369c99f0985ee1cf6b626ebb7d2896fa680e7962e5b74634d969a8be676309948e9fd40b5f7b150c962bbc998ff387bf1552c32d2a5aff81e4be27e74aa3b7e886512367855670e1fb9ae3d3d2192e0cfa9f33c073f8b0878f110a1b868ff21f5dfa3d68c25ca31701ef456a33668d48f5a086a35941af75f1013a89169822352bb0f8ac29640c1a598336d1d970ad9e8492015a5ba41e58e2e5222b82395b1b69e326354af69f9422086bf86a5c6e9ee3da2f9facc17966750c05d39d5d08974a88aeb536daba50d81b33e1111763a5500d9ac2ad3111d1b41aff1676013ccf7da5fe68ed1ad0a290ab748dcb0e1d6a526d9ff562bb0cbb859ea6769ff8a73ed0faf706da1aedcbcf8fa27c3fb13e82a236b614888142111ebe725d12491c2eaf4c70177fc018cba83176a38fc75d3e0dac3ae2f9a72e0699662914ebb0f59c00b7f8a61ffe8dd87c447c5ce36bb8a7216a2cfff660926b0fddf0dd621b421beef8a4478ff2d9684d5caf4459737e49e9eab8eb0f6ec558ac11ffb19ff36f2afe67270075562d87254c9ca097e5c39cfa8b913ae6b7e1f1b5b6a3b1fa760d3154037fc539bc74a963556152bfb5c1ad4f920a2229980dc775e4b8bac8cc39d82d95e23e922904b060e16ade2112318c42b45810cb3bcd9bf211a7b85e54a0114860cd77a1ace045dd0aa665452219f3b58cdbe1a50181d82b0954f8bc01123af9a4a198cdc683805ee3cf325ae7214333c0fbfecbbfab07053ef9780171fa2fb3676168e0305c9218955dbe1bed737a0a2849d8e7b1fc079ffee7a3dff88f90f09018e56b9f5e27e869fab717ada9848efbda02b917f101cd8635e50115781951d0341b059941ac72cc3d240b999f7c756cb4553467bfb5f0b8d31ce5c9dfb5cce000d66914071f16332f9acf585ee11d314e34fbfd903b8d8ef9ca8e4eeb2dfed4efdeb557f959208696aaec4ac408b5b266968af90c59920f4d8b0ca315b30e3956c71940e087a51098bad6010dd6bcad574d47848762be81031e9dd41a0075a4677ee4ac6da8f6eb592037c11bb4656e225639fb3fd724ddaa78fe2b1fbb711a6e63315c530838c2456b739c9c758d55d9381feb34133d8a03358c8d86b5083aae872795761d223ff7fd9c39b83946ee133f7296eb2ecd59ea507b3f38608e76f66cc9f981f3ad3eeff9dc0b13c2ebf370cbcffd6b55b47ccfec0dd13139753060fe84b110f753e37818faf88081f7b80f478d589cca12f334b31b3249970a620014184c62cce62a9018bbbe58b186c3f09a193e41b48892af2691d65c9c600db58f50286fe8d24128fa287b3d73bd9a6321698c166ad119be99b96cffc95913b0b8e183c843901a46847cd6861e68a36d1bba6293349d753bf032b5a6ae33e2d4ff9266a131a73e75a4b5b0d175b3877feec5baa7e6eb22cea087bff7b93f2dc67d4f4d3f1354f7616e3cfac620a88575a18f44f9fa7e50a08cce1229c8f15c2078b0d0cf18cd0368130b509ce6158b6132315c7ef686a1df1a00d9cc3e3dd044ea91ed8117438c757c79379720a95b9ded0b0e7538ac146b5fd63deb0bbaf84b5e91c547eb8eafa5195cf9cc5673c09bb4217ccfde62a4c6037556ff872fd7b74481d1eb35b5bac32e38bd94d87ada8fd785342c67e6187b714e58de1b702359afa949d014cf25fa5742c77b5f921e90a7d3f3f37b2382ffd82826e681574d0c442c6c5c8299035370bd3becc9493b5b072082f5946a3d1a75833ea6d8b34e35269e03814fdd7d60ae9fd0d26c8d1cc61c001dc8ffc7bdfed1f5c2c75ed70b1ff7f87af3c769fed8ecdffcf18fae8f7dfd75bdf8ceebfa4fffccabd7b7befdf4ef92b49b1a785ed51add913494373a517ac5a7fe278b7bfeedb18721dccffbe447d77ff8ab9ebf3eeb8d8faef7be7c5d6f7fe753bfdef1c333bff391f64fae77be87b39ac6538140abd96bcfd689711f2fc5edfb170bbb07dce7de46b53ee7f82db9b4b428d33a02511b8dc6ed85bd733ec0b856028e7931aa8d76f0c9b126ffa6af7df5a9d79c37814cf5b58b51897c0b090936cd7865718aec38f9d4a5f01aac05da38ad46ff969f8f98a3b8f48b0d3ffacf49f2333e8607f0d1f5661e443f8c7a08b57f8b1ec88f7e1de80f3c5ed5ef73bffc8fbe7afda9bf859d313cfeb39d835f4d494f6bfc7153f8d983adc7c40c7371bb18e9baf9bccf78747ddd173f7f7dc46b7e628fef7ee9e9f53d7a78dfa1d78b7a7899dffec397e7ef79d7d3eb95574775d56021dde9a75e73a64a4ddcac67f8cf8d8a2e0edd7eb6ecf4bad527b51e32eb9b65689f1f221e43b78c028df7b97af4821e501e8ad3a87f9919cd911971ed24d8774844401c600a4e242b5d8f9897baa4e4dc708083c9621e4935e71b3e87988f824faf17f48f45f6a3200fe39bf5107eda475fd773b77f3f6095ff50162fbdf2f4fad7fed0abd7b7bce8472e07b6bc8dd2f8ea433c6e95dce7e807c13885177fcea9fdeb0df1999ffcf8fa7dbfe1f9eb633f82dc4f6de0e7fb7e340f6b1e5c3dc0fd08acd91f7df1c2791ef7dc5e65d20e96d7c3cbc49643f66e258b2e3d57679d45a2a8f99ca8dd515d416c49f1ced117e785dfa60754c055e40057270f2f080d29ec87e636d607b616f6834ee4c0766dc168f6c068e2333efae9f5cbdec2473e3e1ae623220fe407f351b0923f95f93dfa28f565dff0eaf57fbe2d372d7d6dffed65223a923b67c229cff0470c3d883c0f9cf3393ee7531f5dbfe35f79fefac43754e9cc7ef8d7ef797f3ee2f2f0fac1d543fbd7f55b9abff13d4f7c4f7bff4e9f371f48e4bf1f9ceace6d4dfffcfef2ee47c8f38dda63b9d7ad746f74d07301b1fd1194cd1cdebd831c553ffdc0c6cc7e6887587e4a59de97154f08399b51c16a46ebba3ee923afebbffaa2e7ae7ff4857b2d6cbdbf4fab97f5befd77ffd8abd71ffb36dd3c3b3e0e51fb9b1b35678435b02ba738edaf372a80e9ff0bf406fcda7ff1f9eba33e88df7a40fbe91c7fe31d4fae7fff8fbc7c7dd70fd8ad4ae50139da9a13702a5694f4072a4203ec43c5fdec39f80084b9ff5c25b66accb9b81036663c7ae1bf9ddf834ec0040ae4ada3a84aa9f219cf3b2d8f990f5c80befb5af07cc40669911a678e28851f5d1ffddaebfaa62f7eacdf479ecc31f533387ddd5f78f5facfbff9c9a5e7f541ffb9a5e9d0bdf500c673ba397bbdaedff8858fafaff8279ebb9eff30fc96e4c375343ffceea7d717fff697aeb7ffd0f174487cdd0d87d3ad1fc0b9e7d4f7bdac91b37fc17976aca23829ef673654973c6b8119449919fac7c332fad0452fb6f2e19afb927744b1cb7403d5d05c0384c051abc65061ec8682e0faa59faf5fda7f9a1ece1f7a8f7e49fb91f9cc58f38bfa6cf8edefd2fe47e448067fcfbffcfcc567f30f8d2ff9a5cf5dffc89b1e5dffc137bd7afdad1f086223fd48a64fe9e423e7032abe13d7f569fa24eeabbfe8f9eb577cd6fa13e67be077caeb6ffcfa97af77e9b3f517e4e94d1f7fe9a54ff6bccefc49fc7b84b9f3f7f83fd9c027e8b719bff91f7ffefa4a7d24f5079d53683d30b973f9ac3af731bf46708f7b7743f419e1d1bd47802d71767e26bc363267675840890aff667d048d2457964a59144852be0d37068a819361b4e0e7033a74c7d6436e67f7f97ff25f7deefaac4f44e5431f2fa985efe1c1d367b16fe741d4ccfa1db37fcf4bc74778c9fb98dd636a7d8a3ec1fafdfabde0b31e5250fc92ff7bbef5c9f53bffaf57af77bdefbeffddffaed5fedff09aebfaf55ff0f8fad25ffedcf591af7d768f79385fb9bee3fbf86dc5ba1b5addd67bbd3eac7c060fac7e8ffec227f0d0ea21f6ac37b9e2afff20be1a404f77073d7efe57bd3fb79f24f793d966f6b3910f5c7d36829b9b2c68fa87d6618dc01db21c2b3f53ce06ca5e0f10cf4ac7a337f359bcf67e80fcc4cb8f386042053c01b3f6daef626bcd87efaace0cbf3af9e8124507ddca26fcb52f7b7cbde103dc3c3e0abea88f7aefd0473d1ebe17f520f20032f399eb93692e05f138e7aa450f6daa2f4f7e336141d837bee1e9f5dffd0bafb97ea13e71f940834fa0fef05f7972fdd1bff6e4faf6efdb67d43e4fee5b3f41ffc8fae73e77fd4bbff8f1f5f11ff98175f9c4e5dff8032f5f7fe707cff386e3035efda0ef5a23670490e99fdc1bf5119607361f79593ff69ad81bf566fc401f7d7fe957bfef7a9f3e88ae31e55b34f572a60bc382c2336c8d6d1f24e2935efc75f8936b53f4c1f336e3e62368c37e8225d8a739714bbbd059d7b916df901c980add3e9854b5f3cc478d3ff79b9ebb3ee5a35269bc5dafe8b3c25ffb7b5ff52fc7ef7965a84db6a6c3b74d9d87b50ea6a68ff248d9323eb4fe08fd3ef83ffb679ebbfec99ff7ec5f82e174f0c5f4bfa44f30fe9fefcb977064f7faf88fb8ae7ff0931e5d9fa7df167c96be84f4c18cbff4e293ebcbffe0cbfa32d0f47fdcecd3ffbe2f529dfead3f3d99edf87cc068cf02f94d2ad2ebf405631edcdff125afbd3ef9ce6fa99ea8815ff2d5efbf5ee2ac85cd8312f19ed34dfcf43035cc1cffe5302f2b3c80de80ecd835889c7de61fb0e5f608c3c3c4b0317fea893039e2311cccb46b4e8a9b6f580c80f64ffd298ef9e8e8273826ae68f923b7d66fd39fe47c8adef9e7e0938877bdefbade73bea3cdcc052e25ed770e25fc144a1f94c768901870dcb56dc78787d07bf5d1f1dffc23af5c5ff285cf5dfff6af787cbdf6b9388de6fd2bbf2f7ce1e375c73ff77eee8389e0ebebf45b86ffe6cf3cb9f49fa969e0b1e7337de93ed8ba2ef7ddd097703a5b303e8dd973bae73993a56fbecefb5d3fa43792be6272777caf7e35229f7bde6a9a256e76964323af621ae882f0397befb02fdc7660f8cb92ab863724586be31ace586f127cbb5d0816728a662926b05f56f09a78748945d76c6da3422c876540f96300513733e260c37b7abd4dbf5c3f34f85ae81ae6d18bb0ae097ff2694050f6c953af9e772fe1530d8ad96c3c08e84f75fefcabd73fffbb5eb9fea63e32fe740d7e49ff92dff3caf55ffca957af97f58fb1f72cec87a26e21f781184edc7e37daa777059424ecd3a0a9754e2c7be6590b767dbafe70e335c71f721363bcf843f97aa88be5622d3fb0da57cbfae8ae334f8d788856e9ccc419e6b3c11f0d91198d6ab9a7f10f2effc2b216c4c29d62265a05c5c34c710e53c505416e7ed6ce39affd6aa6b8f08c11f9bb75c31e1aff80be40cf409b663ceb4ab3d3a5ebd3409b03d37ac1dfdfbbe129a9ee51cfb0eea3eb3bbeffba7eddfff0caf5d5dff4cac597603e5c833faafc2ffff42bd73ffdb52f5d7fe16df3c91035a76eadd8ff51d63d61a231e1a1108fff498c4efa1f8010ec7b167c62f5d078912f31998fee81b1cc4dc4f4dc8350ce35c99bc787bd5fd5d44c1dbf94d0ec8757a8ea44e0d2df491af3fe2e139a40d944660acd47543633489f068ac146d76e47c0eef51fd5664416a4f6984c0d7e897f68bc45bf8c025ac68787aec75943b8d6336bb4e92737712aac78f6f54a53e5d30b9f78fdc1bf725dffcbfffdf2f5cf7ddee3eb377cc173fefddba87c48d30ffef8d3eb0f7ccbabd7fff8179f5c3ff2debc99e2319e7de6877f1f8c2ab84b1f53382e3a3db3ee8d355fe0e5dfbfb5cabefd5b4b9cb73ce3ab252f9e9fa071beadc3f97166141c91de3fc785edfdf16d11b6c6c1b1b596e743d7e1f465be7e3be3fb8a2824bdf4811e421a49b3a8e0c241171e4f2434a62402decd3c26f9df40aac90d8f7145ec2ba4e869cd76e2dfadcfd01f1a6fed47506b05617d963422811c5e6af120569f9ac1ac8e60256f2b6380d8784dc4c47558fc1ef8f77eebd3ebf77dcbcbd72f79ebe3eb9ffaf98fae7f4c5fcbfc8cf3b71f56bebdfcc08f3dbdfe8fef7c72fd6fdffee4fa73dff9d45faa5ade05f579e7607060aff55f67e98d6cba1a67c2f2f3786847a7fe9d9b9ee098ad24b0179ef580ea97780ff35233cf44ee1f6799faa98d07f41a67df71de133f74009befd27a08a0431040413cac7a40f30061e6ce30aee0dcfc68c42478cb59748e8fc012d28677f184da686660d244018ec6b31e503e82bad634537e4e4644d75f32535e8c89a36d7ee7d121eecce2c351842619f61573f63a387e59fe96b75dd76ff9934fae8ffb88a7d72ff89447d7277ff4a3eb63f42d7b7ccefea3faa4ee87f45b826fffde27d70ffef8f898c33f7530e54acbe71c04b58f316e56a4f78bfef960b0ce63216631fe179fbd36947b8bbecaf0d078d17fd4195fbe37222c64cf892f5528988c50d91e459b698551305febd159c7acfdaa311414daa7ff24a937259fb8abe254ddc03ccdbe81b58231ea8d55c27917b052b22db004b56e127b4a44734a5defd39736be4fbf0cdefd5213df24124cdaa85782f6c72f0bfa31a27b568828dcb8615357c01a5d6c1a302199c4f1f9acefe77cd77bafebcf7d17683cccd0969b7ba85a93bde306a6ce383471aa0963b8ad44b16e263e95f260b64ae7d44e0ef6d4d134ad59f2cd0ffc1e942f317d0fbfcdbae39ff3c339e78e2e92fae93533af355c6472ac3d103c91d3a9b458a11d1161d0d758fe15ca17ea88933440a429949839cacdccc4baf59b285ff13c4427618a3bc47ab4988ff543bf0fe57b243f555f7ec2b40f08aa7d9e1ac955aafe0d5310abb6d7624e106584c5c3931b30fdb39f5cf8dd2d4aa951914cfd71eca7c7dc060040e7468795d8704953cbf7968df1068e760238718da40cb45bf5453ce74f720bb86545f8e37fbe607f777caffe00c45f6252c27e8710e478965c72f1698d9660761eff277e2aa1873f09c67fe2a69b4b3ebae693d6fef6db157023110eba2dacc352aa31b8819e0745442ff359c5640e0b078a1d62e147c7495ddef68ccfe4fbcbbcf9915afae64a77aabba987fc27cf35c32b79ed70dea7a798fb5744cb5a76de55864f60f8c9a56793808c569ca14908cd9cade38a057aeb1f6c473246cdf949a7f9551f0729694f134f50d7d6d1f2d3f5fbe607bfc4a44f90a8c5c303a15ea5ba041a4bb5155ea76264e8cb6bf8c26a9cf78f78efd3ea5102b63e6704275f077580ec96734fbe00cb22b11c70b06315552fd324555a1c1c69abb0e85a01df7c78137bd6979adefa7100f0073fe0eafb501d234f958c63a9f0b11b2c13dc5b3eb8e8a09fc141ce92c5accd5703b63f80706e7dc20c7616951aa17b7c022d32580412ceb9fae05c73fb4f1f4b3c12f26a9ef42afb26fdf1eb4383ef62ca994ebfd35379cce47b14d620a817d0e6fd1e0475c3cf7361bee260c97bd63575898d0e7986f67a40130594914337d955891eb191bd63d50547c0e7e7778b033522153f913141d949cf421f419ff1997cbed454177bce13be1b46684ad8a5edfb207a1429955d0dd44ff6cee98257d6ebf02c7ef04bd73cc8c54984680e7fb352d97b7877ce238c1402d9fae1ef78f7514bffdba7a2fc4c729e93d9687acb27e57775d5e8fcdd7c04dd307b27b79f8bf819481f1bcfc1914f3673d6b7fc8d80935d0e92c7afda9dc1f8df66e2a078e04854f004390e7a6e76b08a1e0f35e95bbe2a525b41eb0bbb6b10438f17ced8f06d7004ee8fb7fa6ba14f163437431c34377dea8b4f50bbe57324cb5b71f846c60c07d6fe934105406a8d8c31e98908e706cac883efd42d3fc5a08ca416f2d007d56a60ec0bbd6a93d198becc91b23d8ed6dd5ff69161c495160e3cbddefc8c2f31e5fb4085760de0228cb655f0d4fdcc86eab2fcdb72782eee4b1fcae11333f1d67ffc914bed3ebc376f27e57c706daab38d213cedb6e4de2b25501f80f0749d072f710bf8e23cc56697bdfeb8f3037cb1feac19fd08b0cedebd795d6ce7d5fcaa380ba1179f83e1b047afb3913ed070524b57e1ef61cc2f42dad37f6e48f9c96ffeec4f93e2415dfe8f5c25512bd39f25731cbc26c8b4f3da78e8afd13ce301fdee1fd4d740eff469ffd6e5223d09561368d6b9e6811e03f69ffec93a27b491ab81685ad8985909d4be99fd80f6c61ce760b4fd6244a48d19e1262d7ebc8ba68e9b05031fcccce7213698dc237da9497fe94b5f6aba3bf2a5a63c3cf8b022d3406fb477384595f49930ebc7e66f010e709d9b16231b7d6d7cb0ae3b7d247047cbc158b774deb0092837a23dc7816c3c55ec910694d5cb37d67593031c7efa2095aa6b317be146c60b83883cfc457a7f89497f3394e18743d058b083242c98786ad68bd2ca959752e91daffcd8e70e367bfb32affcccbaae057c7d166f691b3afa306cdd34cc7510c4bd7961d7408c0f589bf511a4dcea989f3c1c5e3df8b7e92f72dd1d7ca9a9dfe9542c18acf8a5b5f94e462f79027a1d9278029b51ff690934bd79d6126d46d0392762e16baf4d205ce7e09987d8ec568837cac300365044cd4bce596198356a574b6239abacb97a0c6669839d94f9d4d4fee12f31e91bb2f5c181e1074a38a8bb3fa77c21beeabb81c9b970bde1b23fc81f677af287ea093e039ffe91faf924c9410224674030c79750585ac8366d14740d87ad9c718977bd0ecbf2c1584ad81c4a2a3feb4f94deaa6fbaf510be5a8b4f6c3b1f9c54f161f5fdf010dc582a0797eab92ae41ea26f91d4d432bd16b76b4c4444ad52784432f98dc1521af67f53035a147245377595d1d89ef759274ece7eb585cb0baaf996880ef53f4d7f43f6a12f31bd7dfe88b38f94f9969ffe24b1cf5c5ed820db170bc55c5fb358e3ffe03b1b6fd5a284073aca138fffe12b9eff0a91a8461bcb366897ed610d8e2976e0ecc31b81b19262cb8c4db88cf389bb9568a5f833bfabe92dfd52d3d4b6156942db3526e0326d58c8553b0dac2b71f8b16531b73a01a69b9bc17e5ea520c059c47e6f4cb2c44f6f0f71211a63ebe5c36c2d568cd4f1aea2f53f907a201d0578da2841ee997fc4e96f120196fac88de4f20f3fb1c978b2e9a346f9adce1cbc324bb34a6872fe4dacfa6aa0bc7ca17e1517564913c533d9ce5484592f887e7752d042058ef1a111652cad6363be6b6e233d89b7cdef854c3e2efe4c7ec4dc8872b9115ad0a4873c10340ebf2ce3d3b1834f72fb2f7fce6ae9954f3e870fe2f45f66b5d629b83c9c6822e9f200463f3701bfc1f83496ffe0eddf35d90f7166a01ee56b8f8fe86fac630abef08983bf33f15d4cbd1395acc77a8392b3f4626ab8a0d552833ea8bf6b0fd01361f4dbc75dff662b987c34f2eba6986c4b66e6b506c24bad38659791accb59fc31848e73d208e6d68475a445f6bbf5372e1f1a6f9d3f9e6b8d70828cfb61d9538f7beabab956d6cc52b11e9429c6ecca46dbbf56e470779c01417e580a81a91bacd060cd8b26385e2b263c14f31d1cf0e8a4d60094676f7ee4ac6328922c861e1f765ba473b0dffc89f3dba49df1ea457d067f73168abad56ab2f7ab0e34bbe6d4d51a3e35aa1301cbfb72fa47e5ae674a359e4ebdcb67f139cc1463cdc17b50749cfefdfaf7395f7c17c6ee0ffe799b35642fbe1271431c9846fdb2f621f4a4c91b92199c15b535c4841cd26abf8b88cd4d61032e3f90dd5ee6bca8533f8029397bb6e45c5f06f2907be1d4f26f8dd4b9cfa726b90c38be677088b6d6d47115ad9ff54bfcdbf557403a7c16d621c243c715c93194cdf84f36e73ff81ee6c09b834fc8438b7d66b3467fc507a9697de3bf9b14e827fbfd9c6d24456483623d2c998e7efc39ced24df3ae0b9626defbb2bed4a4efa3fc147d0bdb39deacbf5afb06fda53647c7bf8b24e25a7d08a2fff4ea5f378e4e1dce4c517466dbac432bd6a8660e5e9c46d0a49e0f1a2d329af3c01dd24ac169cfe183e5277a440010cb4d24e69c62ae411a0c5aa1fa23cbeb398fa11b511fa05d7774a6c6430f285f627a873e82569f320ca4ec430bf7d8c224c703a0fadfe720a2073c74c03c300c7b80efb88922e97ff9c84d9d3224979a361fc2f773da82288bbe3c453b46f781af93e52434720dffbbf5057bfeaefa39f852d35ffe0afd05f30f61f0d72bbefd7b9f5ebffdcf3eb9feecdfd97fbd221e75e58f5fa6b0a71eb80144b498a93723e79554602350a13bfe8c39629baf73f9497c3fe7e7ea6f8b7ea9fe81855ffcd6c7d7477e18fed91cbe8be9e5fe8b78d32c9edbd5baa3be4f9c47327d63e4be1e0d6ac91d5f7d36759c6310d4d8b8709491f0aeefffe5230174f22ed062ccf87011e6c6d9d17e37d8980194cba8e9d584c3fa58208d56b10e403461f21353bc46e7a1af854eea439af87bf69fffe6c7d77faf7f94e137ff32fe81c6edb51e2b48edf488b59ee664c76b3eaa0dee0e06f7f54faa6ba959c4fb390790bd81c1855d059f6d59a1cbdb75fdda5ff4dcf5bb7fd36baf5ffef3f50f407c181e4e4abcedfba7001b8a68ecfade4d0bc9d1d9f63f8e490df7864fbcf26b1d4e6b442dda3e7f1d5e72c9e4eba051c5994f3637aaca242540ce21d6c434981f58db820b1905db4529ecd1998d3562aa52dfacbf1ef1e11e5faebf46ccdf55f7a87c6705dddef8aaff7a60cfc3995ef7c3e5001aa4c4654905dfab895723bd13043e6fce261dc919f8b6ac9b1d3cb04ffdd8ebfaf77ecdf3d7f33fc15f855e921fe4e27fffb6f9f0397ee37f7a546c4e8c06fdc25afca7801d9a4bbefd735e1abe8c9109a0d707907c4ecd41123a3b9d805e89cf9f2445c2d60cc28b6fca1090619c0f6e0a1d0d44c457d0c14687a0d5d39d31d5cf86dd6889fccd7ffbc9f537cf77b6413fb58bfe31feebd77eeefe2c162b3ef4a99bfa0ea690bdf6419229fd744f9c8939bad2286b6113d386d8c49d7366562e2a7cf31cb446d8e868436ce293b4deaffebc0ffccfe618fb215efe9ebe62f227fef2ab87c3292d0bbd7fb8eb48ff6b279bc75910e6486869e20eb92756a4b796b13aa8236284dfc8e623e66fb7531c5523e78668dfe2804833429eb5261f28bcc91fc0cd2fcf8eb658f5316d5de7a3cd5f7bf9d7fff02bd777def997d692fdc95f7f111f41572ff8cf91a5fef477c727d57c3ceeb38d229375c2595b87408bb0644820e19cab0fce874afdf49f3970d391d4cb3c2d3efbd3f69b6b503fa5e97bdff5e4fab77ef74bd78fe9ef50b93fcae15305dd9bfdf5b1c87341de182a83b583fa27167c4e237b4348cc367c1771ef66b82e6aadc3321cff9d24c80db0f4834779836a84f836e35434a164cc0d8fcd8951bc69ad68de3703d33e8dc98fa1095ddfff63fa778df4f7d2ffd97f48bf8f7cd363fd31dd8dea28de9f6ae9f3f56f8cdefd17975f37ffa89631f43f60fcf870c67f1c469b03cd00c398bded2bd6fed8fb8795ac68f4e2b34be7ac18514cffebc613d587587250437f747d94fe52de43e32feb2ff1bda27f5eebee30ff08a6d6757dbf3e29e2df03fd06fde314ef3ffe3921eae41cf60c7df7df38b5a29e6e523bfc146c2defdc4095399b8e9c72f7b775849907c1ff5f7c0a4ed99c882c880a5bd5fa60e6e1caa1c177dece62c921f6fad9070d6b59f3ee6b7c1e01051ac376f8e8a630ffdada1ff9ab975efd7d529b3af8e6c58c0fccdcebfa8bffce6bf48fc3a27a0c6435fc30c854a0a3e5eac919331777d66662ebe84f0189f8973ef01ad6d4055580fbd634a9381cfd00c54fe4effeb24f2986eb67f9e0f5cbbffefdd78fbdf740d9c04047db2a78ea7e66437559fe9121a89f7bb483e19330f1d6ffe298debe111afe1987eff3275f44b07d50f97f3ad1f4af1b6e4f01dfb80a72349c9c46e25efa127cf735d006b437af73f9d1aa1d579704d16662712346b9d0165cf822eba73e4fcd459a456ae9aa6237381f480f36caebc6915bfc286cfeecd71d1250fd7304cbff919b23b55a991ffcf773d6c5fdd937f6c627365401eb138fa77009a57eaeba7b83d35e40b87e41b7c8748388c73e13b66b077d2967656f8e8739e9d964b2455d506f054af901c5c0ba19a5c1f02b049626e2a40a13cc44706c9a377cb4f5a30f8fcd2200f4802fed1d9efa7823b8756c801a2310ffda32041ed9ecef5ced758a6d2f301c0cdad252750d42ca8de8ea43d195760e0c1e27a1353f024a2ea9dd077ce3c165d1c9e5ac8ff6e4e0df1d4e51771e1c3f125316afd03d584cbc72ed25e51555be7ae69abffd46277b0b2f7c79296521cac11f6fcc46b1a78af78337a6dcf8a8d7fccb22236673ae1cad3e58a536d543efa190af11e738ac317f1c9165a861ace6395363377f9a759e071b825e33a8593ec87a06e735cd16fcc06c6bc6882b20d830e6e0d805a45cb235505dd762a39711f6185e7c0499ab92a77f314effb1b831e18f718bdbe0041e9a04322e45386fecbbe6f471b2029d1e0d1cec34156fa03ad0157eb68bdf7467f8a034f5aed848e88b4f8c1a8c8de3414e1b23904972fe24e9de818d801fae68eda6471a23a46c9806daec7128a61a377974f5d35096aca59199d53114ccb1d8c53433fca98a9822d134356e123cb48ee5cd0d386aecea5a61c823f558f68d8176fd136ffd04d38f7d1957553ad18de187b41b1df69a1a4ff970926c868a7706609ba07670eb01508e34d1de16d7f7e6d4b1d9b095333fa1cd5736fea3d59a56717d55a790d6abfe70e24ad734a668b5d4e37098e23f9eabebff0ab18d59402211dc8d15ecd942633296234cf1be4601ddf5e0da5c941d476c2836e9fd04589b3ba615ce289f9dd6c4f5aa5fea1f6542b97305bbf0cee5418875f8ab180e7280e0147f88eb3809d1e0860f3375b2b240f458b6e1fa1f43f5407af3b4393c41bf3b8a6dfdd606b74aad739a629e6c1a946b6c7e1599835767b3b22a97d8a287915c7c152dcf33186035c37a919cf225fcc88d64ffe186a38aa0a337a42dd08342280fc636b24ec28593070fd6c5109d83b6116d732388b78690048d8b86f98d1d7c4834dc460e8543afd1ce143a3e421cec6a2d3d97c77f0e0ca6cb0360a391eaf80dc6a751afca834fffd4ccda440b89d362e56bef9ba8bd453da54ff39e79e18c979ba0aca1e56813cc597a31f22e482a7599f5c36609dae70869628b65741877fd9bad60f2e5418a66ce62f8d2b87d602d197d2d879d4f92bc83108c67afd13e6214cafe0113e62b3b3a2dbef8d34df7eeb63d2c3b3823d8e39efa0eb5b266968af5a04c096ddc3e6b5ad52dd08f0ad699bab5b21f9468c1349b3a0ce1a1c40ac1498c4efa1f8072eccfeaf16fa5f431748b2a7c836e2ef07b574ade9c05fc185b58b65b53bb90625beb3c3cbdaf1558f41bff96367ff2f0ad1f1fa973185072f79fac5b4283a1896518790e5913bff3ffc50f68f16601d686b477a84fbf6414cfcd2095b5eb0235160c6b6f28eb7d396c6d79f289076b4e4f9abcc39957c3daceb31fddd167ba3faa919ad445767b995e141bf33eb4fbfe83a3ae7b06054763f9b746eadce783239701c7b7d81a688d98e61bbdc1df4c826effd1ad174c51c356aca95536e6543be78f6aeb958447fce8a7f8503db4b8ad399e577c90c79eef274e5bd1b12e62c644966beec9f0957cecfa1c44b016f10d8798a4d931046ae22c5c716eb2b16924289a2d06ce1e5edb438d280f9843b01713572ccc2acc4c6de8812e7d870add25d7ea4cb9d6d4b51092ae7f4823a8d1030d5fd7851dc53bfeb90df4845ef8ba6ab9ea9bbff739df60393868fb6689b588965b17ca02761afa489c7c72e7fd036ca87966ce59474b5716d858e7618d2472759da9abc8f24f6117c8dcf3243f9566565e3fe3df0cf79c188529c3df8bf7828d0684ac8e6b845bc8076e130361add7cd8d4005ddd14693a5e7936b5cf901b58df023e09878e5335badc2a1dac7fa1319636e2fe8c47fe2d6597ec6ec2dc535cf50fa1456e4ad971e4e5cfdc7ab32c86bb3cab1f51eeee49935c2c9e6869ff4cdf5d48b50f9858d4281ccfa4994d7ba9fcd3bae0ce563418b633db8a8e63c7ba649ad3b7890f61bb50750d4d8718955d075537cff4992207e9a81de98e0e1a399b10428279b98b7ca2a16c4f00766395d9c3b749619ab84eb77a18ae52120269638fd6884d64d0d023388e75d8cfd34d75ce7e80cce98a5362e824cbf9bc5cac8f18fafd68842bcdaafb0e41aef4df6d98e2d72b5580eb1f45f7e148cbb3524e41e41cdde45ca2fc607a84d91f1bacf7852c385b5fc43e951ae751c1713b5689ff76fc5e1731e87feaa3196663a309052677f04b510d44949d487e37d4ca729059a003c06c8b164ec83d64641f7a67921ccafadb0c8595f8da41947a287cca1bf0ab5a0f3c140486bac1e1afbe1b23934f036fab8f2594ebc0af6368571765b235ec110df37631b74cb68534e6177ef7430ae6f7efca7dee0406fa95acadc38b35ef13f3dcede408aa26f297c1e7473c91f7cd2c43bbc0eaf7d92a7738fa59ffe133f049c9f7e1a6626ce38d63edbc1dffefba0811adb433658f1365e3fc47b8874edfc144a0311ebcd4ebec752a3757aea2b267331a9381485eef11d0f3f3930034ee97bd768e690ab0f885eab9183dad4648c32ceabda9ec32d265ee37f291c9658323cfb82d0627bd51bebf3b7fe2160f6fdcba96b8a647bffa69a49d12c3ff70f6e1d602cfcfd00f7fc612d5c363aaa8d2304c2cf84448cc54712c95a2c01e2eb415f18477d0be27f3e49720490dd653e1f3217a514f9c1348f919d5f9596a465cf9df970d2f02d5f41d789f9a805ebb5eb276afe3c58a95fcef80cecce15fd8cbef37b5044ad43e0f49b440e5a4583690ddca7ffcc803528332fcb6953d97a4d0958a9cbbd23b7746850a33c6f1eba98179cf9ec11bfe15737fea3399e542175252e1ab954bebf205e8fc182a6a0b4e649beeb3f79c134e0ae5ada9be382e3059dd103c7d8bfc4b39b1b0ec8406226b1a0146a7b062f40a223e89031e0626af314d088ca3a865bfe0030bff9a69538f8894966906e38dab90ee2988e38bc31ebe8e894cfccab07159176d21d73fadf072f163f2193759bb3716a27663538e96cd8f474b7bea1b717eba74edd658ed8e99f78a2bd3247009f89ee798c693a155b7eeefb6c6feb4019b53e172bd47889cc7993b4727c82d3dfeaf4091e37ca8530ab7c4c0bee354f7fe3980ba0b19409277745457df32894919b78c445e678d27e34db6832e400a45654a8c1cda42922e32548e78abb3f9b0065f584481f54ab01b12f2a577b945c305ef06c8fa3b5be7a105394f0b07f560e7019befd0795fe0d77edc095d34f5a3767d2f726fc4fef9ea81fd981362bb7e811b5c75bff8b637a35111afe19b710e74fbe8860578c5c42cb56b0949f33273f6bfe8b6fbc99afb8fbd6accfe26ba00d68ef6ce711343d25dce474c43a7be1663d8a554e02ea8ce25bdb7b916d5c986a2edc1c04f4c474a589b5d7c207d28305f9f0a8b7cd6f15dccfe0b0145ed859608a3900002d4749444154e995ac8fa6b0993ff8efe71cc511d9fae9dd3d1cdabe0fd83afa6fc93dc77fde2c80318eff7941b7ffdbda44cfb17647df3050f743e3f83008de19b6a80ba9a67b56e46ee2ec56c1111228f71fdfc474d162be50cf96e8b050ec4b31727d786c162cd0036ecdeed1678c860b6a5d1d172737021c609b613132ab46b41385166c1ada5a46b9ec16c8f6bcae3ea8de429ee929075cdfbeb10625874e0f919954aaaec5ecc73ababc0c62517e66f79da07a8a92ef83a068bb8659cfbe54babcec7336e19fe76e03be0ff6a51a9b4fae75b2488fdc9b7eb4145ac6526b8113b3107c30d1a207d6a4d0f2603656b3d77db696c0f0935fffb2080279c722902216deaeadef1858ede64c2db8f953df798a6bc16b469b850f32f371b347db5925e1873e58c77248d4871f378979b78ca1723b8c97a021e55380ba0a52afaec0ba7a0c7847cebdcece130e07137ea2632e39f2d4738d7a3d7111f0436b93e0b540f0038d980cee216d1bcb092163697abdabe93ad4033359d717d0b1214c0d761b77dcbf82e1b8587856742b5af1b7229574dee93953e387688ffe3d28f5737382156a0ec57abaac3cf1e133b35d9a6d2a7e9ccc31c06e33908eb536e412636135ef276c9dd58ce9a882d39081d69888825a8d7f63ee5cec79ca906afd9e5674a48bcf7582a949b5fd702ef688c4bda3231a9f6cb81979f8e3780c180723a37d5183c1dfcbb10fd68e3c70995a3e23d2aea3a07e627ff355dffe1327bf86d77854046aebab6afc821c31afaaa573190e53fb1dfad272dc66d08173ff2cac430deb6102417d99691d18aa7d199582eb26b92aec89b3184ac4d94f801c765d4f178a7994cf66e2ca25aa90f84719c75d1ffe68805d78ad497000290d7f1573f6eee52e17a2fd8b0637fc1c756a95913adeb5e1f1b5b6a3b1fa767131ac2bdf956a7ccca5daae0facd0729ed995fb6d8df8472ffcbd52666956dd5484a758fbe7cc4f8575f635634a49d384a6f02337593f8ccaf86763302a852f339830a4977173f13f010e61319c8e600e760815b0cec84ac43ae43c08e8d5ce5d4ffcc61c276d31c7cd2f5df3ad5eb06926870fc27c49f410a1e750877fe8dd5b5260fc868fdff07c5bea1598e2d422deb5f5ec9f9aa35ebef6eb0dd522f00d8c7fd78cd8c4d1480de42a597abd4da5fbd398480df852187f99a759f712fd9c3f5e476efc9bad60ef8fb36801d49cb3c899b06f4d709562a6222f0f7b49749fa5b2c8c6ad61d532b202e2facfe229e682d31ca09380c2dd7d38d6562d14678c211f94426839dd83246217940ccf134b83216c5e0e3c917a30c055b9b1a333754f2bc1ddb9d6aaf0506285e0244627b506a01cfbc39ee186aefa5367823768cbdc440c3efb3fd7247d5c63c97b331eb88051cd9b9b6fc28ddb1bfffbcc460fbe968dc7a97701e07ff59facadad03b08575963079e548bdd25ef37a06c0dbf8e89ffe03ebbdd617eaf73b019b24ca4d7d094bab0768c5311c75cc80b165f34dc01fb19e346b4332af860b418cf5cc994c6089d8bcb2a5263f52c22c40a97fd082be7315c9f5dd9ad6fa116fd8458b5a999abbdfff7815cc67568eb5c6c0d441ccfcc357dc4f8db971da492b31d6f0ba3da849adebe93f7d39f580ffa5a145fa8c88d73edfc607b970f2ff93fc7e4efc33d2bf04f373ea2bbb6a1895b3542cf77bbe0eea9b3c3709a188d2ec0035b510325e2382fa8c3619be893181b84715669e03b19820cd82ee4df2c3d11a73138b43d2b588bb06f3c45cefe14bf827361117954efdef376bfc1b75f84caded3b373c58b4b0847ff4bcbae31f7d6310d6a2fa6df7e49373fe81967246cafb1ca21558ee5ffa09ff46c3567baf87dfa6a836be175ffae17796003d12646e69c7e0e322fd93c31f3323b300ee1b2c3e7266eb2c06e88fa0047390254312c2451263897071f01da111f3b5d572d980404ec331adcb6736d7016f520a4c280acea27bf3e7864fcc3a5363e123f7cc6bfc4b40e41c8ad6682c9da152c3358fbd3827cccf84b960e7a5c9bec67fd6e40068e24b2c1ad42677ea45a47cc38ceceaa19907dd228750ce5be8940aadebc1c557ced367323271d64a25cdb9135efce9125ee15d39b0a3a1b1dff72fdd2397376a756fa444f117eafd741f4fb8c1aaef77871891cea2c2db169144f32eeec33e51913944e76c712c1c074a84768bc9439403305a58d4a23338f337a61ec0df91b64474a8931fa991ba3b1a3d7259e94af31a3e8baeb56f0dd49c3726f8f013370ebd1ea6c2646eeb5b628a241736711fe000ee4fc671a93e8cfa77a1e1ac751c17d3f30075debf15a7e7d3ffc899efe2e967f19d87d493d1d27e62c03675497dc5f8494a17268fd01dcf378b48000271468c5a57176b5043cb41b05972899143c3855cd191e8e97aea5766cdce0703c1565d835df6aeed52c7bb1901624cc2b39c5ea13d73803c8e43b8784583f87a98ac1899da419fb50f938283717df3c7ef1072e8b71f39167fd32333bad4470fe9f057191837635938f0e6837272e0038cffe95fb19c1a58367923850fc1a4081cfa2b6cc8608ef5ba7f8baeaac37747ac3d349ba7cdca0b6193c4fc7b502de6e9f561c011d8eba40c647fded46051cf701e6517da07d062f7f804c66872d51fcdd14a4d4c6133fa4b6b418322be1a8eaddbab01d219deae9f44bc52ab00d149b5cea819ed0b899e0ab31eac3150afa74063a9f6b0ae4b4bd658d75be8a97e3b91ad032d625d2265f5fc612d5c36f65a1c211079631cf72f89642d9600bc3c27a782a33e81f81f1d47a6a775cfa945c56384bee29caebf0e6a534089cc38966ea471b3dd481af64d7151f8b0a2134d5831623ef911b639356c4fe6a5e1f0c10d50c4606761216492bfc727d022835d936575e1a0ad4ffddc94cc83447a5e96d3a6b2ab2ff26623a5bc2573432ced8bbbb1167c70a6416510342fcba503ea867fc332755fea5f11c15ca7c945cb82ab6bb828d86de07ca04eff311841fb571216c31c17ecf9a47fbc835d63968e696dfea1b371d5ce3981d3d741b738c0be4948a6f6149dbd315c8ea36ec1955300f39b6fc2389ba9fe6dd8c8c501d11fbb5130bc66c01bb38e8e4e1007aef899cf4cd6e99f3a8bab45cf21e73c2ce2f5b0f011367fc3166efb8ffb81ac87a9c7489d6a670ef2e4df6965b6226a849fd0aad1c428dfc47bdf43b979a08cbb3d00779dd0a8a4ec3c067993a4c3f4b17ac801da41fbb32d2eadb103ac06eb25ffcbc7c651da7abea8a89bd86de5261e71e1f099c279907ba0c99003a0ab35d9b01456b184c21ba473c6cce5869f623e94482a305ac019d68c7002f7aef182677b9cfeeffeb24f2986ebb37080cbf0ed3fa8f3e0a7a91bed72b0856fb4e29f75ce422bc3cc8fac4304978789dc4c87a6e3daeffb86d0f0cff818e9bd0a22d815039390ebb365d87e3d139bf5b3be9fd39c9e95f0eddb3db9c604ab0d01cd54ca3f7dd303a01eeb1e49671b8538a3f822530c5d84ab91d9148ccc0857577c2996bd1663b63599fb11d2b9c51fc6e25761d7c85330843b931f90a5350bfebb1de8bc468ea9cabbff713722f58a8a6fec9d3eeddfbaf106ad9a40b3ce356f963120205cbfd0de0628f5e04805a55ca3ca71686f8e0f35e91b1d5bd78554d3d3a68fff260e62151c197173fff14d4c9711e87311643c0dcb38c3a74bd61bb1febff8313545576d5c631a96cdf3518fac029e83f43b36556c6af3e1557bb0ec8d4d435bab02e1a09f5ada1f07d26651b305d2968ea748a716a9bb23fcf4013f55d762f6915c2d46d452ab3efef4a3f5fa66f2e14a0e2e584d192c269e9ac957babcea99bb6a9451b13d6f7ef49349d56ae08d75cf3ab582315eb9799606a369bc3253237c2fe6d00630dafba10a770e401be0d42f4d0b06933d65baf5e4a413cfdb98f618f0216bdde348632386a8469b0da6b67898b681cd4f71ca91755c17d762af35b1dc66aeb323819fd9838882a7d402aa9719a4c77f7c107d78a099fae48b93404a44bb548b6b63fdc077ffe58e0c8535fcd096377d383117a7c6eb7a2aacaf8bf03d9bcd69f11d7970e5fa5247a67db9bed08e0d6b6ab0dbb8e3fe151c3be9dd585db082f687f0fd9c798b9a083963bcf67923b8fa6e0dc5b0afbf9344f2301b0907fbe0c0590fcbc2124df9f664f3168c0888888bed3b13c63a18156e0dd2195ab9017652b00866e7a380f6d51a44300ec6c12245f0e6ba1fcec55ef07a48f9f30d82ff7c1488e3d5cc8d76fba206e3e6fb39a72dd7c7ebf4158134e5faaea37d42736f827ae6d55ac719b7beee5a4fd82773271e2f52a596a6f817c37a89e7bc945d9e752e0f9c0569ab30238006bfb11f2da78138ae1d29bd029fb3f66640e495f5ff171f71c8c302835d116c5ae10c1422ea2b71bd12653dcd4d8069bd4b46c331c5f788b99486bf8ab9f6e9ed212e358d110d6ef8636017592b672a4a29bdd67634d8e76641d3c6ba1b17b15da3d8d627d3eca99dd8643cb9e05123fed12bb6abd47ce04a0f23b9eaab68799ec100ab19d68be4942fe1476e248783cf55c6d84ac9b1d53c71efb81f20e6529c497321e5f4dcafe56bf19df57d59ff5f7cb84aa008908aaec7033031c749274f3c52537915de7bb031b91f1ef32571b2abb5f45c1e4e9a71452e009835c2c75bc2ec97d7401ebe4e1ff12548f9920a1fda14b1ff14752f1880bfe2c1bab696203d865e6d62eb2ccc27e2822c52d791d12708ae3ed83f6b0896bae9dfe75b1e1a73ffe23f3e6efd979ff9a6aa3da0bedf3cd6774dbacef0b969696405c4351dc8c4561eac9f1f45c87968ad58fc2ba0b8bf1f54320320c8bac79d824ecfddb42557011a9ea7d0960e1078c61ba6d5680444d5bcdbd2f008188bcfd3787c54d37c15a56eac401aa2cd189932cfba0a6e284c16436fd0becb558efd5dd5b3ff730dcdad5693bd5f55d0ec9a53576bf854a84e0450fa20067cc150afceec42c6bf0ca57a665bc30343134bf3b56136d6e98335f7cf3873cb3ffd532bf5900e3b31f68cc51fba0d4c5d8c90af4b3fa0de8cd93c4461fab07ad2e41dcebc1ad6767c3b6f43c6b19d05aecc0f972d35f94138350dca1a5afd24acedad96ebab1835e21f60b50e6cc2b757d7c443065af66a1aa2c3d71c6fb901673b712fbeb5aa44fdc4a29cc3462dfeb5cac6bad5defe5b6f34d0c6259c0f30ac8367f0a78163ff33f5fd9cb68db59ea902ace3932c67343d8e5f4d1e50f21df5dab649932140a4d9254c8c31337194026d34a1159b8569e1e54a00e9b38632481223a79767165e87b9ae0b9b88cc421efec442bdb9ae8cf9ab9b39b0169b378e1ce007540fb47c1e6852791ee2d9a647c2b9e1c3097fd89a80edb39e7c82e397b32966420f4ca338fa1218bf9d7b9ed40fb633d8fad76c3f5c0e2f77fcaf5af6915a79b8e83f6746dde2bc108cd1aa6bed38173e38a466ce345ad691d0f1fda04209b98460b9d9894de1364c949f56ef04069ec72cba377f6ef8c4dcc8d45842a5cf6ccc11cb03230197af9ef64be7003fb03c617d00dc039e4e5fb359f587f893fe7ece1666d64f7479b91fc7a6b8e3cab0dd216d1e1ef0a38116987507b5aec09c13e98016caa5897b0cde53b99331afe7bdaba4be30a31b34fb79696a9f9d49b276c606760f893b690d7d04a5a134d58f986eb85115e2c9befb11e4ae21848b297fca4820ef8ae80c6e1a2ea61ed893da467350de3b1e646a149758ba801f4eb5efce681552cef22f2afcc68d63ef0f95220a18fee1ab0506137e8308b286c588d7789c2a299eb4ae8bef422bfce0226ad13eefdf8a53fbf43f2aae319666da3ddaf07803bfce8373d05e9778d4869f1363f2a066e3693eda8a47b5fcc0eb35fe15f3a107abff27296a3c3cfc04e442029161b0cf8166bd1205380f3237d60a14b17338320409fc6a2e78c7cc8c986bbb20f93d5a1f353fe876d5fc787549912dd2dced6c6970845d924b0e8c50ba9f03ec59343ffab939a035421fadd15d3dce591ae7623edf936fba53bae8a78fac7cc75de5999774ae6e7a532dc0967b710cf2a33f50efcd83e35a5cf0dcf3a8c2d6b7c153c03cea6811fa3d888d2cce688dcf381c2e1bc5a98a7f7eacffedd8566c34156bd23a0a391faa350ded9f2838c2c5d299476bcad97cdfe1a0aa6fd651d74d129c619cd75a8dbc7f1be1f5e155c4e4132bff9c3fede31e5dffd397bdf60c7de8eb67cb7fe85ac3e8a979bbcefa56ee853782ba3f6ea3f3c612cce7ae9b7ce67dfe73c0aee9fc0d424c1e0bce5af1959f73568c0787e1fb7247dfc59406617d66ebc0184e96c92fbed0fda2be628baf85ff2b44bfdbc690a50d02c6e847132d15ef60998609bba5cc4ba7c8d008dff06dc3d5863f3a8b0f61c6e8c35f7559c85b647938f7cd19e9b2d7fc5a75fb0b3ee3d05d99ff2f2fd40fe7b3faef39f45e25cf41e5e1cabda2e3de3ff3d77d0e3fa73be73252e66bdd7b79ef24f1818e7fe4dea0308fbc675d34ea31ebb9a9461201030cfdf9321341331de482790079f8b4608c234f815b69908b03b03f7228258f005bf17b40d50b275862bc367fc75931a2c6a19c3eb54bc298ffbf5cce7372fb7e8a7c303e026209cde11cf78f030b3fb9de3b1fe47a2ef6dd41d0f4d6d8015652e3c70c3fb45937ba72468d91b38e0095f67f856823236ca3e23043b51868364b8b772c1842131c4b6934ef21d6f0fd201a5c8118700de2c7f05697c0f38e6c630ea2a824315781ae10753c4cbcae77befb56b7e99f4df3cbaf3cbddefdde9e11679007cd9dcf39f86c72643e3ecec9f7c80b6f7276baa1b9a79c3d0a7a79e65ef5ac556bb4a03b3f18b65b12eee415e507813c0fd172ac1e216b18a59825a7bcffa833c5a847b3017636d30caf9c374202f730e65b4d39fda01bc60dbfb1f267ef8e02e714a0ba89084c42b1c21559cb07be9ff37ffd6b4f16e767ebe2cffcd557af57a74d1fb1cf7f9f4bcf8a1c67d5f3f2b9f2009d43a03e40e1093d027d2e02df77e5762fbe02a9b32b81a96ef0f5b10dd4cf3d9f92c9ff762c69bc0060b10c8d06e58825e7c9e0841611543c78da866dc9e2d1b11e4824672ec6efd66295cb2744ad517e3c4235bf42a347f9dff6a75fb95ef3dc75fdeacf7beefac48f0e0afccf86f1eef73dbdfef45f79e5faaddff052dad179f959f2b91f6735cdd2bdef696f7267f0eb7ee7239b29d6f1c55b1ea0fd4c4c7c61c8711fe69e6c23bebf08f49edef3617560e7f3a7604bd3d767ff9697b4e5ddd39b3d2c84c12e3085928bd96c364662618469a2b343dafaae355a8baf601ad93813efe8f420421f113aaacf544f4dae8d4fd1d4abd70ddb8d4e7d78bd9187cee2f7309a6b53f4e173a8f6189829fc3b3d5ac3054d6a57de0c2f8d4cc6678246910fdc3ff1ce6725fd1d7c25cbf6f1e19b806d68317df8e1218c9e0dcd86eac53b74b7efe0fbac54c7d10fc6bf34917f1e223f537c2a6252c3939d6d33291434aeb10572225a6b3506ac305a7d17b9562894981ad0a290ab74f134b1e8e71dbedec99b3d22ed41db18979316c27fdee9dbbf40e3cd5258301e7e121fceefe7449bdae94bc5ceda5ee331f1557f38eb64ea6b69ed870a4cfca786b6aed107c4e2ae03e7fe59e4a8a5620f0282ed977e58a2c7705c3b207a05cefdd7ca9b019177207be7ed1f810c7b436a741a770d5de0fb1f6e40d743486b4c80c90f099aa3eb58d0738d397814ece192c4541ad746b987b88e93b8e1bb9dc19364a48e77151d5f6b3b1aeca3004f1bfba217f61d7b536cfd9369b61cfa4b6c329e5c30e8e9dd87beaaa31c7c8efbb6369a3ed7915cf555b43ccfe034f61b162f2525c735fcf89cec70f059ffc1afbe6ac05ec0e53e455e552ab4cb38e5f0f4bc7cd190f921c1c527e11898b8a3112497682003d6261de6fb4183f5d5600b26e8039f206b889e2dbca47d10ec5644796e4a0dc01cbabda21e0b62582bfbbc214007effaaec93ef10809df62e56bbfde503ef888e400f3e6714d74f45a072b2c71e42a597abdc50f9c1a23e2822c96d6d22768bff59c6de889ddf58f1e9ed267799a014a2b67c152b11bff764245fb87396ce31a0dfff6fee187d1b3883f052c92fb67c088aefc70d2af1144108a3f42e2b8a6fdb38f2bfb070d1cdccd6824587f1dd43cf6cd75a9d83690c3db5a32af1f507a6016886e1a9e351c70966f4c45a96b7e4e03d834d15a03a08eba313f28e156bf537f1273083768cbdc440cee414139d724393cdb32b2feeb407348c1680d9f0ad589c090adb7eb5bdafcc9c307a357757a3246e07ff51f1df0f6e0394bf3392bc578c5bf57da6b7653a34cfd36487dbde23fb0f381456aa82caded3e6d8248b452b3f5d9658dcfbb7a6779f78144043cd9af62f925de89d4198c36c82f07da68ed97536e6637b4056c049a1dac9adade6af9c045a346cda09c46a885067c83eef0c18df670ecd525c07be1b97ab7071a5d2153e3387d2f874e120cdbf8d72a1bfbac763d1a5f2de36efd13f2d022dc6cbd9eb3ade62d4eddfd0cfdfb9cf571de3fd6dbff71ffa6aff6e9db30e7e1ef026b42a23e7bc4d75968c15a3f5a8b7bea7fdd2e095b61e99b5f70ee48838730da351a27863a460e8a31ba68f8267ace0e40b0639546a4d318e63804f6c3b0e8d918a9ee6f6eac79a919beaacf41158fbef904b4709c5229979ca2f1232df387adc950f312733e41fb050165f1151d76f2ae3375c9595f414c819c79f1959f4a3383852738331354c7e06bade87d7eb006d4ffcce16f4f1145074eaaafb5f5b9a8065719c999c2a77efa8f29f23033d6327443a2cf3d81377ce9e45fb7132ff594f402a15974bf9a5060622ee4ae0e3ccb632c3313c3800594c094f7c4964e81c068f6d86b73c2d2c7f81959d0e110e85a8b21fe8c7d3f67ec2c1ff198fe73064d9d8f4249734e34347d14c5b6a8b57260474363dff3ced9376ec9d125e6017c24f0ea07676612f56f3fe2b687c4ad70879f7b61dca43d4d5d97d2a57d15b2bfa35e91bc8b6326720393881f268cc9419ff01343bee6a8d9755d7a3f06ac35c6820bbb0a3d0cabd83935e5a56b966b5d05305a2b1e7ee2c6e9d2de3046a60715d4f4e922e54fcc82ac8b8cd7f0c731a9e1825cfe5d8888c65a87534cd4a2dd734d2e19f77cfa8f5a6a84b69d2d0f1cce78030f7f0c18a24b6b106e6ce484377d5aca41f76ca3533ee2a964b70801f7a18f03edd9bac660e1804bac8aec71308471bc1e504430cd3065d6ddf3e1dbc5952d2e62420c1736255a277814aa1d7db4622b3904fc433557a36115d09ead8f351fa6e54653c11c7afcd7a371427b6f1eebe1a31e7ae68973501b3f1620e9456ff19fb8e95c9c8faef9a49d0c2e6bfa033afd2359d0d2d70950dff143e0d02f2590c13081d158f76fd131ad8df7b3367262c4575e7c9b24362fb0d6b640d6069160a0332fc5f3a0110d1e68d38157076ad69c89cfdcee4380bfbe9b094f6e6c447327e62089e9a70b4b6861a70ef1c4e2b51298496656d3d4fa6dc4982bc66962138765e1d6712021c75d68b15dab37b65e4f81c6f0eaf180ae4b2b6eac410b3dfd0f57d5f2a05161309ac2cf19814c4fe12c9c131ce9c615e19b241163f19184afdb53e2a97f83102e2710ece8f89cf05283f0efbc51a980946ad2c32c6f7a3efd3b6f9f4324c050ace78256fb27edb5415172af132432517710affa2cbe85a22d45ace190d70c962974c4dab4302ed4d94637ce12124838e62d66fd98ea41af92d0e7659e36956dad949f96d017e04667c4ca63267fe38ca0799ec2670fea869f1b6d3eb568aab376a94b6c74c83356b12cb8d663b0dbc0f940b9f4d48f41ab99bb6a29640e12f5e29906e69c435b3ee0d6e3e214c35c1d81f0ea3e09cf6e9fcbd1730f70a14d406a455c5761cb909825fe633f3193ac8795c4e64f920c73c3319507876b812957cba990431d2336948244405a750a61aaf1ac8727d7c5455d577e6613cf4698aed54eccca72f82c877871db7fea2d8efd0a789c4d39dbfd3e288a100fbf57e608d066b53bc3e9a113bb894fdfc61836468a6b33737ee65b60540af7dcfb945c7c9a31f5eb7db8d4a3706bb01e1d87579fc4e70da9e56df7410ed1b8c55599252dddc573f9d94d5fd48dab2cea303dcc9fc58732b021da6fc954234e1018718788f160848b41d37599c76e99239764b4a8997764b4eefeb24f29c6527680cbf055b30fdfb46c7c6a60116fd12e076fb63a73bd2eff1423a89f7b545d8af0489878eb7f714ca77b8b093cfc336ea1bbfe297ac4ea4332b545e9ace7cca10887ff9fae7f9fb3fe394fdbc6a37eb82b02c7a83742f5cc79f34a3be1e5834982e9da686bf69e7213e0ec3feab4c214760159f0ddd4e63032c70ddf26d69e408778366604c19dab24516c793cf0fd9ce4767e708a383622bb361655e3c627072334a5271e4fd12214fd5c39f4e0b41710ae5fd02d725b3bc2f575eca02fe5aceccdf1c1a7e42653637c926a1abf8c7a5d7110e0cf21906f3cd50dd46504122fb8eeeeeedbe5f65f27d5dd0c56db8015e7f828edf2ccb3a8ff668a67bff0e6f3fc1505dfff3ea8423e9d5113c0b5a761b6a68c9f36cbd634d2ce45c72a24e09330a835d8ee7711a9545d8bd947d254a51264517e66f45bcf0fa3a1d4225f8c698e359e9ac9874f89f0b297b204fc728dfd910de162d1db7ccc4dad5954036fac8d5efc05c6c8ba99c144cb94a9113ef10950c3eb68e7564f7da4c95920bd6d1a49f2bcb24e8efe279764f68ad53fbdee3e10c9f07df04168df99147afa595ee77568530fcded9f7ee086efff2f9e349180620854f741efda08f8dd215a8a462c8d10235abcc0149b412e86080467c060acbdc1e192e345bdb9d9ad61e832010cffc56be16e8d3aa0d3a381839da66e0f0b4a8a23c94829cee6ce701dea81992cfae37de1c77fb48ae3cd10ed11c8441abe86915e6bd5bf4d3b74b2f66d3c425a48d0675d0391c975bc7296d55f7db706352da38063a18693c0ea5380e5ff0ed6a58edae7fd43bfc3f78d0dbe894b077dff1bf5ec36d6ae8627d414acb0892360bd5ea65a74c6f072b00f6b3f9c256afe7fdb397f5ecdaa328acfbd7303a39249488831686ce8eca7c756133b2bbf8b994068f90c345476d4265892d0f987c29a203542948999ebfaadf5acbdf7fb8ee80770f6f09eb3f7f3ac7f7b9f732fc3cc0df5a0a4914d8593a6a24a8b7a36320186175636147e1a2f7f9ed307e6e3c973e170f5e1b9d0d2c727c94bc1cc0b9f60fa2e64edbe1f0c0219fda2a84eeb799ef3caa9e9df1f8f27c2d6d2bd3c4732b919e28182fe1c745e1ed530e4d381d07ec7c0650fed6717aacfc6363f1182e7ca888f5715c54a9fb59c0caca3004f0be7da38aaae67b2b0f5c7c33edc67d2c3581dd76d18f4ec1d0defdbda7bc66155b31a6892bf8de52fd3e6f71d0cb08661be486ef9127ee4ea150e39978db19522973bdc08e4fc29d9a54266e542c96561bddf25567e4894c9e97d3ac0d45d8d16bd54b56e06b7b243e707446f06f8ee9fb2e7e5c6cc4870eb6f92100ad13d0bb2f90628dfa0315b0cad6bba0249c6b97401d7b9d55968f45cbcf759874f774ce01b38878953c48e07be5f2a72780cbddad4f2303c1979a127443c7a58db7be7882dfae830aef39bad62fa87064071ec5ffeda97a57c7ed6a43f1f77ec65d7e18fbe409c2b1dc6ce9f9c11c9f333604493df1573ac3051516453dd1f1aceecfce2ccbedba75cff28726d25a2d933358bb94fadf5a0d543ec1ca11f7f50df8398c67e51c2826e89e913160a35cd7c357274fa5295c4fa22822886c2648204638a1768f5585ff00d0dc9f4e1cd2dfbada6b070b7825621c557f31e98b3087b7d60677eb4ae3363d57a7cbc42c91e9b9faea335ac164cc3c8776ae63913cf927d1ea271e65ac5e49d3fd173fed144ea7cfe8b3ff418c59720f49bd2eed40e6ff44e7b2fd00a78f3674fe0ada7be21143c12205a13666eb6d37cfe17e0a54d1040662d4f2d8789b0e63e70d178396dbe84d1d2c21a138ce5055f75c1ea8a965f726b20ea89ef3998bc40d6c45f034ff305ede1b94e71e84cba8cbf1af456fe7477fed93f42c6c587397c4a1e9a5c7a4a87ccab3ec863fdfffaf39c9c2007e3f3e758e668e6e91d6796a3ed8b090ecead0f9ac345688a911ce92b417a97d854fcc6f110f5c19cc789b683859130e6eb62af7850ca03af193c7ae56be6e41b8fbe310e9b17114d7fb81d7c20e1376b60cdaa76fae67361901f9d685b238d5c0d1b5f55567e8c95db0126bfb912e34e2f77e1f48fb7c55d1d535dd34a77aacb7ff18335c0d9c092236796395c0d8b76cae2985b9f8b785ca59f338d9675cc373039177f26a103b53f999c974d1dd9dcf546c34b1291223d58f528596b70e2e8af3a176a5c2f6f7b5ba913c04a6ae4504675e90cdfb0fd001d26b99741f6013f920dbc36a0f2f21ffd973fcf99f35aafb9ce258f84433c46cf5425ceb02f7a9f5fce5557c8d6a8ee95c6e26f9d03113efa147569ae13f382bfc149509cf72081553586bf49bab9f91a10c26d02ee7cacb39e0020b3d1e2c2ae420fc3dd31f21750e7f24ba0f8c65f73bfb1f4e6abb838d616705067b9f447416330db9fa24ceddb1d256bf8939856f561d89f5ae8ba1ef3708a895ab4937fbe8b886c24de677e8b8dc7449adbdea303c7c7f0751e9c035972fe4668dd5a75869e7a36afb9baca12d5f213869a7f0da60fc7588e0fde88bb066dd552a19d673484713274e56f56f8c2cd08b7d968216eecdff93de81798518452b0175b232417c9b65fa07850d12f69ac8dbab105f064a0cf9cbb28bdc4df7c7a2f7e0138b479f486bfe9d19a3a07b5f1803420a12fe3e49fb27bed47d7fcd6038bbe98c93ffb47329bb076f4951e7fd705e8b0ffb96f356853671c733ff2c1a74968010c9d7949e6c16f5f1e0e59cd28c4c702c11a343d84cdd75df5bc68d8050fb46d335830b8cddcef8fe7a40f61f1799efc1adac85a221aa39f4afc05bebfbff99bfe2efefe0b02b1273e250c563557dd6df0eb1fec28c67b26c54a625a34678aae1597d962db2b9be24512c03a00b3b3d64c456836dcb591d4f469d671033d9a9eb2927c5eb82620982da71e8eaecba74ea6ab1c3eb88c6822624d72b4a5fbce947afc2f1042e504821d9d09d0fd23893e594fb617aab54eec706084935978ddbf57151279d5d1a73e3e9e5b2027062e0014f22bf995dbcf2f756abc33ad21613bd53cb460bd6af6939ebe79f2c3229fd9488018422993b98682849cf00e453855f9950de5c08287938f7904a4a15abd62013bb5bc8fe046c7fa3b747117c928eae3733a7562a44af9d53d0f7f32d96fe7b38f99ba2cb34cb876aff4923e017cf82a5ee74fc008c20d3f6b736c58fff0d9d03a27a093c335fb521b4ea4725d35f155419ad195efc2d0d939927fa34d407ef3cd49dd8d99923ff1d1a438aeba9df94b2fb750b8e153d158a62445ebfeb3dbfbdb871f01628d9de7730f196047fb59079b83bad8b01afd6a4bb820115f0a6a4cd562e66fd8c29d1ba5bd38ceabc2c4cbded28d47e697fcba9fb808acb3393d48e60d9c8a14192fe64f7d325e1e8073a7343be8b1fa9e17a6bbc36d39da3fe7965a5c421badc4d175ef6b75c4efbcfcae839f20a78f008ddff7028be6377ff0e94f00784c35ba83fd5ea49edecc071cbd74520afbf6e6e147faaff8bb8fe5fc55e9f6d5857bc46b25849b92d09daadf73f6a7528407636e14a9bb07cefcdcf9ea43ffd243c8c1f82b481c0ec5df690e4d1f4aa1ce321e18c13f3f72e7978af6d2643c92bf5a203c4ce7c28a4bd84c9bd5faaab3665e07eede93a9f44cf71e1a2911d548a4e183135b35f301c71025ef3f672d2f6342c7db1fa34e49ea2a5aa7e9f659a34535fc21e3630a382643a7ee066b78739f20684d1a6bfa4c5441001df0117069f853b707fc8c6a43d4afafde78eb071fdffee5e9cdb39b9bfb0f115c43e6f87b132eee9ec30ed0e6cc5ffe3ce73cd43cc09e4bcfaa0f6ad5794cfb48739a3c147dfc3a19a8cb08f4c508703f95cb350f350f7e23e258dde0e7e53802182ff20b39435ff5328b670dc430f3aff77f08d4bcf8590f422bbf94d9bfae0f6f6f3efc9dde4dff5dfcf71ebcfa8efe48f41b92c42c69bd655253f59d5b0e913ba518acc9acb11bcad053293f77f4ebe7ef9276c28b7e312a322c987a3cd30f7f8e4a98ea25dfde34ebe8247ff5367f3c021a287b145e2f4af842b3c6a57a208d3145177ad40632994eff0919c068e7518f86f915c8deb04b569a1ac53075efcce4661ace96fcf0f73e10c9f073b0b8d6bdd342d8dae12dbe31f4f069af44bc28ba417b6d97f95098ce423c61f74baffacdfd37faade73b40fc827efaf4e6cbfb9be7efe7410cd894314d0ef0aefaa1cd9c8ac7600840c59f69256c607dd804ca431188ef14ddacc02ca182e57e0ed6cbbf400036ee83a87af9bc541917fca9f9d6939bc302177fcd664fc6c9b32f5b5d102ffd049ff1d0f33900e6e73975effed0e99eba0fe04d3f444a1963b6f9f8f70b07086ed13701bb19701a16fdfc4a69670cd8d8120f7ef61ffd2a5c7eb319be736c81a44a565795a567e4fc934dffbb9bf7fff0c16b5f82593fcdf4d3371ebda7409f38a44e32212a3e9bd73207b1ebaaf81f2a3bc084f0c1e4747230e58384777ccccf765d465013e640c9ced81b61319f01d85f400e2bf90ffe1c167ad542cf031d1e95049cccbe2afa1f9a7cd481ac0f2919f5a04d25e969d0d5309c8be6cb547ce6674f8bb455776f380645278e99578b388c3c13b8598fb8e3a63299c197343cb0941615c2e00cd585653303cefee78cdda7c620833e1034cca48ffe185c3ebff4564d9c9b9bdb4f1ebdfef83d0bb0ee84fb93a7f73ffac7bffef9a9ca3f719031c32840ccc78dfb04e999662dec11d2fa60a5105c37a892ebeecc668cbe0c45a93e4341c7a3195680947d80f4568e08404b39fbf01c8a1b4c84338d3eeb19a315fece9f17a320dd8703ee62c067ffbae62c8380cf5879bdda71caa8aedba278ffba2ffeb94ff7e73bf2d4f302c48903a8eed83b57b5b389e4eb3eb2cfb51afee18f42c5660fe3165932b53ef9036713ec277cdd3e7f7077f7a4df3da1acefa02cf857fd83bbdb5f6a7b9fb346a4e13aa7de30e87a60a209ebfd72aac810d1351e0df36e66d50d72dd1a26c19bc9681b650e3d15ddb7a181f120876af419be779e251ee4605ce7375bc5f4cbd31da038c93f7cadeb692d2ba2a0fe7c5cb257aaddbff5914d5ac3aa957c15c1d3ed25bafa2ac3c97e0783fbca1f0d7b3a3feb88d9dffce42d3b771c181b6b0fd6b317f8d65df9d5c3e31ca19bb23ad7fee59b7efbf9dddddd2fce9713b98b1794c29f9fbefac747778f9edcea5bad435a3d0f6319016c5ea6184fa06c828d1f68025c565008cff7cb393defb79aacfda9a6eef61cdfe3c07af8d70796878972b4ae3363857a0f7e56c055d44a81e2be1e57324c9f38e60bccdd58444fd63c44e320f4d02ef2e3c5c70ac34e0d35c6e25b9f4ab4cc9016f7a65cb52bbdd33e6739c22bbf989235bf7a5a74ad924602446bc2cccd76073ff87d8678e65959f4137d637cf2fb0f5efb5370fbfac20b4a8befa43ffee12b6fcbe4dd5bffd7bda238c510313ec27298b29bbc6a14ab7b0e7ac24c785488eacd5acb338b776371ca61438bff788c6eb5ad64edfa41c8a73df88620ac495f00969e9379d50779ac5ffe3c67cea787384fef38334e32ef8531c039530637cfbbce73d24f2a7da3bfca7cf7fbaf3f7efbfa3ba779baec37a395ab3bbf2ffdf6d9b7bfd51f75fe46fff5f99817082f88be9f0a0e318562946e6f26c1cee0172fe4e46f84785cbd746e0254577e4b9bbafd0df025fcffb0c9e5f35dfc68cf2ebdd7faf92bb33eecd126f1a4ccd2977a90d120d5cd3b0940bb9edf37466a5f4767a3d0699b891da332b9acd930275ff333af75463837018cd1aa59ad332935df79cf1cb3e5c3ab09978e0be1eb5bc5570f1fdc7c787ff7f09def7a31cbcfeebafa2ff75f3fbd7fe5afcfbefdb932fc4a397fa66fbd6feaa57df3fef9f3d7125ae4efdc4c370c461f2d7b88b38c33fce3080837929707068a9356d3fdb0d7156dbe08cc074ba746100e0f0b4cc51ce9c6175cc6a9775ddb6be2f401521d436ad26cafb95a334ce88baca573d7689e72583b134def8789862cfd02c238eae1d7e3c8e82d4e4ef3a757c2e89cbec8d2b6d1e1917d5c690ba81ff8f85a58fdc4dcf32fb4fa4cdf313f7ae3adc71ff387f0c8fcaff16f15712d774e44b54c0000000049454e44ae426082, '2023-05-09 15:04:54.706', NULL, '2023-05-09 15:04:50.724', '2023-05-09 15:05:21.222'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `plugin_translation` -- CREATE TABLE `plugin_translation` ( `plugin_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `manufacturer_link` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `support_link` text CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `changelog` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `plugin_translation` -- INSERT INTO `plugin_translation` (`plugin_id`, `language_id`, `label`, `description`, `manufacturer_link`, `support_link`, `changelog`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x73bca7fd139449748b068fbfdcbadced, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'PayPal-Produkte für Shopware 6', 'Bieten Sie Ihren Kunden Deutschlands beliebteste Bezahlmöglichkeiten mit nur einer Integration: Das neue PayPal-Modul bietet PayPal PLUS, Kauf auf Rechnung, Ratenzahlung & den Expressbutton', 'https://store.shopware.com/shopware-ag.html', 'https://issues.shopware.com/', '{\"0.9.0\": [\"Erste Version der PayPal-Integrationen für Shopware 6\"], \"1.0.0\": [\"PT-11181, PT-11275 - PayPal PLUS Integration hinzugefügt\", \"PT-11277 - Die Übermittlung des Warenkorbs und der Bestellnummer ist jetzt standardmäßig aktiv\"], \"1.1.0\": [\"PT-11276 - Banner für das Bewerben von Ratenzahlungen hinzugefügt\"], \"1.1.1\": [\"PT-11443 - Behebt ein Problem mit der Fehlerbehandlung bei den Paypal-Zugangsdaten\", \"PT-11475 - Verarbeitung von Gutscheinen während des Checkouts verbessert\"], \"1.2.0\": [\"PT-11233 - Der PayPal Express Button wird auf der Produkt-Detail-Seite nicht mehr angezeigt, wenn der Artikel im Abverkauf ist\", \"PT-11292 - Möglichkeit zum Eingeben separater Zugangsdaten für den Sandbox Modus\"], \"1.3.0\": [\"PT-10448 - API-Zugangsdaten können nun auch im Einstellungsmodul über einen PayPal Login geholt werden\", \"PT-11292 - Zeigt nun auch Möglichkeit zum Eingeben separater Zugangsdaten für den Sandbox Modus im First-Run-Wizard\", \"PT-11498 - Der PayPal Express Button wird nun in der QuickView des CMS Extensions Plugin angezeigt\", \"PT-11550 - Korrigiert die Nutzung der Sandbox-Zugangsdaten nach einem Update\"], \"1.4.0\": [\"PT-11540 - Korrigiert übrigen Betrag für mehrfache teilweise Erstattungen\", \"PT-11541 - Verhalten von mehrfachen partiellen Erstattungen & Einzügen einer Transaktion verbessert\", \"PT-11606 - Shopware 6.2 Kompatibilität\"], \"1.5.0\": [\"NEXT-8322 - Shopware 6.2 Kompatibilität\", \"PT-10654 - Aktivieren und setzen Sie PayPal als Standard für den ausgewählten Saleschannel im Einstellungsmodul\", \"PT-11599 - Behebt ein Problem, bei dem PayPal Plus nicht per Saleschannel konfiguriert werden konnte\"], \"1.5.1\": [\"PT-10640 - Behebt ein Problem mit den SalesChannel-API Routen\", \"PT-10897 - Ländercodevalidierung für Smart Payment Buttons und Express Checkout\", \"PT-11294 - Fehlerbehandlung für Smart Payment Buttons\", \"PT-11582 - Wehook-Registrierung korrigiert\", \"PT-11637 - Einzugs- und Rückerstattungs-Workflow verbessert\"], \"1.5.2\": [\"PT-10502 - Abbrüche der Zahlung auf der PayPal-Seite führen nicht mehr zu Fehlern\", \"PT-11710 - Korrigiert die Installation des Plugins in Umgebungen, in denen die Standardsprache nicht de-DE oder en-GB ist\"], \"1.6.0\": [\"PT-11519 - Registriert Webhooks mit HTTPS\", \"PT-11593 - Hinweis an der \\\"Zahlungsabschluss\\\"-Option hinzugefügt, um Verwendung mit PayPal PLUS zu verdeutlichen\", \"PT-11704 - Anzeige des Express-Checkout-Buttons auf paginierten Produktlistenseiten korrigiert\", \"PT-11706 - Beim Express Checkout wird nun auch das Bundesland gespeichert\", \"PT-11717 - Fügt PayPal-Cookies zum Cookie-Manager hinzu\"], \"1.7.0\": [\"PT-11669 - Kompatibilität mit dem Zahlungsprozess nach einer Bestellung hinzugefügt\", \"PT-11707 - Individuelle Formular-Parameter der Bestellseite werden nicht mehr ignoriert\", \"PT-11748 - Weiterleitungs-URL für PayPal Plus und Express Checkout korrigiert. Die Webhook-URL wurde geändert, sodass sie unabhängig von einer Storefront ist\", \"PT-11773 - Kaufen von Custom Products mit PayPal korrigiert\", \"PT-11813 - Fehlerbehandlung für Express Checkout Buttons\", \"PT-11858 - Verarbeitung von mehreren Transaktionen pro Bestellung verbessert\", \"PT-11869 - Handhabung von Zahlungen verbessert, die von Kunden abgebrochen wurden\"], \"1.7.1\": [\"PT-11884 - Wenn PayPal nicht verfügbar ist, werden Plus und Smart Payment Buttons nicht mehr geladen\"], \"1.7.2\": [\"PT-10491 - Intern genutzte Zusatzfeld-Entität für Transaktions-IDs entfernt\", \"PT-11627 - Bestelltransaktionen haben nun den Status \\\"In Bearbeitung\\\" wenn der Zahlungsprozess gestartet wurde\", \"PT-11680 - Verkaufskanäle mit unbekanntem Typ in den Einstellungen entfernt\", \"PT-11681 - Titelleiste in Bestelldetails in Administration korrigiert, wenn Zahlungsdetails direkt aufgerufen wurden\", \"PT-11860 - Sprache der Bestellbestätigungs-E-Mail bei PayPal Plus korrigiert\", \"PT-11888 - Kleine Performanceverbesserung beim Erstellen einer Zahlung\", \"PT-11903 - Durch den Nutzer abgebrochene PayPal Plus-Zahlungen werden nun korrekt als fehlgeschlagen markiert\", \"PT-11928 - Eingabelänge von Textfeldern in der Administration passend zur PayPal-API limitiert\"], \"1.7.3\": [\"PT-11946 - Ein Update funktioniert nun auch wieder bei deaktiviertem Plugin\", \"PT-11949 - Das Setzen von PayPal als Standardzahlungsart für alle Sales Channel ist wieder möglich\"], \"1.8.0\": [\"PT-11912 - Die Storefront Übersetzungen werden jetzt automatisch registriert\", \"PT-11920 - Shopware 6.3 Kompatibilität\"], \"1.8.1\": [\"PPI-32, PPI-35 - Erweiterbarkeit für Dritt-Plugins verbessert\", \"PPI-36 - Weitere PayPal API Elemente hinzugefügt\"], \"1.8.2\": [\"PPI-46 - Behebt Fehler beim Erstatten ohne Betrag\", \"PPI-47, PPI-48 - Erweiterung der PayPal API Elemente\"], \"1.8.3\": [\"PPI-70 - Bestellnummer wird jetzt für Zahlungen mit Express Checkout, PLUS und Smart Payment Buttons korrekt übermittelt\"], \"1.8.4\": [\"PPI-125 - Shopware 6.3.2.0 Kompatibilität\"], \"1.9.0\": [\"PPI-1 - Korrigiert das mobile Layout der Bestellabschlussseite bei \\\"Kauf auf Rechnung\\\"\", \"PPI-68, PPI-118, PPI-136 - API-Objekt-Nutzung für Dritt-Erweiterungen verbessert\", \"PPI-69 - Der Express-Button wird nun ausgeblendet, wenn die PayPal-Zahlungsmethode deaktiviert ist\", \"PPI-97 - Korrigiert Fehler beim Express Checkout, wenn erforderliche Felder nicht von PayPal gesendet werden\", \"PPI-124 - Korrigiert Weitergabe von Fehlern während der Kommunikation mit PayPal\", \"PPI-128 - Korrigiert Problem beim Express Checkout bei Änderungen auf der Bestellbestätigungsseite\", \"PPI-130 - Neues Event hinzugefügt, welches geworfen wird, wenn der Plus-iFrame geladen ist\", \"PT-11048 - iZettle-Integration (Point of Sales) hinzugefügt\"], \"1.9.1\": [\"PPI-141 - Performance der API zu PayPal verbessert\"], \"1.9.2\": [\"PPI-149 - Korrigiert auftretende Fehler bei der Kommunikation mit iZettle\"], \"1.9.3\": [\"PPI-67 - Aktivierung der Webhooks überarbeitet\", \"PPI-110 - Einschränkungen für Alternative Zahlungsarten, welche durch PayPal festgelegt sind, hinzugefügt\", \"PPI-114 - Kleine Verbesserungen beim Onboarding-Prozess\", \"PPI-145 - Kleine Verbesserungen der Einstellungsseite\", \"PPI-151 - Korrigiert Fehler bei Zahlungen mit bereits vorhandenen Bestellnummern\", \"PPI-158 - Korrigiert Fehler beim Update auf Versionen ab 1.7.0, wenn keine Konfiguration vorhanden ist\"], \"2.0.0\": [\"PPI-182 - Webhook-Registrierung verbessert\", \"PT-11875 - Umstellung auf PayPal API v2 für folgende Features: PayPal, Express Checkout und Smart Payment Buttons\"], \"2.0.1\": [\"PPI-171 - Message-Queue wird nun nur noch genutzt, wenn es iZettle Sales Channels gibt\", \"PPI-172 - Einzugs- und Rückerstattungsprozess verbessert\", \"PPI-177 - PayPal Express Checkout Buttons in Produkt-Listings korrigiert\", \"PPI-185 - Fehlerbehandlung des PayPal-Tabs im Bestellmodul verbessert\", \"PPI-194 - Deregistrierung von Webhooks beim Löschen von Sales Channel korrigiert\", \"PPI-196 - PayPal Plus Checkout-Prozess verbessert\", \"PPI-197 - \\\"Warenkorb übertragen\\\" Funktion korrigiert\"], \"2.0.2\": [\"PPI-199 - Webhook-Log-Einträge verbessert\", \"PPI-200 - Übertragen von Warenkörben mit Rabatten korrigiert\"], \"2.1.0\": [\"PPI-174 - Warenkorb- und Bestellpositionen werden jetzt mit SKU gesendet\", \"PPI-174 - Es wurden Events hinzugefügt, um Positionen anzupassen, die zu PayPal gesendet werden\", \"PPI-202 - PayPal Checkout für Kunden mit Nettopreisen korrigiert\"], \"2.1.1\": [\"PPI-208 - Weiterleitung bei abgebrochenen Plus-Zahlung in Shopware 6.3.3.x korrigiert\", \"PPI-210 - Verarbeitung von Promotionen beim Express Checkout verbessert\", \"PPI-220 - Speichern der Kundentelefonnummer beim Express Checkout korrigiert\", \"PPI-223 - Behebt ein Problem mit dem Status des Express Checkout Buttons\", \"PPI-224 - Express Checkout für Shopware-Versionen vor 6.3.2.0 korrigiert\"], \"2.1.2\": [\"PPI-211 - Name der Lieferaddresse wird nun korrekt zu PayPal übertragen\", \"PPI-222 - Express-Checkout-Button auf der Suchseite und der Wunschliste hinzugefügt\", \"PPI-229 - Bestell-Transaktionen mit einer veralteten PayPal-Zahlung werden mit einem ScheduledTask abgebrochen\", \"PPI-231 - Löschen der Rechnungskauf-Regel beim Deinstallieren korrigiert\", \"PPI-234 - Entity-Definition verbessert\"], \"2.2.0\": [\"PPI-191 - Übersicht der PayPal-Konflikte hinzugefügt\"], \"2.2.1\": [\"PPI-241 - Abbruch der Bestell-Transaktionen mit dem ScheduledTask verbessert\"], \"2.2.2\": [\"PPI-244 - Problem bei der API-Authentifizierung behoben\", \"PPI-221 - Problem mit überlangen Produktbeschreibungen bei Zettle korrigiert\"], \"2.2.3\": [\"PPI-256 - Behebt das Abbrechen von abgeschlossenen Bestellungen über den Browserverlauf\"], \"3.0.0\": [\"PPI-65 - Kompatibilität für Shopware 6.4 hinzugefügt\", \"PPI-239 - Rebranding von iZettle auf Zettle\"], \"3.0.1\": [\"PPI-65 - Kompatibilität mit Shopware 6.4 und Zettle verbessert\", \"PPI-255 - Problem mit Express Checkout und Datenschutzbestimmungen-Checkbox behoben\", \"PPI-263 - Das Plugin ist jetzt valide für den Konsolenbefehl `dal:validate`\"], \"3.0.2\": [\"NEXT-15014 - ACL-Handling verbessert\"], \"3.0.3\": [\"PPI-20 - Behebt ein Problem, bei dem Webhooks fehlschlugen, wenn der Zahlungsstatus bereits identisch gesetzt wurde\", \"PPI-235 - Behebt Webhook-Registierungsfehler bei Verkaufskanal-eigenen Zugangsdaten\", \"PPI-238 - Behebt ein Problem, bei dem Zahlungen über PayPal Plus nicht in den Disputes verlinkt wurden\", \"PPI-243 - Weitere, PayPal-spezifische Transaktionsdaten zu Zusatzfeldern hinzugefügt\", \"PPI-265 - Behebt Kodierungsfehler bei gekürzten Zettle-Produktbeschreibungen\"], \"3.1.0\": [\"PPI-246 - Option zur erweiterten Protokollierung hinzugefügt\", \"PPI-251 - Behebt ein Problem, bei dem der Transaktionsstatus bei verzögertem Zahlungseinzug nicht korrekt gesetzt wurde\", \"PPI-276 - Entfernt mehrere unnötige Hintergrundrequests bei PayPal Plus\"], \"3.2.0\": [\"PPI-262 - Behebt ein Problem, bei dem der Express-Button in CMS-Buyboxen nicht angezeigt wurde\", \"PPI-271 - Behebt ein Problem, bei dem der Cache bei Einstellungsänderungen nicht korrekt invalidiert wurde\", \"PPI-273 - Bestellnummern-Prefix wird nun immer korrekt mitgesendet\", \"PPI-277 - Behebt ein Problem, bei dem die Express-Zahlung bei Änderungen auf der Bestätigungsseite fehlschlug\", \"PPI-282 - Behebt eine Inkompatibiltät mit dem Sendcloud-Plugin\", \"PPI-283 - Zusätzlicher Bestätigungsschritt bei Smart Payment Buttons entfernt, sodass Alternative Zahlungsmethoden korrekt dargestellt werden\"], \"3.2.1\": [\"PPI-279, PPI-297 - Erweiterung der Partner-Referral-API\", \"PPI-290 - Erweiterbarkeit verbessert\", \"PPI-295 - Behebt ein Problem, bei dem die Bestelldetails in der Administration nicht komplett angezeigt wurden\", \"PPI-296 - Darstellung von APMs im Footer verbessert\", \"PPI-298 - Behebt Probleme mit dem Spinner bei Smart Payment Buttons\", \"PPI-300 - Es ist nicht mehr möglich, andere Zahlungsarten beim Express Checkout auszuwählen\"], \"3.3.0\": [\"PPI-219 - PayPal wird jetzt deaktiviert, wenn der Warenkorbwert 0 ist\", \"PPI-227 - Die an PayPal gesendete Bestellnummer kann nun mit einem Suffix versehen werden\", \"PPI-281 - Verbessertes Storefront-Verhalten bei Abbrüchen und Fehlern bei Express Checkout & Smart Payment Buttons\", \"PPI-287 - Behebt ein Problem, bei dem der Express-Button in CMS-Buyboxen nach Variantenwechsel nicht angezeigt wurde\", \"PPI-289 - Behebt ein Problem, bei dem der Express Checkout Button für eingeloggte Nutzer sichtbar war\", \"PPI-304 - Behebt ein Problem, bei dem die Smart Payment Buttons trotz Warenkorb-Fehlern sichtbar waren\"], \"3.3.1\": [\"PPI-316 - Behebt ein Problem beim Wechseln der Standardsprache nach der Plugininstallation\"], \"3.4.0\": [\"PPI-228 - Weiß als Farbe für ECS- und SPB-Buttons hinzugefügt\", \"PPI-321 - Verbessert den Ablauf bei Zettle-Synchronisationen\", \"PPI-322 - Verbessert das Entfernen von PayPal von den verfügbaren Zahlungsarten, wenn die Zugangsdaten ungültig sind\", \"PPI-323 - Behebt Probleme mit dem Spinner bei Smart Payment Buttons\", \"PPI-329 - Behebt Rundungsprobleme bei Anfragen mit PayPal API v2\"], \"3.5.0\": [\"PPI-5 - Setzen von PayPal als Standardzahlungsart im Ersteinrichtungs-Assistent implementiert\", \"PPI-77 - Ersetzt Snippets in der Administration durch `global.defaults`\", \"PPI-126 - Fehlerdarstellung bei Authorisierungsfehlern in Zettle verbessert\", \"PPI-270 - Der Express Checkout erstellt keine doppelten Gastkonten mehr\", \"PPI-293 - Skript-Ladevorgang in der Storefront verbessert\", \"PPI-330 - Verbessert Nachkommastellen-Verhalten der Zettle-Synchronisation\", \"PPI-334 - Behebt ein Problem, bei dem eine Fehlermeldung beim verzögerten Zahlungseinzug erschien\", \"PPI-339 - Behebt ein Problem, bei dem doppelte Symbole für externe Links in der Administration dargestellt wurden\"], \"4.0.0\": [\"PPI-252 - Fehlerbehebung von Webhooks verbessert\", \"PPI-327 - Verbesserte Datentypenstruktur\", \"PPI-343 - Behebt ein Problem, wenn der Kundenname sich vom Versandanschriftname unterscheidet\", \"PPI-352 - Behebt ein Problem mit Zettle Webhooks bei POS-Verkäufen\"], \"4.1.0\": [\"PPI-344 - Behebt ein Problem mit ungültigen Telefonnummern mit API v1 Zahlungen\", \"PPI-346 - Behebt Rundungsfehler im Zahlungseinzugsfenster in der Administration\", \"PPI-350 - Aktivieren des Zahlungsprozess nach einer Bestellung für unbestätigte Zahlungen ab Shopware 6.4.4.0\", \"PPI-356 - Verbesserte Plugin-Erweiterbarkeit\", \"PPI-366 - Verbesserte Fehlerbehandlung bei Zahlungen\", \"PPI-367 - Verbesserte Formulierung der Fußzeile von Sales Channels\"], \"4.1.1\": [\"PPI-395 - Texte für veraltete PayPal-Produkte entfernt\"], \"5.0.0\": [\"PPI-317 - Separate Kreditkarten-Zahlungsmethode hinzugefügt\", \"PPI-385 - Neuer Rechnungskauf hinzugefügt\", \"PPI-410 - Separate alternative Zahlungsmethoden hinzugefügt\", \"PPI-418 - Kompatiblität für PHP 8.1 hinzugefügt\"], \"5.0.1\": [\"PPI-615 - Behebt ein Problem mit fehlenden deutschen Übersetzungen in der Administration\"], \"5.0.2\": [\"PPI-621 - Behebt ein Problem, bei dem die Zahlungsmethodenübersicht in Shopware 6.4.7.0 oder niedriger fehlte\", \"PPI-623 - Behebt ein Problem, bei dem eine PayPal-Bestellung mit Rabatt nicht erstellt werden kann\"], \"5.0.3\": [\"PPI-624 - Verbesserte Fehlerbehandlung im Zahlungsprozess nach einer Bestellung\", \"PPI-628 - Verbessert die Zahlungsmethodenauswahl, wenn PayPal einen Käufer als nicht berechtigt erachtet\", \"PPI-629 - Behebt ein Problem, bei dem die Zahlungsdetails zu API v1 Zahlungen nicht angezeigt wurden\"], \"5.0.4\": [\"PPI-642 - Behebt ein Problem, bei dem der Zahlungsstatus von Kreditkartenzahlungen manchmal nicht korrekt gesetzt wurde\"], \"5.1.0\": [\"PPI-611 - Möglichkeit hinzugefügt, Produkte & dynamischen Produktgruppen von PayPal- und Express Checkout-Käufen auszuschließen\", \"PPI-617 - Behebt ein Problem, bei dem die Freigaben für Zahlungsarten nicht korrekt bei Sales-Channel-spezifischen Einstellungen dargestellt wurden\", \"PPI-620 - Behebt ein Problem, bei dem fälschlicherweise eine Webhookfehlermeldung bei fehlenden Zugangsdaten angezeigt wurde\", \"PPI-634 - Behebt ein Problem mit der Versandkostensteuerberechnung für Netto-Kundengruppen\", \"PPI-635 - Behebt ein Problem, bei dem leere Zahlungsdetails zu Rechnungskäufen in Rechnungen angezeigt wurden\", \"PPI-639 - Die Sales Channel Auswahl in den PayPal-Einstellungen kann nun mehr als 25 Sales Channel anzeigen\", \"PPI-648 - Verbessert den Zahlvorgang mit Smart Payment Buttons, wenn das JS nicht schnell genug lädt\", \"PPI-649 - Behebt ein Problem, bei dem teilrückerstattete PayPal Plus-Zahlungen in Shopware wg. Webhooks als zurückerstattet angezeigt wurden\", \"PPI-650 - Kompatibilität auf Shopware 6.4.3.0 erweitert\"], \"5.1.1\": [\"PPI-657 - Template `buy-widget-form` wurde bereinigt\"], \"5.1.2\": [\"PPI-664 - Verwendung von 3D Secure für Kreditkartenzahlungen verbessert\", \"PPI-670 - Darstellung des Onboarding-Status in der Administration verbessert\"], \"5.2.0\": [\"PPI-625 - Kompatibilität für neue Zahlungsmethodenübersicht von Shopware 6.4.14.0 hinzugefügt\", \"PPI-663 - Behebt ein Problem, bei dem Steuern nicht korrekt für Netto-Bestellungen berechnet wurden\"], \"5.3.0\": [\"PPI-627 - Neue Zahlungsarten \\\"Später bezahlen\\\" und \\\"Venmo\\\" hinzugefügt\", \"PPI-673 - Automatische Übermittlung von Sendungsverfolgungsdaten an PayPal hinzugefügt\", \"PPI-677 - Verfügbarkeit von Zahlungsmethoden in der Administration verbessert\", \"PPI-678 - Behebt ein Problem, bei dem das Zettle-Medien-URL-Feld in der Administration einen Fehler anzeigte\"], \"5.3.1\": [\"PPI-672 - Behebt ein Problem, bei dem Einzügen der Zahlstatus Bezahlt nicht immer gesetzt werden konnte\", \"PPI-681 - Behebt ein Problem, bei dem Später Bezahlen nicht für britische und australische Kunden verfügbar ist\", \"PPI-681 - Behebt ein Problem, bei dem Oxxo nicht für mexikanische Kunden verfügbar ist\", \"PPI-682 - Behebt ein Problem mit fehlenden deutschen Übersetzungen in der Administration\", \"PPI-684 - Rechtschreibfehler in der Administration korrigiert\", \"PPI-688 - Behebt ein Problem, bei dem das Eingabefeld für den Versandanbieter nicht immer angezeigt wurde\", \"PPI-694 - Behebt ein Problem, bei dem der Versandanbieter auch für Nicht-PayPal-Bestellungen angezeigt wurde\", \"PPI-695 - Behebt ein Problem, bei dem ausgeschlossene Produkte pro Verkaufskannal ignoriert werden\", \"PPI-700 - API-URL von PayPal von `api.paypal.com` auf `api-m.paypal.com` für Performanceverbesserungen geändert\", \"PPI-702 - Behebt ein Problem, bei dem bei Nicht-PayPal-Zahlungen die Zahlungsdetails nicht immer angezeigt wurden\"], \"5.3.2\": [\"PPI-709 - Behebt ein Problem, bei dem PayPal nicht installiert werden konnte, wenn die Standardsprache nicht Deutsch oder Englisch war\"], \"5.4.0\": [\"PPI-707 - Behebt ein Problem, bei dem während des Bestellvorgangs mit \\\"Später bezahlen\\\", \\\"SEPA\\\" and \\\"Venmo\\\" ein Fehler auftrat\", \"PPI-712 - Handhabung von Zahlungsmethodenverfügbarkeit verbessert, existierende Verfügbarkeitsregeln entfernt\", \"PPI-713 - Verwendung von 3D Secure für Kreditkartenzahlungen verbessert\"], \"5.4.1\": [\"PPI-716 - Behebt einen Fehler beim Update, falls Verfügbarkeits-Regel noch in Benutzung sind\"], \"5.4.2\": [\"PPI-723 - Behebt ein Problem, bei dem aufgrund von unangekündigten API-Änderungen bei PayPal einige APM-Zahlungsmethoden manchmal nicht mehr funktionierten\", \"PPI-724 - Behebt ein Problem, bei dem eine Zahlung fehlschlagen konnte, falls PayPal nicht die vollen Zahlungsdetails zurückgab\"], \"5.4.3\": [\"PPI-654 - Behebt ein Problem, bei dem Zettle Synchronisationsfehler nicht angezeigt wurden\", \"PPI-661 - Kleine Performance-Verbesserungen\", \"PPI-718 - Behebt ein Problem, bei dem das Onboarding für Sales-Channel-spezifischen Konfigurationen nicht abgeschlossen werden konnte\", \"PPI-733 - Behebt ein Problem, bei dem die Sandbox-Konfiguration nicht immer bei Sales-Channel-spezifischen Konfigurationen verwendet wurde\"], \"5.4.4\": [\"PPI-734 - Behebt ein Problem, bei dem Zahlungsarten beim Zahlartwechsel nach Bestellabschluss nicht angezeigt wurden\", \"PPI-735 - Behebt ein Problem, bei dem Zahlungsdetails nicht angezeigt wurden, wenn PayPal nicht die erstgewählte Zahlungsart war\", \"PPI-737 - Behebt ein Problem, bei dem die Bestell-/Zahlungsdetails nicht korrekt an PayPal übertragen wurden\"], \"5.4.5\": [\"PPI-734 - Behebt ein Problem, bei dem Zahlungsarten beim Zahlartwechsel nach Bestellabschluss nicht angezeigt wurden\", \"PPI-720, PPI-741, PPI-743 - Behebt ein Problem, bei dem die Steuern für Nettokudnen falsch berechnet wurde\"], \"5.4.6\": [\"PPI-748 - Zahlart Trustly deaktiviert, da PayPal die API deaktiviert hat\", \"PPI-749 - Behebt ein Problem, bei dem der Ersatz-Button für Kreditkartenzahlungen nicht korrekt funktionierte\"], \"6.0.0\": [\"PPI-430 - Synchronisationsablauf von Zettle verbessert\", \"PPI-659 - Storefront-Routen hinzufügt, um den in Shopware 6.5 fehlenden Store-API-Client zu ersetzen\", \"PPI-685, PPI-701, PPI-725 - Automatisches Verstecken der Smart Payment Buttons Konfiguration in der Administration entfernt\", \"PPI-731 - Kompatibilität mit Shopware 6.5\"], \"6.0.1\": [\"PPI-751 - Behebt ein Problem, bei dem das Plugin mit anderen Plugins wie B2B-Suite und Customized Products nicht kompatibel war\"], \"6.0.2\": [\"PPI-753 - Behebt ein Problem, bei dem Template-Erweiterungen im Meta-Block nicht mehr funktionierten\", \"PPI-754 - Behebt ein Problem, dass die kompilierten Assets nicht mit 6.4 kompatibel waren (Kompatiblität mit Shopware 6.5 vorübergehend entfernt)\"], \"6.0.3\": [\"PPI-757 - Behebt ein Problem, bei dem Zahlungen von alternative Zahlungsarten doppelt angelegt werden konnten\", \"PPI-761 - Behebt ein Problem, bei dem PayPal PLUS Zahlungen nicht erstellt werden konnten\"], \"0.10.0\": [\"Onboarding für den First-Run-Wizard hinzugefügt\"], \"0.10.1\": [\"Generierung der Links für Javascript-API-Calls verbessert\"], \"0.11.0\": [\"PT-10391 - Kauf auf Rechnung implementiert\", \"PT-10695 - Error-Logging für API-Calls hinzugefügt\", \"PT-10702 - URL für Smart Payment Buttons Javascript angepasst\", \"PT-10715 - Paypal wird wieder korrekt als Zahlungsart bei Express Checkout ausgewählt\", \"PT-10723 - Smart Payment Buttons schließen nun nicht mehr direkt die Bestellung ab\", \"PT-10729 - Die PayPal-Zahlungsbeschreibung zeigt nun verfügbare Zahlungen mit Symbolen an\"], \"0.11.1\": [\"PT-10755 - Fehler bei der Deinstallation und Konfigurationsfehler behoben\"], \"0.11.2\": [\"PT-10733 - Problem beim automatischen Holen der API Credentials im First-Run-Wizard behoben\"], \"0.12.0\": [\"PT-10287 - Fügt die Möglichkeit hinzu, die Rechnungsnummer, Beschreibung oder den Grund während der Rückerstattung einer Bestellung anzugeben\", \"PT-10705 - Die PayPal-Einstellungen befinden sich nun in einem eigenen Administrationsmodul\", \"PT-10771 - Verbessert die Anzeige von Smart Payment Buttons\", \"PT-10775 - Verbessert das Status-Handling der Bestelltransaktion\", \"PT-10809 - Smart Payment Buttons können nun getrennt vom Express Checkout Button gestylt werden\", \"PT-10821 - Behebt Fehler bei der Sale-Complete-Webhook-Ausführung\", \"NEXT-4282 - Neuinstallation des Plugins dupliziert keine Konfigurationseinträge mehr\"], \"0.13.0\": [\"Shopware 6.1 Kompatibilität\"], \"1.10.0\": [\"PPI-159 - ACL-Privilegien zu den PayPal-Modulen hinzugefügt\", \"PPI-161 - Korrigiert Fehler bei Eingabe von Zugangsdaten im First-Run-Wizard\"]}', NULL, '2023-05-09 15:05:21.210', '2023-05-09 15:05:27.897'), (0x73bca7fd139449748b068fbfdcbadced, 0x8e6d712041cf4de1b4149dd70cf58df8, 'PayPal Products for Shopware 6', 'Get access to over 100 currencies and 200 markets worldwide with the payment module PayPal for your Shopware shop. Experience an easy and comfortable way of payment.', 'https://store.shopware.com/en/shopware-ag.html', 'https://issues.shopware.com/', '{\"0.9.0\": [\"First version of the PayPal integrations for Shopware 6\"], \"1.0.0\": [\"PT-11181, PT-11275 - Add PayPal PLUS integration\", \"PT-11277 - The cart and order number submitting is now active by default\"], \"1.1.0\": [\"PT-11276 - Add banner for advertising installments\"], \"1.1.1\": [\"PT-11443 - Solves an issue with the error handling with the paypal credentials\", \"PT-11475 - Improved processing of vouchers during checkout\"], \"1.2.0\": [\"PT-11233 - Do not show PayPal Express Button on the product detail page, if the product is in clearance\", \"PT-11292 - Add possibility to enter separate credentials for sandbox mode\"], \"1.3.0\": [\"PT-10448 - Adds onboarding to get API credentials with PayPal login in settings module\", \"PT-11292 - Adds possibility to enter separate credentials for sandbox mode in first run wizard\", \"PT-11498 - Adds PayPal Express Button to QuickView from CMS Extensions plugin\", \"PT-11550 - Fix usage of sandbox credentials after an update\"], \"1.4.0\": [\"PT-11540 - Corrects remaining amount for multiple partial refunds\", \"PT-11541 - Improved behaviour of multiple partial refunds & captures\", \"PT-11606 - Shopware 6.2 compatibility\"], \"1.5.0\": [\"NEXT-8322 - Shopware 6.2 compatibility\", \"PT-10654 - Activate and set PayPal as default for the selected Saleschannel in the settings module\", \"PT-11599 - Fixes a bug where PayPal Plus could not be configured individually per Saleschannel\"], \"1.5.1\": [\"PT-10640 - Fix SalesChannel api routes\", \"PT-10897 - Locale code validation for Smart Payment Buttons and Express Checkout\", \"PT-11294 - Error handling for Smart Payment Buttons\", \"PT-11582 - Fix webhook registration\", \"PT-11637 - Improve capture and refund workflow\"], \"1.5.2\": [\"PT-10502 - Canceling the payment on the PayPal site no longer leads to errors\", \"PT-11710 - Fix installation of plugin in environments where the default language is not de-DE or en-GB\"], \"1.6.0\": [\"PT-11519 - Registers webhooks with HTTPS\", \"PT-11593 - Adds hint for \\\"Payment acquisition\\\" option to clarify usage with PayPal PLUS\", \"PT-11704 - Fix displaying of Express Checkout Button on paginated product listing pages\", \"PT-11706 - Country states are now saved on Express Checkout\", \"PT-11717 - Adds PayPal cookies to the cookie manager\"], \"1.7.0\": [\"PT-11669 - Add compatibility with the after order payment process\", \"PT-11707 - Custom form parameter of the order confirm page are no longer ignored\", \"PT-11748 - Fix redirect URL for PayPal Plus and Express Checkout. Changed webhook URL to be independent of a storefront\", \"PT-11773 - Fix buying of Custom Products with PayPal\", \"PT-11813 - Error handling for Express Checkout button\", \"PT-11858 - Improved handling of multiple transactions per order\", \"PT-11869 - Improved handling of payments which were cancelled by customers\"], \"1.7.1\": [\"PT-11884 - If PayPal is not available, Plus and Smart Payment Buttons are no longer loaded\"], \"1.7.2\": [\"PT-10491 - Removed internally used custom field entity for transaction IDs\", \"PT-11627 - Order transactions now have the state \\\"In Progress\\\" when the payment process has been started\", \"PT-11680 - Removed unknown Sales Channel types from selection in settings\", \"PT-11681 - Fix order details header in Administration, if accessing payment details directly\", \"PT-11860 - Fix order confirmation email language with PayPal Plus\", \"PT-11888 - Minor performance improvement when creating a payment\", \"PT-11903 - Fix failed transaction status for user-canceled PayPal Plus payments\", \"PT-11928 - Limited length of text input fields in administration according to PayPal API\"], \"1.7.3\": [\"PT-11946 - Fix update with deactivated plugin\", \"PT-11949 - Fix setting paypal as the default payment method in the settings menu for all Sales Channels\"], \"1.8.0\": [\"PT-11912 - Storefront snippets now get auto registered\", \"PT-11920 - Shopware 6.3 compatibility\"], \"1.8.1\": [\"PPI-32, PPI-35 - Improve extensibility for third party plugins\", \"PPI-36 - Add new PayPal API elements\"], \"1.8.2\": [\"PPI-46 - Fixes issue on refund without amount\", \"PPI-47, PPI-48 - Enhancement of the PayPal API elements\"], \"1.8.3\": [\"PPI-70 - Order number is now correctly submitted to PayPal for payments with Express Checkout, PLUS and Smart Payment Buttons\"], \"1.8.4\": [\"PPI-125 - Shopware 6.3.2.0 compatibility\"], \"1.9.0\": [\"PPI-1 - Fixes the mobile layout of checkout finish page for \\\"Pay Upon Invoice\\\"\", \"PPI-68, PPI-118, PPI-136 - Improved API struct usage for third party extensions\", \"PPI-69 - The Express button is now hidden, when the PayPal payment method is disabled\", \"PPI-97 - Fixes error during Express Checkout, if required fields are not sent by PayPal\", \"PPI-124 - Fixes error display during communication with PayPal\", \"PPI-128 - Fixes issue during Express Checkout, if changes are made on confirm page\", \"PPI-130 - Adds new event, which is emitted when the Plus iFrame is loaded\", \"PT-11048 - Introduce iZettle integration (Point of Sales)\"], \"1.9.1\": [\"PPI-141 - Improve performance of API to PayPal\"], \"1.9.2\": [\"PPI-149 - Fixes error during communication with iZettle\"], \"1.9.3\": [\"PPI-67 - Reimplemented activation of webhooks\", \"PPI-110 - Added restrictions set by PayPal for Alternative Payment Methods\", \"PPI-114 - Minor onboarding process improvements\", \"PPI-145 - Minor adjustments to settings page\", \"PPI-151 - Fixes error with payments with already existing order numbers\", \"PPI-158 - Fixes error during update to versions 1.7.0 or higher, if no configuration is available\"], \"2.0.0\": [\"PPI-182 - Improve webhook registration\", \"PT-11875 - Migration to PayPal API v2 for the following features: PayPal, Express Checkout and Smart Payment Buttons\"], \"2.0.1\": [\"PPI-171 - Message queue is now only used if there are iZettle Sales Channels\", \"PPI-172 - Improve capturing and refunding process\", \"PPI-177 - Fix PayPal Express Checkout buttons in product listings\", \"PPI-185 - Improve error handling of the PayPal tab in the order module\", \"PPI-194 - Fix deregister of webhooks on Sales Channel deletion\", \"PPI-196 - Improve PayPal Plus checkout process\", \"PPI-197 - Fix \\\"Submit cart\\\" functionality\"], \"2.0.2\": [\"PPI-199 - Improve webhook log messages\", \"PPI-200 - Fix submitting of carts with discounts\"], \"2.1.0\": [\"PPI-174 - Cart and order line items are now sent with their SKU\", \"PPI-174 - Added events to adjust line items which are sent to PayPal\", \"PPI-202 - Fix PayPal checkout for customers with net prices\"], \"2.1.1\": [\"PPI-208 - Fix redirect of cancelled Plus payment on Shopware 6.3.3.x\", \"PPI-210 - Improve handling of promotions during Express Checkout\", \"PPI-220 - Fix saving of customer telephone number on Express Checkout\", \"PPI-223 - Solves an issue with Express Checkout button state\", \"PPI-224 - Fix Express Checkout for Shopware versions prior 6.3.2.0\"], \"2.1.2\": [\"PPI-211 - Fix sending of shipping address name to PayPal\", \"PPI-222 - Add Express Checkout button to search page and wish list page\", \"PPI-229 - Order transactions with a stale PayPal payment will be cancelled with a ScheduledTask\", \"PPI-231 - Fix deletion of rule for payment upon invoice during uninstall\", \"PPI-234 - Improve entity definition\"], \"2.2.0\": [\"PPI-191 - Introduce PayPal disputes overview\"], \"2.2.1\": [\"PPI-241 - Improve cancelling order transactions with the ScheduledTask\"], \"2.2.2\": [\"PPI-244 - Fix issue on API authentication\", \"PPI-221 - Fix issue with oversized product descriptions in Zettle\"], \"2.2.3\": [\"PPI-256 - Fix canceling of finalized orders by using the browser history\"], \"3.0.0\": [\"PPI-65 - Added compatibility for Shopware 6.4\", \"PPI-239 - Rebranded iZettle to Zettle\"], \"3.0.1\": [\"PPI-65 - Improved compatibility for Shopware 6.4 with Zettle\", \"PPI-255 - Fix Express checkout if data protection checkbox is required\", \"PPI-263 - Plugin is valid for the `dal:validate` console command\"], \"3.0.2\": [\"NEXT-15014 - Improve ACL handling\"], \"3.0.3\": [\"PPI-20 - Fix Webhooks when payment status is already set identically\", \"PPI-235 - Fix Webhooks not correctly registered for separate Sales Channel credentials\", \"PPI-238 - Fix issue with order not being linked in disputes of Plus payments\", \"PPI-243 - Added more PayPal-specific transaction data to custom fields\", \"PPI-265 - Fix encoding on shortened Zettle product descriptions\"], \"3.1.0\": [\"PPI-246 - Added option for advanced logging\", \"PPI-251 - Fix authorized transaction state on delayed payment collection\", \"PPI-276 - Fix multiple unnecessary requests in the background with PayPal Plus\"], \"3.2.0\": [\"PPI-262 - Fix issue where Express button was not shown in CMS buy box elements\", \"PPI-271 - Fix an issue where updated settings did not correctly invalidate cache\", \"PPI-277 - Fix issue where Express checkout failed on changes on confirm page\", \"PPI-273 - Order number prefix is now always sent correctly\", \"PPI-282 - Fix incompatibility with the Sendcloud plugin\", \"PPI-283 - Removed extra confirm step with Smart Payment Buttons which correctly enables Alternative Payment Methods\"], \"3.2.1\": [\"PPI-279, PPI-297 - Extends the partner referral API\", \"PPI-290 - Improved extensibility\", \"PPI-295 - Fix order details in administration not showing complete page\", \"PPI-296 - Improved display of APMs in Footer\", \"PPI-298 - Fix issues with loading spinner with Smart Payment Buttons\", \"PPI-300 - It is no longer possible to select other payment methods on Express Checkout\"], \"3.3.0\": [\"PPI-219 - Disable PayPal on Carts with total price of 0\", \"PPI-227 - Add possibility to add a suffix to the order number sent to PayPal\", \"PPI-281 - Improved storefront behaviour of Express Checkout & Smart Payment Button cancellations and errors\", \"PPI-287 - Fix issue where Express button was not shown in CMS buy box elements after variant switching\", \"PPI-289 - Fix issue where the Express Checkout button could be visible to logged in customers\", \"PPI-304 - Fix Smart Payment Buttons being visible with cart errors\"], \"3.3.1\": [\"PPI-316 - Fix issue when changing default language after plugin install\"], \"3.4.0\": [\"PPI-228 - Added color white as choice for ECS and SPB buttons\", \"PPI-321 - Improve Zettle synchronisation behaviour\", \"PPI-322 - Improve removal of PayPal from available payment methods if credentials are invalid\", \"PPI-323 - Fix issues with loading spinner with Smart Payment Buttons\", \"PPI-329 - Fix rounding issues in PayPal API v2 requests\"], \"3.5.0\": [\"PPI-5 - Implement Set PayPal as default payment method in First Run Wizard\", \"PPI-77 - Replaced snippets in administration by `global.defaults`\", \"PPI-126 - Improved error messaging for authorization errors in Zettle\", \"PPI-270 - Express Checkout does not create duplicate guest customers anymore\", \"PPI-293 - Improved PayPal script loading in Storefront\", \"PPI-330 - Improve Zettle decimal precision behavior\", \"PPI-334 - Fixes error on delayed capture in Administration\", \"PPI-339 - Fixes duplicate external link symbols in Administration\"], \"4.0.0\": [\"PPI-252 - Improved error handling for Webhooks\", \"PPI-327 - Improved data type structure\", \"PPI-343 - Fixes error when the customer account name differs from the shipping address name\", \"PPI-352 - Fixes issue with failing Zettle webhooks on POS sale\"], \"4.1.0\": [\"PPI-344 - Fix issue with invalid phone numbers with API v1 payments\", \"PPI-346 - Fix rounding issues in payment capture modal in Administration\", \"PPI-350 - Enable after order process for unconfirmed payments with Shopware 6.4.4.0 or greater\", \"PPI-356 - Improved plugin extensibility\", \"PPI-366 - Improved payment error handling\", \"PPI-367 - Change wording of Sales Channel footer link text\"], \"4.1.1\": [\"PPI-395 - Removed snippets for deprecated PayPal products\"], \"5.0.0\": [\"PPI-317 - Add separate credit card payment method\", \"PPI-385 - Add new Pay Upon Invoice payment method\", \"PPI-410 - Add separate APM payment methods\", \"PPI-418 - Add compatibility for PHP 8.1\"], \"5.0.1\": [\"PPI-615 - Fix issue with missing German translations in the administration\"], \"5.0.2\": [\"PPI-621 - Fix issue with the payment method overview missing in Shopware 6.4.7.0 or lower\", \"PPI-623 - Fix an issue where a PayPal order cannot be created with discounts\"], \"5.0.3\": [\"PPI-624 - Improved error handling in after order process\", \"PPI-628 - Improves payment method choice if PayPal deems the buyer ineligible for certain methods\", \"PPI-629 - Fix issue with payment details not showing for APIv1 payments such as PayPal Plus\"], \"5.0.4\": [\"PPI-642 - Fix issue where payment status was not correctly fetched with credit card payments\"], \"5.1.0\": [\"PPI-611 - Added possibility to exclude products and dynamic product groups from PayPal & Express Checkout\", \"PPI-617 - Fix issue where payment method authorizations were not correctly shown for Sales Channel specific settings\", \"PPI-620 - Fix issue showing an incorrect webhook error message on saving settings without credentials\", \"PPI-634 - Fix issue with shipping tax calculation for net customer groups\", \"PPI-635 - Fix issue with incorrect Pay Upon Invoice data display in invoices\", \"PPI-639 - The Sales Channel selection in the PayPal settings can now display more than 25 Sales Channels\", \"PPI-648 - Improved handling of Smart Payment Buttons, when the JS is not loaded fast enough\", \"PPI-649 - Fix issue where a partially refunded PayPal Plus payment was set to refunded in Shopware via Webhooks\", \"PPI-650 - Increase compatibility to Shopware 6.4.3.0\"], \"5.1.1\": [\"PPI-657 - Cleaned up template `buy-widget-form`\"], \"5.1.2\": [\"PPI-664 - Improved 3D Secure handling in credit card payments\", \"PPI-670 - Improved display of onboarding status in Administration\"], \"5.2.0\": [\"PPI-625 - Added compatibility for new payment method overview of Shopware 6.4.14.0\", \"PPI-663 - Fix issue where taxes were not correctly calculated for net orders\"], \"5.3.0\": [\"PPI-627 - Added new payment methods \\\"Pay Later\\\" and \\\"Venmo\\\"\", \"PPI-673 - Added automatic transmission of shipping tracking numbers to PayPal\", \"PPI-677 - Improved availability of payment methods in Administration\", \"PPI-678 - Fixed issue with Zettle Media URL field in the Administration\"], \"5.3.1\": [\"PPI-672 - Fixed issue where captures could not always set transactions to paid\", \"PPI-681 - Fixed issue where Pay Later was not available for British and Australian customers\", \"PPI-681 - Fixed issue where Oxxo was not available for Mexican customers\", \"PPI-682 - Fixed issue with missing German translations in the administration\", \"PPI-684 - Improved spelling in the Administration\", \"PPI-688 - Fixed issue where the default carrier field in shipping methods was not always shown\", \"PPI-694 - Fixed issue where the default carrier field was shown in non-PayPal orders\", \"PPI-695 - Fixed issue ignoring excluded products per sales channel\", \"PPI-700 - Changed API URL to PayPal from `api.paypal.com` to `api-m.paypal.com` to increase performance\", \"PPI-702 - Fixed issue where payment details of non-PayPal-wallet payments were not always visible\"], \"5.3.2\": [\"PPI-709 - Fixed issue where PayPal was not installable, if the default language was neither English nor German\"], \"5.4.0\": [\"PPI-707 - Fixed issue where checking out with \\\"Pay Later\\\", \\\"SEPA\\\" and \\\"Venmo\\\" result in an error\", \"PPI-712 - Improved handling of payment method availability, removed availability rules\", \"PPI-713 - Improved 3D Secure handling in credit card payments\"], \"5.4.1\": [\"PPI-716 - Fixes an error during the update if availability rules are still in use\"], \"5.4.2\": [\"PPI-723 - Fixes an issue, where some APM payment methods did not work sometimes due to unannounced PayPal API changes\", \"PPI-724 - Fixes an issue, where the payment could fail if PayPal did not send full capture / authorization details\"], \"5.4.3\": [\"PPI-654 - Fixes an issue, where Zettle sync errors were not displayed\", \"PPI-661 - Small performance improvements\", \"PPI-718 - Fixes an issue, where onboarding for specific Sales Channel configurations could not be completed\", \"PPI-733 - Fixes an issue, where the Sandbox flag was not correctly respected in specific Sales Channel configurations\"], \"5.4.4\": [\"PPI-734 - Fixes an issue, where some payment methods were not displayed in after order process\", \"PPI-735 - Fixes an issue, where payment details were not shown on orders, where PayPal was not the first chosen payment method\", \"PPI-737 - Fixes an issue, where the order / payment details were not correctly transferred to PayPal\"], \"5.4.5\": [\"PPI-734 - Fixes an issue, where some payment methods were not displayed in after order process\", \"PPI-720, PPI-741, PPI-743 - Fixes an issue, where the total tax amount was calculated incorrectly for net customers\"], \"5.4.6\": [\"PPI-748 - Disable Trustly for now since PayPal has dropped API support\", \"PPI-749 - Fixes an issue, where the fallback button for credit card payments was not processed correctly\"], \"6.0.0\": [\"PPI-430 - Improved processing of Zettle synchronisation\", \"PPI-659 - Added custom Storefront routes to adjust for missing Store API Client in Storefront in 6.5\", \"PPI-685, PPI-701, PPI-725 - Removed auto-hide for Smart Payment Buttons configuration in Administration\", \"PPI-731 - Compatibility with Shopware 6.5\"], \"6.0.1\": [\"PPI-751 - Fixes an issue with incompatibility with other plugins such as B2B suite and Customized Products\"], \"6.0.2\": [\"PPI-753 - Fixes an issue, where template extensions were not possible in the meta block\", \"PPI-754 - Fixes an issue, where Storefront assets were not working with Shopware 6.4 (Shopware 6.5 supported has been temporarily dropped)\"], \"6.0.3\": [\"PPI-757 - Fixes an issue, where payments of APM payment methods could be created as duplicates\", \"PPI-761 - Fixes an issue, where PayPal PLUS payments could not be created\"], \"0.10.0\": [\"Adds onboarding for the first run wizard\"], \"0.10.1\": [\"Improves link generation for Javascript API calls\"], \"0.11.0\": [\"PT-10391 - Implements pay upon invoice\", \"PT-10695 - Adds error logging for API calls\", \"PT-10702 - Changes URL for Smart Payment Buttons javascript\", \"PT-10715 - Paypal is selected correctly again as payment method for Express Checkout\", \"PT-10723 - Smart Payment Buttons now no longer complete the order directly\", \"PT-10729 - The PayPal payment description now shows available payments with icons\"], \"0.11.1\": [\"PT-10755 - Fixes error while uninstalling and configuration error\"], \"0.11.2\": [\"PT-10733 - Fixes problem when automatically fetching API credentials in first run wizard\"], \"0.12.0\": [\"PT-10287 - Adds possibility to add the invoice number, description or reason while refunding an order\", \"PT-10705 - The PayPal settings are now in an own administration module\", \"PT-10771 - Improves displaying of Smart Payment Buttons\", \"PT-10775 - Improves order transaction state handling\", \"PT-10809 - Smart Payment Buttons can now be styled separately from Express Checkout Button\", \"PT-10821 - Fixes error on sale complete webhook execution\", \"NEXT-4282 - Reinstall of plugin does not duplicate configuration entries anymore\"], \"0.13.0\": [\"Shopware 6.1 compatibility\"], \"1.10.0\": [\"PPI-159 - Added ACL privileges to the PayPal modules\", \"PPI-161 - Fix credentials form in first run wizard\"]}', NULL, '2023-05-09 15:05:21.210', NULL), (0xcaf6e7176d414969b0f34d8e118c6d21, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Sprachpaket', 'Das Sprachpaket von Shopware vereint alle Übersetzungen, die von Shopware angeboten werden sowie Länderflaggen für eine Sprachauswahl in der Storefront.', 'https://store.shopware.com/shopware-ag.html', 'https://issues.shopware.com/', '{\"1.0.0\": [\"LAN-20 - Erste Veröffentlichung des Sprachpakets für Shopware 6\"], \"1.1.0\": [\"LAN-56 - Der Befehl sales-channel:create verwendet jetzt nur noch die aktivierten Sprachen und die Standardsprachen\", \"LAN-57 - Sprach-Criteria angepasst, um auch Zusatzsprachen anzuzeigen, die nicht mit diesem Sprachpaket in Verbindung stehen\"], \"1.2.0\": [\"B2B-459 - Fügt SwagEnterpriseSearch, PluginPublisher and B2bSuite hinzu\", \"LAN-56 - Deaktivierte Sprachen werden für den Befehl `sales-channel:create:storefront` nun ausgeschlossen\"], \"1.2.1\": [\"LAN-64 - Assoziiere Import existierender Sprachen neu, so dass die Abhängigkeit auf die Übersetzung anstatt wie zuvor auf den Ort verknüpft wird\"], \"2.0.0\": [\"LAN-53 - Kompatibilität für Shopware 6.4\"], \"2.0.1\": [\"LAN-67 - Das Plugin ist jetzt valide für den Konsolenbefehl `dal:validate`\"], \"2.1.0\": [\"LAN-74 - Übersetzungen für Shopware 6.4.1.0 aktualisiert\", \"LAN-74 - Koreanische Sprache hinzugefügt\", \"LAN-74 - Griechische Sprache hinzugefügt\", \"LAN-74 - Ukrainische Sprache hinzugefügt\", \"LAN-74 - Türkische Sprache hinzugefügt\", \"LAN-74 - Slowenische Sprache hinzugefügt\", \"LAN-74 - Slowakische Sprache hinzugefügt\", \"LAN-74 - Serbisch (Latein) hinzugefügt\", \"LAN-74 - Hindi wurde hinzugefügt\", \"LAN-74 - Kroatische Sprache hinzugefügt\", \"LAN-74 - Bulgarische Sprache hinzugefügt\"], \"2.1.1\": [\"LAN-62 - Behebt einige Fehler im Bezug auf Sprach-Zugriffsrechten\", \"LAN-82 - Behebt Aufruf des Verkaufskanal-Domain-Modals, wenn der Verkaufskanal nach Hinzufügen einer neuen Sprache nicht zuvor gespeichert wurde\", \"LAN-83 - Behebt ein Problem, bei dem die Administrationssprache unnötigerweise geändert wurde\"], \"2.1.2\": [\"NTR - Kompatibilität für Shopware 6.4.5.0\"], \"2.2.0\": [\"LAN-91 - Kompatibilität für Shopware 6.4.6.0\", \"LAN-91 - Shopware Versionsanforderung auf ~6.4.6 erhöht\"], \"2.3.0\": [\"LAN-90 - Erweiterungsbeschreibung aktualisiert\", \"LAN-105 - Alle unterstützten Sprachen mit Community-Übersetzungen aktualisiert (Shopware Version 6.4.14.0)\", \"LAN-112 - Länderflaggen zur Storefront-Sprachauswahl aktualisiert\"], \"2.4.0\": [\"LAN-119 - Englisch (US) zu den angebotenen Sprachen hinzugefügt & Rumänische Locale von \\\"ro-MD\\\" nach \\\"ro-RO\\\" korrigiert\"], \"2.5.0\": [\"LAN-133 - Alle unterstützten Sprachen mit Community-Übersetzungen aktualisiert (Shopware Version 6.4.19.0)\", \"LAN-133 - `src/Core/Content/PackLanguageRepositoryDecorator.php` als \\\"deprecated\\\" markiert, um es mit 3.0.0 zu entfernen\"]}', NULL, '2023-05-09 15:04:36.936', '2023-05-09 15:05:21.192'), (0xcaf6e7176d414969b0f34d8e118c6d21, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Language pack', 'The Shopware language pack combines all translations offered by Shopware, as well as associated country flags for a language selection in our storefront.', 'https://store.shopware.com/en/shopware-ag.html', 'https://issues.shopware.com/', '{\"1.0.0\": [\"LAN-20 - Initial Language Pack release for Shopware 6\"], \"1.1.0\": [\"LAN-56 - The sales-channel:create command now uses only the activated languages and the default ones\", \"LAN-57 - Adjusted language criteria, to display all languages, which are not linked to this language pack\"], \"1.2.0\": [\"B2B-459 - Added SwagEnterpriseSearch, PluginPublisher and B2bSuite\", \"LAN-56 - Exclude deactivated languages in sales-channel:create:storefront command\"], \"1.2.1\": [\"LAN-64 - Re-associate existing language import to translation instead of location\"], \"2.0.0\": [\"LAN-53 - Compatibility for Shopware 6.4\"], \"2.0.1\": [\"LAN-67 - Plugin is valid for the `dal:validate` console command\"], \"2.1.0\": [\"LAN-74 - Update translations for Shopware 6.4.1.0\", \"LAN-74 - Added Korean language support\", \"LAN-74 - Added Greek language support\", \"LAN-74 - Added Ukrainian language support\", \"LAN-74 - Added Turkish language support\", \"LAN-74 - Added Slovenian language support\", \"LAN-74 - Added Slovak language support\", \"LAN-74 - Added Serbian(Latin) language support\", \"LAN-74 - Added Hindi language support\", \"LAN-74 - Added Croatian language support\", \"LAN-74 - Added Bulgarian language support\"], \"2.1.1\": [\"LAN-62 - Fixed language ACL issues\", \"LAN-82 - Fixed sales channel domain modal after adding a new language, when sales channel has not been saved before\", \"LAN-83 - Fixed a problem where the administration language would unnecessarily switch\"], \"2.1.2\": [\"NTR - Compatibility for Shopware 6.4.5.0\"], \"2.2.0\": [\"LAN-91 - Fixed compatibility for Shopware 6.4.6.0\", \"LAN-91 - Bumped minimum Shopware version to ~6.4.6\"], \"2.3.0\": [\"LAN-90 - Updated extension description\", \"LAN-105 - All supported languages got updated by community translations (Shopware version 6.4.14.0)\", \"LAN-112 - Updated Country flags for storefront language selection\"], \"2.4.0\": [\"LAN-119 - Add English (US) language support & Corrected Romanian locale from \\\"ro-MD\\\" to \\\"ro-RO\\\"\"], \"2.5.0\": [\"LAN-133 - All supported languages got updated by community translations (Shopware version 6.4.19.0)\", \"LAN-133 - Deprecated `src/Core/Content/PackLanguageRepositoryDecorator.php` to be removed with 3.0.0\"]}', NULL, '2023-05-09 15:04:36.937', '2023-05-09 15:05:21.192'), (0xdb3dc457dfba4c4f92fb75c34b337187, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware 6 Demodaten', 'Demodaten Plugin für Shopware 6. Nicht in Produktiv-Umgebungen nutzen! Die Daten werden beim Aktivieren des Plugins importiert und überschreiben bestehende Daten.', 'https://store.shopware.com/shopware-ag.html', 'https://docs.shopware.com/de', '{\"1.0.9\": [\"Pipeline hinzugefügt\", \"Dev tooling hinzugefügt\", \"Plugin Validierungsfehler gefixt\", \"Plugin Aktivierung gefixt durch CMS Page Umbenennung\"]}', NULL, '2023-05-09 15:04:50.724', '2023-05-09 15:05:21.223'); INSERT INTO `plugin_translation` (`plugin_id`, `language_id`, `label`, `description`, `manufacturer_link`, `support_link`, `changelog`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xdb3dc457dfba4c4f92fb75c34b337187, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shopware 6 Demo data', 'Demo data plugin for Shopware 6. Do not use in production environments! The data is imported on plugin activation and it will overwritten existing data.', 'https://store.shopware.com/en/shopware-ag.html', 'https://docs.shopware.com/en', '{\"1.0.9\": [\"Add pipeline\", \"Add dev tooling\", \"Fix plugin validation errors\", \"Fixed plugin activation by CMS page renaming\"]}', NULL, '2023-05-09 15:04:50.724', '2023-05-09 15:05:21.223'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product` -- CREATE TABLE `product` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `auto_increment` int NOT NULL, `product_number` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `active` tinyint UNSIGNED DEFAULT NULL, `parent_id` binary(16) DEFAULT NULL, `parent_version_id` binary(16) DEFAULT NULL, `tax_id` binary(16) DEFAULT NULL, `product_manufacturer_id` binary(16) DEFAULT NULL, `product_manufacturer_version_id` binary(16) DEFAULT NULL, `delivery_time_id` binary(16) DEFAULT NULL, `deliveryTime` binary(16) DEFAULT NULL, `product_media_id` binary(16) DEFAULT NULL, `product_media_version_id` binary(16) DEFAULT NULL, `cms_page_id` binary(16) DEFAULT NULL, `cms_page_version_id` binary(16) NOT NULL DEFAULT '???jK¾K??u,4%', `unit_id` binary(16) DEFAULT NULL, `product_feature_set_id` binary(16) DEFAULT NULL, `category_tree` json DEFAULT NULL, `category_ids` json DEFAULT NULL, `stream_ids` json DEFAULT NULL, `option_ids` json DEFAULT NULL, `property_ids` json DEFAULT NULL, `tax` binary(16) DEFAULT NULL, `manufacturer` binary(16) DEFAULT NULL, `cover` binary(16) DEFAULT NULL, `unit` binary(16) DEFAULT NULL, `media` binary(16) DEFAULT NULL, `prices` binary(16) DEFAULT NULL, `visibilities` binary(16) DEFAULT NULL, `properties` binary(16) DEFAULT NULL, `categories` binary(16) DEFAULT NULL, `translations` binary(16) DEFAULT NULL, `price` json DEFAULT NULL, `manufacturer_number` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `ean` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sales` int NOT NULL DEFAULT '0', `stock` int NOT NULL, `available_stock` int DEFAULT NULL, `available` tinyint(1) NOT NULL DEFAULT '1', `restock_time` int DEFAULT NULL, `is_closeout` tinyint(1) DEFAULT NULL, `purchase_steps` int UNSIGNED DEFAULT NULL, `max_purchase` int UNSIGNED DEFAULT NULL, `min_purchase` int UNSIGNED DEFAULT NULL, `purchase_unit` decimal(11,4) UNSIGNED DEFAULT NULL, `reference_unit` decimal(10,3) UNSIGNED DEFAULT NULL, `shipping_free` tinyint(1) DEFAULT NULL, `purchase_prices` json DEFAULT NULL, `mark_as_topseller` tinyint UNSIGNED DEFAULT NULL, `weight` decimal(10,3) UNSIGNED DEFAULT NULL, `width` decimal(10,3) UNSIGNED DEFAULT NULL, `height` decimal(10,3) UNSIGNED DEFAULT NULL, `length` decimal(10,3) UNSIGNED DEFAULT NULL, `release_date` datetime(3) DEFAULT NULL, `whitelist_ids` json DEFAULT NULL, `blacklist_ids` json DEFAULT NULL, `tag_ids` json DEFAULT NULL, `tags` binary(16) DEFAULT NULL, `variant_restrictions` json DEFAULT NULL, `configurator_group_config` json DEFAULT NULL, `main_variant_id` binary(16) DEFAULT NULL, `created_at` datetime(3) DEFAULT NULL, `updated_at` datetime(3) DEFAULT NULL, `rating_average` float DEFAULT NULL, `display_group` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `child_count` int DEFAULT NULL, `crossSellings` binary(16) DEFAULT NULL, `featureSet` binary(16) DEFAULT NULL, `customFieldSets` binary(16) DEFAULT NULL, `custom_field_set_selection_active` tinyint(1) DEFAULT NULL, `canonical_product_id` binary(16) DEFAULT NULL, `canonicalProduct` binary(16) DEFAULT NULL, `cmsPage` binary(16) DEFAULT NULL, `cheapest_price` longtext COLLATE utf8mb4_unicode_ci, `cheapest_price_accessor` longtext COLLATE utf8mb4_unicode_ci, `states` json DEFAULT NULL, `display_parent` tinyint(1) DEFAULT NULL, `variant_listing_config` json GENERATED ALWAYS AS ((case when ((`display_parent` is not null) or (`main_variant_id` is not null) or (`configurator_group_config` is not null)) then json_object(_utf8mb4'displayParent',`display_parent`,_utf8mb4'mainVariantId',lower(hex(`main_variant_id`)),_utf8mb4'configuratorGroupConfig',json_extract(`configurator_group_config`,_utf8mb4'$')) end)) VIRTUAL ) ; -- -- Tablo döküm verisi `product` -- INSERT INTO `product` (`id`, `version_id`, `auto_increment`, `product_number`, `active`, `parent_id`, `parent_version_id`, `tax_id`, `product_manufacturer_id`, `product_manufacturer_version_id`, `delivery_time_id`, `deliveryTime`, `product_media_id`, `product_media_version_id`, `cms_page_id`, `cms_page_version_id`, `unit_id`, `product_feature_set_id`, `category_tree`, `category_ids`, `stream_ids`, `option_ids`, `property_ids`, `tax`, `manufacturer`, `cover`, `unit`, `media`, `prices`, `visibilities`, `properties`, `categories`, `translations`, `price`, `manufacturer_number`, `ean`, `sales`, `stock`, `available_stock`, `available`, `restock_time`, `is_closeout`, `purchase_steps`, `max_purchase`, `min_purchase`, `purchase_unit`, `reference_unit`, `shipping_free`, `purchase_prices`, `mark_as_topseller`, `weight`, `width`, `height`, `length`, `release_date`, `whitelist_ids`, `blacklist_ids`, `tag_ids`, `tags`, `variant_restrictions`, `configurator_group_config`, `main_variant_id`, `created_at`, `updated_at`, `rating_average`, `display_group`, `child_count`, `crossSellings`, `featureSet`, `customFieldSets`, `custom_field_set_selection_active`, `canonical_product_id`, `canonicalProduct`, `cmsPage`, `cheapest_price`, `cheapest_price_accessor`, `states`, `display_parent`) VALUES (0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 'SWDEMO10002', 1, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x21a9abe3efa34f67884c59b8936263aa, 0xcc1c20c365d34cfb88bfab3c3e81d350, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0xe648140ff1f04177b40128ac6b649d8a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"251448b91bc742de85643f5fccd89051\"]', '[\"251448b91bc742de85643f5fccd89051\"]', NULL, NULL, NULL, 0x21a9abe3efa34f67884c59b8936263aa, 0xcc1c20c365d34cfb88bfab3c3e81d350, 0xe648140ff1f04177b40128ac6b649d8a, NULL, 0x11dc680240b04f469ccba354cbf0b967, 0x11dc680240b04f469ccba354cbf0b967, 0x11dc680240b04f469ccba354cbf0b967, 0x11dc680240b04f469ccba354cbf0b967, 0x11dc680240b04f469ccba354cbf0b967, 0x11dc680240b04f469ccba354cbf0b967, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 798.3199999999999, \"gross\": 950.0, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', NULL, NULL, 0, 10, 10, 1, NULL, 0, 1, NULL, 1, 1.0000, 1.000, 1, NULL, NULL, 45.000, 590.000, 600.000, 840.000, '2023-05-09 15:04:59.744', NULL, NULL, NULL, 0x11dc680240b04f469ccba354cbf0b967, NULL, NULL, NULL, '2023-05-09 15:04:59.779', '2023-05-09 15:05:33.164', NULL, '9cc83811832d4b1f1593acb545f36678', 0, 0x11dc680240b04f469ccba354cbf0b967, NULL, 0x11dc680240b04f469ccba354cbf0b967, NULL, NULL, NULL, NULL, 'O:87:\"Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0value\";a:1:{s:32:\"11dc680240b04f469ccba354cbf0b967\";a:2:{s:32:\"28caae75a5624f0d985abd0eb32aa160\";a:9:{s:9:\"parent_id\";s:32:\"11dc680240b04f469ccba354cbf0b967\";s:10:\"variant_id\";s:32:\"11dc680240b04f469ccba354cbf0b967\";s:7:\"rule_id\";s:32:\"28caae75a5624f0d985abd0eb32aa160\";s:7:\"unit_id\";N;s:13:\"purchase_unit\";s:6:\"1.0000\";s:14:\"reference_unit\";s:5:\"1.000\";s:12:\"min_purchase\";s:1:\"1\";s:5:\"price\";a:1:{s:33:\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\";a:4:{s:3:\"net\";d:630.25;s:5:\"gross\";d:750;s:6:\"linked\";b:1;s:10:\"currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";}}s:9:\"is_ranged\";s:1:\"1\";}s:7:\"default\";a:10:{s:9:\"parent_id\";s:32:\"11dc680240b04f469ccba354cbf0b967\";s:10:\"variant_id\";s:32:\"11dc680240b04f469ccba354cbf0b967\";s:7:\"rule_id\";N;s:9:\"is_ranged\";s:1:\"0\";s:5:\"price\";a:1:{s:33:\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\";a:4:{s:3:\"net\";d:798.3199999999999;s:5:\"gross\";d:950;s:6:\"linked\";b:1;s:10:\"currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";}}s:12:\"min_purchase\";s:1:\"1\";s:7:\"unit_id\";N;s:13:\"purchase_unit\";s:6:\"1.0000\";s:14:\"reference_unit\";s:5:\"1.000\";s:11:\"child_count\";s:1:\"0\";}}}s:10:\"\0*\0default\";N;s:96:\"\0Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\0ruleIds\";N;}', '{\"rule28caae75a5624f0d985abd0eb32aa160\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":750.0,\"net\":630.25}},\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":950.0,\"net\":798.3199999999999}}}', '[\"is-physical\"]', NULL), (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, 'SWDEMO100013', 0, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x21a9abe3efa34f67884c59b8936263aa, 0x2326d67406134c88bcf80e52d9d2ecb7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0ca83b27e34c4b1f9ab00aed4e3b8b03, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"77b959cf66de4c1590c7f9b7da3982f3\", \"bb22b05bff9140f3808b1cff975b75eb\"]', '[\"bb22b05bff9140f3808b1cff975b75eb\"]', NULL, NULL, '[\"22bdaee755804c1d8099c0d3696e852c\", \"77421c4f75af40c8a57657cdc2ad49a2\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x2326d67406134c88bcf80e52d9d2ecb7, 0x0ca83b27e34c4b1f9ab00aed4e3b8b03, NULL, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x1901dc5e888f4b1ea4168c2c5f005540, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 1.67, \"gross\": 1.99, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', NULL, NULL, 0, 40, 40, 1, NULL, 0, 1, NULL, 1, 250.0000, 250.000, 0, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:59.749', NULL, NULL, NULL, 0x1901dc5e888f4b1ea4168c2c5f005540, NULL, NULL, NULL, '2023-05-09 15:05:00.199', '2023-05-09 15:05:33.164', NULL, '27c34d8a0a473716816a8631d55e660a', 0, 0x1901dc5e888f4b1ea4168c2c5f005540, NULL, 0x1901dc5e888f4b1ea4168c2c5f005540, NULL, NULL, NULL, NULL, NULL, NULL, '[\"is-physical\"]', NULL), (0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 9, 'SWDEMO10005.4', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"8de9b484c54f441c894774e5f57e485c\"]', '[\"8de9b484c54f441c894774e5f57e485c\"]', NULL, '[\"52454db2adf942b2ac079a296f454a10\", \"acfd7586d02848f1ac801f4776efa414\"]', '[\"5997d91dc0784997bdef68dfc5a08912\", \"7cab88165ae5420f921232511b6e8f7d\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x55a1e7d9f9e84400a17e2b86d7a3fc89, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, '2023-05-09 15:05:01.432', '2023-05-09 15:05:33.164', NULL, 'd88fdc25bf3013e9cc57d679009b77a0', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 3, 'SWDEMO10001', 1, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0xf0e28db1195847dc9acb8eb016473e0c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"251448b91bc742de85643f5fccd89051\"]', '[\"251448b91bc742de85643f5fccd89051\"]', NULL, NULL, '[\"6f9359239c994b48b7de282ee19a714d\", \"78c53f3f6dd14eb4927978415bfb74db\", \"7cab88165ae5420f921232511b6e8f7d\", \"dc6f98beeca44852beb078a9e8e21e7d\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0xf0e28db1195847dc9acb8eb016473e0c, NULL, 0x2a88d9b59d474c7e869d8071649be43c, 0x2a88d9b59d474c7e869d8071649be43c, 0x2a88d9b59d474c7e869d8071649be43c, 0x2a88d9b59d474c7e869d8071649be43c, 0x2a88d9b59d474c7e869d8071649be43c, 0x2a88d9b59d474c7e869d8071649be43c, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 416.76, \"gross\": 495.95, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', NULL, NULL, 0, 10, 10, 1, NULL, 0, 1, NULL, 1, 1.0000, 1.000, 0, NULL, NULL, 0.170, NULL, NULL, NULL, '2023-05-09 15:04:59.754', NULL, NULL, NULL, 0x2a88d9b59d474c7e869d8071649be43c, NULL, NULL, NULL, '2023-05-09 15:05:00.573', '2023-05-09 15:05:33.164', NULL, 'ad2fab7ad7babdd7322b341443c0033b', 0, 0x2a88d9b59d474c7e869d8071649be43c, NULL, 0x2a88d9b59d474c7e869d8071649be43c, NULL, NULL, NULL, NULL, 'O:87:\"Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0value\";a:1:{s:32:\"2a88d9b59d474c7e869d8071649be43c\";a:1:{s:7:\"default\";a:10:{s:9:\"parent_id\";s:32:\"2a88d9b59d474c7e869d8071649be43c\";s:10:\"variant_id\";s:32:\"2a88d9b59d474c7e869d8071649be43c\";s:7:\"rule_id\";N;s:9:\"is_ranged\";s:1:\"0\";s:5:\"price\";a:1:{s:33:\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\";a:4:{s:3:\"net\";d:416.76;s:5:\"gross\";d:495.95;s:6:\"linked\";b:1;s:10:\"currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";}}s:12:\"min_purchase\";s:1:\"1\";s:7:\"unit_id\";N;s:13:\"purchase_unit\";s:6:\"1.0000\";s:14:\"reference_unit\";s:5:\"1.000\";s:11:\"child_count\";s:1:\"0\";}}}s:10:\"\0*\0default\";N;s:96:\"\0Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\0ruleIds\";N;}', '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":495.95,\"net\":416.76}}}', '[\"is-physical\"]', NULL), (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 4, 'SWDEMO10006', 1, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x21a9abe3efa34f67884c59b8936263aa, 0xcc1c20c365d34cfb88bfab3c3e81d350, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0xd6448ce8dd0e4720a92c1bdddb9e6c96, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"2185182cbbd4462ea844abeb2a438b33\"]', '[\"2185182cbbd4462ea844abeb2a438b33\"]', NULL, NULL, '[\"5997d91dc0784997bdef68dfc5a08912\", \"78c53f3f6dd14eb4927978415bfb74db\", \"c53fa30db00e4a84b4516f6b07c02e8d\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0xcc1c20c365d34cfb88bfab3c3e81d350, 0xd6448ce8dd0e4720a92c1bdddb9e6c96, NULL, 0x3ac014f329884b57a2cce5a29f34779c, 0x3ac014f329884b57a2cce5a29f34779c, 0x3ac014f329884b57a2cce5a29f34779c, 0x3ac014f329884b57a2cce5a29f34779c, 0x3ac014f329884b57a2cce5a29f34779c, 0x3ac014f329884b57a2cce5a29f34779c, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 15.0, \"gross\": 20.0, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', NULL, NULL, 0, 50, 50, 1, NULL, 0, 1, NULL, 1, 1.0000, 1.000, 1, NULL, NULL, 0.150, NULL, NULL, NULL, '2023-05-09 15:04:59.758', NULL, NULL, NULL, 0x3ac014f329884b57a2cce5a29f34779c, NULL, NULL, NULL, '2023-05-09 15:05:00.968', '2023-05-09 15:05:33.164', NULL, '72358a503f8624b7a92020a0e3e551b3', 0, 0x3ac014f329884b57a2cce5a29f34779c, NULL, 0x3ac014f329884b57a2cce5a29f34779c, NULL, NULL, NULL, NULL, 'O:87:\"Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0value\";a:1:{s:32:\"3ac014f329884b57a2cce5a29f34779c\";a:1:{s:7:\"default\";a:10:{s:9:\"parent_id\";s:32:\"3ac014f329884b57a2cce5a29f34779c\";s:10:\"variant_id\";s:32:\"3ac014f329884b57a2cce5a29f34779c\";s:7:\"rule_id\";N;s:9:\"is_ranged\";s:1:\"0\";s:5:\"price\";a:1:{s:33:\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\";a:4:{s:3:\"net\";d:15;s:5:\"gross\";d:20;s:6:\"linked\";b:1;s:10:\"currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";}}s:12:\"min_purchase\";s:1:\"1\";s:7:\"unit_id\";N;s:13:\"purchase_unit\";s:6:\"1.0000\";s:14:\"reference_unit\";s:5:\"1.000\";s:11:\"child_count\";s:1:\"0\";}}}s:10:\"\0*\0default\";N;s:96:\"\0Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\0ruleIds\";N;}', '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":20.0,\"net\":15.0}}}', '[\"is-physical\"]', NULL), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 5, 'SWDEMO10005', 1, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x55a1e7d9f9e84400a17e2b86d7a3fc89, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"8de9b484c54f441c894774e5f57e485c\"]', '[\"8de9b484c54f441c894774e5f57e485c\"]', NULL, NULL, '[\"5997d91dc0784997bdef68dfc5a08912\", \"7cab88165ae5420f921232511b6e8f7d\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x55a1e7d9f9e84400a17e2b86d7a3fc89, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 16.799999999999997, \"gross\": 19.99, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', NULL, NULL, 0, 50, 50, 1, NULL, 0, 1, NULL, 1, 1.0000, 1.000, 1, NULL, NULL, 0.500, NULL, NULL, NULL, '2023-05-09 15:04:59.761', NULL, NULL, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, '2023-05-09 15:05:01.429', '2023-05-09 15:05:33.164', NULL, NULL, 6, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, NULL, 'O:87:\"Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0value\";a:6:{s:32:\"219d11fac3de4ad9a7c532c45eb82718\";a:1:{s:7:\"default\";N;}s:32:\"496c600e2aa44c6f8316a31a17219e26\";a:1:{s:7:\"default\";N;}s:32:\"637135ddf31f4bd78e4315c1b7a98d99\";a:1:{s:7:\"default\";N;}s:32:\"6bbfc213810140988bf7636700f68120\";a:1:{s:7:\"default\";N;}s:32:\"700efad49366457480a2f067ac2db0aa\";a:1:{s:7:\"default\";N;}s:32:\"7a2bf1009438435593dfee6c05538ce2\";a:1:{s:7:\"default\";N;}}s:10:\"\0*\0default\";a:10:{s:9:\"parent_id\";s:32:\"43a23e0c03bf4ceabc6055a2185faa87\";s:10:\"variant_id\";s:32:\"43a23e0c03bf4ceabc6055a2185faa87\";s:7:\"rule_id\";N;s:9:\"is_ranged\";s:1:\"0\";s:5:\"price\";a:1:{s:33:\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\";a:4:{s:3:\"net\";d:16.799999999999997;s:5:\"gross\";d:19.99;s:6:\"linked\";b:1;s:10:\"currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";}}s:12:\"min_purchase\";s:1:\"1\";s:7:\"unit_id\";N;s:13:\"purchase_unit\";s:6:\"1.0000\";s:14:\"reference_unit\";s:5:\"1.000\";s:11:\"child_count\";s:1:\"6\";}s:96:\"\0Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\0ruleIds\";N;}', NULL, '[\"is-physical\"]', NULL), (0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 7, 'SWDEMO10005.2', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"8de9b484c54f441c894774e5f57e485c\"]', '[\"8de9b484c54f441c894774e5f57e485c\"]', NULL, '[\"2bfd278e87204807a890da4a3e81dd90\", \"acfd7586d02848f1ac801f4776efa414\"]', '[\"5997d91dc0784997bdef68dfc5a08912\", \"7cab88165ae5420f921232511b6e8f7d\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x55a1e7d9f9e84400a17e2b86d7a3fc89, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, '2023-05-09 15:05:01.431', '2023-05-09 15:05:33.164', NULL, 'd88fdc25bf3013e9cc57d679009b77a0', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 11, 'SWDEMO10005.6', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"8de9b484c54f441c894774e5f57e485c\"]', '[\"8de9b484c54f441c894774e5f57e485c\"]', NULL, '[\"acfd7586d02848f1ac801f4776efa414\", \"ad735af1ebfb421e93e408b073c4a89a\"]', '[\"5997d91dc0784997bdef68dfc5a08912\", \"7cab88165ae5420f921232511b6e8f7d\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x55a1e7d9f9e84400a17e2b86d7a3fc89, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, '2023-05-09 15:05:01.434', '2023-05-09 15:05:33.164', NULL, 'd88fdc25bf3013e9cc57d679009b77a0', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 6, 'SWDEMO10005.1', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"8de9b484c54f441c894774e5f57e485c\"]', '[\"8de9b484c54f441c894774e5f57e485c\"]', NULL, '[\"2bfd278e87204807a890da4a3e81dd90\", \"5997d91dc0784997bdef68dfc5a08912\"]', '[\"5997d91dc0784997bdef68dfc5a08912\", \"7cab88165ae5420f921232511b6e8f7d\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x55a1e7d9f9e84400a17e2b86d7a3fc89, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, '2023-05-09 15:05:01.430', '2023-05-09 15:05:33.164', NULL, 'd88fdc25bf3013e9cc57d679009b77a0', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 14, 'SWDEMO10007.2', NULL, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"2185182cbbd4462ea844abeb2a438b33\"]', '[\"2185182cbbd4462ea844abeb2a438b33\"]', NULL, '[\"54147692cbfb43419a6d11e26cad44dc\"]', '[\"41e5013b67d64d3a92b7a275da8af441\", \"5193ffa5de8648a1bcfba1fa8a26c02b\", \"54147692cbfb43419a6d11e26cad44dc\", \"5997d91dc0784997bdef68dfc5a08912\", \"78c53f3f6dd14eb4927978415bfb74db\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x683c3a0a0c26464fb65332d1a9adf7e2, NULL, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, '2023-05-09 15:05:01.990', '2023-05-09 15:05:33.164', NULL, 'af160339563fcd7ae2c9becf4cd95adb', NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 10, 'SWDEMO10005.5', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"8de9b484c54f441c894774e5f57e485c\"]', '[\"8de9b484c54f441c894774e5f57e485c\"]', NULL, '[\"5997d91dc0784997bdef68dfc5a08912\", \"ad735af1ebfb421e93e408b073c4a89a\"]', '[\"5997d91dc0784997bdef68dfc5a08912\", \"7cab88165ae5420f921232511b6e8f7d\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x55a1e7d9f9e84400a17e2b86d7a3fc89, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, '2023-05-09 15:05:01.433', '2023-05-09 15:05:33.164', NULL, 'd88fdc25bf3013e9cc57d679009b77a0', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 8, 'SWDEMO10005.3', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"8de9b484c54f441c894774e5f57e485c\"]', '[\"8de9b484c54f441c894774e5f57e485c\"]', NULL, '[\"52454db2adf942b2ac079a296f454a10\", \"5997d91dc0784997bdef68dfc5a08912\"]', '[\"5997d91dc0784997bdef68dfc5a08912\", \"7cab88165ae5420f921232511b6e8f7d\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x55a1e7d9f9e84400a17e2b86d7a3fc89, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, '2023-05-09 15:05:01.432', '2023-05-09 15:05:33.164', NULL, 'd88fdc25bf3013e9cc57d679009b77a0', NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, 0x43a23e0c03bf4ceabc6055a2185faa87, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 15, 'SWDEMO10007.3', NULL, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"2185182cbbd4462ea844abeb2a438b33\"]', '[\"2185182cbbd4462ea844abeb2a438b33\"]', NULL, '[\"5997d91dc0784997bdef68dfc5a08912\"]', '[\"41e5013b67d64d3a92b7a275da8af441\", \"5193ffa5de8648a1bcfba1fa8a26c02b\", \"54147692cbfb43419a6d11e26cad44dc\", \"5997d91dc0784997bdef68dfc5a08912\", \"78c53f3f6dd14eb4927978415bfb74db\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x683c3a0a0c26464fb65332d1a9adf7e2, NULL, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, '2023-05-09 15:05:01.991', '2023-05-09 15:05:33.164', NULL, 'af160339563fcd7ae2c9becf4cd95adb', NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 12, 'SWDEMO10007', 1, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x683c3a0a0c26464fb65332d1a9adf7e2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"2185182cbbd4462ea844abeb2a438b33\"]', '[\"2185182cbbd4462ea844abeb2a438b33\"]', NULL, NULL, '[\"41e5013b67d64d3a92b7a275da8af441\", \"5193ffa5de8648a1bcfba1fa8a26c02b\", \"54147692cbfb43419a6d11e26cad44dc\", \"5997d91dc0784997bdef68dfc5a08912\", \"78c53f3f6dd14eb4927978415bfb74db\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x683c3a0a0c26464fb65332d1a9adf7e2, NULL, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 16.799999999999997, \"gross\": 19.99, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', NULL, NULL, 0, 50, 50, 1, NULL, 0, 1, NULL, 1, 1.0000, 1.000, 1, NULL, NULL, NULL, NULL, NULL, NULL, '2023-05-09 15:04:59.764', NULL, NULL, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, '2023-05-09 15:05:01.988', '2023-05-09 15:05:33.164', NULL, NULL, 4, 0xc7bca22753c84d08b6178a50052b4146, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, NULL, 'O:87:\"Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\":4:{s:13:\"\0*\0extensions\";a:0:{}s:8:\"\0*\0value\";a:4:{s:32:\"6dc3f2effa914e59b08c9ac4f732dcaa\";a:1:{s:7:\"default\";N;}s:32:\"b5930fb1118044e4b62c0bfe042544fc\";a:1:{s:7:\"default\";N;}s:32:\"eb1de6f7612d43bca9b1bd35d0b6702a\";a:1:{s:7:\"default\";N;}s:32:\"eb5c8cccdf134111943c89c6cfa4a818\";a:1:{s:7:\"default\";N;}}s:10:\"\0*\0default\";a:10:{s:9:\"parent_id\";s:32:\"c7bca22753c84d08b6178a50052b4146\";s:10:\"variant_id\";s:32:\"c7bca22753c84d08b6178a50052b4146\";s:7:\"rule_id\";N;s:9:\"is_ranged\";s:1:\"0\";s:5:\"price\";a:1:{s:33:\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\";a:4:{s:3:\"net\";d:16.799999999999997;s:5:\"gross\";d:19.99;s:6:\"linked\";b:1;s:10:\"currencyId\";s:32:\"b7d2554b0ce847cd82f3ac9bd1c0dfca\";}}s:12:\"min_purchase\";s:1:\"1\";s:7:\"unit_id\";N;s:13:\"purchase_unit\";s:6:\"1.0000\";s:14:\"reference_unit\";s:5:\"1.000\";s:11:\"child_count\";s:1:\"4\";}s:96:\"\0Shopware\\Core\\Content\\Product\\DataAbstractionLayer\\CheapestPrice\\CheapestPriceContainer\0ruleIds\";N;}', NULL, '[\"is-physical\"]', NULL), (0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 13, 'SWDEMO10007.1', NULL, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"2185182cbbd4462ea844abeb2a438b33\"]', '[\"2185182cbbd4462ea844abeb2a438b33\"]', NULL, '[\"41e5013b67d64d3a92b7a275da8af441\"]', '[\"41e5013b67d64d3a92b7a275da8af441\", \"5193ffa5de8648a1bcfba1fa8a26c02b\", \"54147692cbfb43419a6d11e26cad44dc\", \"5997d91dc0784997bdef68dfc5a08912\", \"78c53f3f6dd14eb4927978415bfb74db\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x683c3a0a0c26464fb65332d1a9adf7e2, NULL, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, '2023-05-09 15:05:01.990', '2023-05-09 15:05:33.164', NULL, 'af160339563fcd7ae2c9becf4cd95adb', NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL), (0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 16, 'SWDEMO10007.4', NULL, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '[\"c81bf59638ec4c258e9624ce2ecafe4b\", \"a515ae260223466f8e37471d279e6406\", \"2185182cbbd4462ea844abeb2a438b33\"]', '[\"2185182cbbd4462ea844abeb2a438b33\"]', NULL, '[\"acfd7586d02848f1ac801f4776efa414\"]', '[\"41e5013b67d64d3a92b7a275da8af441\", \"5193ffa5de8648a1bcfba1fa8a26c02b\", \"54147692cbfb43419a6d11e26cad44dc\", \"5997d91dc0784997bdef68dfc5a08912\", \"78c53f3f6dd14eb4927978415bfb74db\", \"96638a1c7ab847bbb3ca64167ab30a3e\", \"acfd7586d02848f1ac801f4776efa414\"]', 0x21a9abe3efa34f67884c59b8936263aa, 0x7f24e96676e944b0a0addc20d56728cb, 0x683c3a0a0c26464fb65332d1a9adf7e2, NULL, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, 0, 50, 50, 1, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, '2023-05-09 15:05:01.991', '2023-05-09 15:05:33.164', NULL, 'af160339563fcd7ae2c9becf4cd95adb', NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, 0xc7bca22753c84d08b6178a50052b4146, NULL, NULL, NULL, NULL, NULL, '{\"ruledefault\":{\"currencyb7d2554b0ce847cd82f3ac9bd1c0dfca\":{\"gross\":19.99,\"net\":16.799999999999997}}}', '[\"is-physical\"]', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_category` -- CREATE TABLE `product_category` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_category` -- INSERT INTO `product_category` (`product_id`, `product_version_id`, `category_id`, `category_version_id`) VALUES (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_category_tree` -- CREATE TABLE `product_category_tree` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `category_id` binary(16) NOT NULL, `category_version_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_category_tree` -- INSERT INTO `product_category_tree` (`product_id`, `product_version_id`, `category_id`, `category_version_id`) VALUES (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2185182cbbd4462ea844abeb2a438b33, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x251448b91bc742de85643f5fccd89051, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x77b959cf66de4c1590c7f9b7da3982f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8de9b484c54f441c894774e5f57e485c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xa515ae260223466f8e37471d279e6406, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xbb22b05bff9140f3808b1cff975b75eb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425), (0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_configurator_setting` -- CREATE TABLE `product_configurator_setting` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `property_group_option_id` binary(16) NOT NULL, `price` json DEFAULT NULL, `position` int NOT NULL DEFAULT '0', `media_id` binary(16) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_configurator_setting` -- INSERT INTO `product_configurator_setting` (`id`, `version_id`, `product_id`, `product_version_id`, `property_group_option_id`, `price`, `position`, `media_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x4e5da3d434bf40a383d465fcbc9f1c9b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x52454db2adf942b2ac079a296f454a10, NULL, 0, 0xf69ab8ae42d04e17b2bab5ec2ff0a93c, NULL, '2023-05-09 15:05:01.428', NULL), (0x5ac592bd49db4adc91885952bab8c474, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xad735af1ebfb421e93e408b073c4a89a, NULL, 0, 0x102ac62ba27347a688030a05c1790db7, NULL, '2023-05-09 15:05:01.428', NULL), (0x7c7b6b2fa24540028b2abac570bf5813, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912, NULL, 0, NULL, NULL, '2023-05-09 15:05:01.428', NULL), (0x93e42734733e4571a201df790e6e476a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xacfd7586d02848f1ac801f4776efa414, NULL, 0, NULL, NULL, '2023-05-09 15:05:01.987', NULL), (0xa152f390a5d94bb6aa0d5318494ba743, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2bfd278e87204807a890da4a3e81dd90, NULL, 0, 0x6cbbdc03b43f4207be80b5f752d5a1c4, NULL, '2023-05-09 15:05:01.428', NULL), (0xb3f08b5e8dbe4692a83444917cd8fee4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41e5013b67d64d3a92b7a275da8af441, NULL, 0, NULL, NULL, '2023-05-09 15:05:01.987', NULL), (0xca89e21bc6144028b6b22ca13647f224, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912, NULL, 0, NULL, NULL, '2023-05-09 15:05:01.987', NULL), (0xe2b10631ac7b485a81fde956982c9f4f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xacfd7586d02848f1ac801f4776efa414, NULL, 0, NULL, NULL, '2023-05-09 15:05:01.428', NULL), (0xe9c9fe40a6f843d890dc8cf652f37571, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x54147692cbfb43419a6d11e26cad44dc, NULL, 0, NULL, NULL, '2023-05-09 15:05:01.987', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_cross_selling` -- CREATE TABLE `product_cross_selling` ( `id` binary(16) NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL, `sort_by` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `sort_direction` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) DEFAULT '0', `limit` int NOT NULL DEFAULT '24', `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `product_stream_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_cross_selling_assigned_products` -- CREATE TABLE `product_cross_selling_assigned_products` ( `id` binary(16) NOT NULL, `cross_selling_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_cross_selling_translation` -- CREATE TABLE `product_cross_selling_translation` ( `product_cross_selling_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_custom_field_set` -- CREATE TABLE `product_custom_field_set` ( `custom_field_set_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_download` -- CREATE TABLE `product_download` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '1', `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_export` -- CREATE TABLE `product_export` ( `id` binary(16) NOT NULL, `product_stream_id` binary(16) NOT NULL, `storefront_sales_channel_id` binary(16) DEFAULT NULL, `sales_channel_id` binary(16) NOT NULL, `sales_channel_domain_id` binary(16) DEFAULT NULL, `file_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `encoding` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `file_format` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `include_variants` tinyint(1) DEFAULT '0', `generate_by_cronjob` tinyint(1) NOT NULL DEFAULT '0', `generated_at` datetime(3) DEFAULT NULL, `interval` int NOT NULL, `header_template` longtext COLLATE utf8mb4_unicode_ci, `body_template` longtext COLLATE utf8mb4_unicode_ci, `footer_template` longtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `currency_id` binary(16) NOT NULL, `paused_schedule` tinyint(1) DEFAULT '0', `is_running` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_feature_set` -- CREATE TABLE `product_feature_set` ( `id` binary(16) NOT NULL, `features` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_feature_set` -- INSERT INTO `product_feature_set` (`id`, `features`, `created_at`, `updated_at`) VALUES (0xa61586d5e23143eeb58300fbd9c26ff6, '[{\"id\": \"d45b40f6a99c4c2abe66c410369b9d3c\", \"name\": \"referencePrice\", \"type\": \"referencePrice\", \"position\": 1}]', '2023-05-09 17:55:56.529', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_feature_set_translation` -- CREATE TABLE `product_feature_set_translation` ( `product_feature_set_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '', `description` mediumtext COLLATE utf8mb4_unicode_ci, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_feature_set_translation` -- INSERT INTO `product_feature_set_translation` (`product_feature_set_id`, `language_id`, `name`, `description`, `created_at`, `updated_at`) VALUES (0xa61586d5e23143eeb58300fbd9c26ff6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard', 'Standardtemplate, hebt den Grundpreis des Produkts hervor', '2023-05-09 17:55:56.537', NULL), (0xa61586d5e23143eeb58300fbd9c26ff6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Default', 'Default template displaying the product\'s price per scale unit', '2023-05-09 17:55:56.534', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_keyword_dictionary` -- CREATE TABLE `product_keyword_dictionary` ( `id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `keyword` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `reversed` varchar(500) COLLATE utf8mb4_unicode_ci GENERATED ALWAYS AS (reverse(`keyword`)) STORED ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_keyword_dictionary` -- INSERT INTO `product_keyword_dictionary` (`id`, `language_id`, `keyword`) VALUES (0x5a32f53397a04f5f87cf3ed683d0d520, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'bewertungen'), (0x209cf4582a354b0c8e6b5e2437132b30, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'eigenschaften'), (0xcd84268e355d48ea957990fcbe965f44, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'erweiterten'), (0xe9d3fc65ff9d4755ba88347d7b240f60, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'hauptartikel'), (0x1ab28b4d01e540ea8de4d2de6728cc65, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'hauptprodukt'), (0x0e4cade51842423b897547e43b952eb0, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'hervorhebung'), (0x2f8a82c002d9416ea952906d9c7fd043, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'preisen'), (0xaa735c2aa46340bfb26759bebfd97218, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Freizeit'), (0x652dba747f3f4f428239fd2eafd521ef, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Kleidung'), (0x2214c60292f5490d8f5f8de32c74eb87, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Lebensmittel'), (0x32e239ca4e654e44b77f7cdb4b451362, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10001'), (0x273a19ecdb0940d3bd11b4037d864238, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO100013'), (0x090d6c537f694ed99db1e2963550a485, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10002'), (0x382ab40b803b47fb8e80cbd6e1a38b33, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005'), (0x37f9ff5fc3cc414680e3aee6929048fa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.1'), (0x82ac34da33a44a698aebd9f635178d5d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.2'), (0x0de34b2ef54c4e19bbf61212aa76079d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.3'), (0x8deb8b6ae1124ad8bbd50a8b200b6970, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.4'), (0x79d991ab52c444ada41b3e5eff4236b9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.5'), (0x17de51b30f30450d946a8cc39b6f6743, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10005.6'), (0x0da243f13c6d403196adef6b7cd74281, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10006'), (0x7a22eda7992e4008838673ba6399b79c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007'), (0x94e93fca327b47209c46af2b1375d82c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007.1'), (0x628221edafbf4a9e80ae70aa3b1fe3fa, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007.2'), (0xe465e6d773104e3db8c64df9fe6d891f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007.3'), (0x90b973e90ab9433194a154afa36af6e2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'SWDEMO10007.4'), (0x15a89c6a4ebd45b2b031103dc2651f9b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'variantenprodukt'), (0xbeaa4626a7a0473787579373507857ba, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'versandkostenfrei'), (0xe15de3e8e84c4e109e7f6565fe389583, 0x8e6d712041cf4de1b4149dd70cf58df8, 'advanced'), (0x640f427565d24ce58f6685d26c56449a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'free'), (0xbaeec1f6c35b4cb7902ee82497d2ef81, 0x8e6d712041cf4de1b4149dd70cf58df8, 'highlighting'), (0x2e8d43c4264b4c29b788f851149bc6b9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'main'), (0x80ab1c380e9140e183ad1393f23a2b4b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'prices'), (0xbceae3c296bf49ecb9f04d9b661b3514, 0x8e6d712041cf4de1b4149dd70cf58df8, 'product'), (0x3bd93b1b2b864c91817417f306861980, 0x8e6d712041cf4de1b4149dd70cf58df8, 'properties'), (0xfa53666f49f849b1a2b915f0e38c8c3c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'reviews'), (0x90348c6114094d3ca34e87df7088d44c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'shipping'), (0x7b3c21b51c3c4c878cdc84669df6e5f3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shopware Fashion'), (0x1fcf7aaff22845019256792488f58c29, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shopware Food'), (0xd4ea3373c70140c797c02076517afd07, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shopware Freetime'), (0x7bf9e0a12dda4afe88364b13baf3c0c6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10001'), (0x52219c16cd9740a3aaaec8888bb07f28, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO100013'), (0xb9a56a3430e04b08b8b488e4651b860a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10002'), (0x2821a01d58494007a5f0131147c8295d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10005'), (0x6f3022ac4c4b4215b4d05940fd2a76c7, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10005.1'), (0xcaeca2bb1a9d4d6398972d6033abb484, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10005.2'), (0x7beaf021fcb4445c8b7aec67c3fb44c9, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10005.3'), (0x5d796c0657424849a2fb3c4f67e42fe6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10005.4'), (0x6bcc8038ea1d46eb8deda2921858789b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10005.5'), (0xfa308a48d0f44db296a38d648d230b0c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10005.6'), (0x449ce971a20b4683b0d47f59a0a103d2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10006'), (0xe181b3f86e424b94b928909f1e8298fc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10007'), (0x8d082fd46b9844848d767be59c86a5ea, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10007.1'), (0xfcdee74df0d44e65be2b2e4844aa9b8f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10007.2'), (0x177318f9622d49dab1a1462b91ffefe8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10007.3'), (0x8529d9588fcd406e9623fab5a962c719, 0x8e6d712041cf4de1b4149dd70cf58df8, 'SWDEMO10007.4'), (0x8ad25f26ceff4dcc96beb829052af6ec, 0x8e6d712041cf4de1b4149dd70cf58df8, 'variant'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_manufacturer` -- CREATE TABLE `product_manufacturer` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `link` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `media_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_manufacturer` -- INSERT INTO `product_manufacturer` (`id`, `version_id`, `link`, `media_id`, `created_at`, `updated_at`) VALUES (0x2326d67406134c88bcf80e52d9d2ecb7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '2023-05-09 15:05:00.197', NULL), (0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '2023-05-09 15:05:00.571', NULL), (0xcc1c20c365d34cfb88bfab3c3e81d350, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '2023-05-09 15:04:59.776', NULL), (0xd3ac0dcbedd94202b3c2e9329a8ef4e0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, NULL, NULL, '2023-05-09 17:55:45.450', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_manufacturer_translation` -- CREATE TABLE `product_manufacturer_translation` ( `product_manufacturer_id` binary(16) NOT NULL, `product_manufacturer_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_manufacturer_translation` -- INSERT INTO `product_manufacturer_translation` (`product_manufacturer_id`, `product_manufacturer_version_id`, `language_id`, `name`, `description`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2326d67406134c88bcf80e52d9d2ecb7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Lebensmittel', NULL, NULL, '2023-05-09 15:05:00.198', NULL), (0x2326d67406134c88bcf80e52d9d2ecb7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shopware Food', NULL, NULL, '2023-05-09 15:05:00.198', NULL), (0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Kleidung', NULL, NULL, '2023-05-09 15:05:00.571', NULL), (0x7f24e96676e944b0a0addc20d56728cb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shopware Fashion', NULL, NULL, '2023-05-09 15:05:00.571', NULL), (0xcc1c20c365d34cfb88bfab3c3e81d350, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Shopware Freizeit', NULL, NULL, '2023-05-09 15:04:59.776', NULL), (0xcc1c20c365d34cfb88bfab3c3e81d350, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Shopware Freetime', NULL, NULL, '2023-05-09 15:04:59.777', NULL), (0xd3ac0dcbedd94202b3c2e9329a8ef4e0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'shopware AG', NULL, NULL, '2023-05-09 17:55:45.454', NULL), (0xd3ac0dcbedd94202b3c2e9329a8ef4e0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 'shopware AG', NULL, NULL, '2023-05-09 17:55:45.451', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_media` -- CREATE TABLE `product_media` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `position` int NOT NULL DEFAULT '1', `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_media` -- INSERT INTO `product_media` (`id`, `version_id`, `position`, `product_id`, `product_version_id`, `media_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0ca83b27e34c4b1f9ab00aed4e3b8b03, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6968ad64888844679918c638e449ffc5, NULL, '2023-05-09 15:05:00.199', NULL), (0x55a1e7d9f9e84400a17e2b86d7a3fc89, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x102ac62ba27347a688030a05c1790db7, NULL, '2023-05-09 15:05:01.427', NULL), (0x683c3a0a0c26464fb65332d1a9adf7e2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5808d194947f415495d9782d8fdc92ae, NULL, '2023-05-09 15:05:01.987', NULL), (0xd6448ce8dd0e4720a92c1bdddb9e6c96, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2de02991cd0548a4ac6cc35cb11773a0, NULL, '2023-05-09 15:05:00.968', NULL), (0xe648140ff1f04177b40128ac6b649d8a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x84356a71233d4b3e9f417dcc8850c82f, NULL, '2023-05-09 15:04:59.779', NULL), (0xf0e28db1195847dc9acb8eb016473e0c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 1, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x70e352200b5c45098dc65a5b47094a2a, NULL, '2023-05-09 15:05:00.572', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_option` -- CREATE TABLE `product_option` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `property_group_option_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_option` -- INSERT INTO `product_option` (`product_id`, `product_version_id`, `property_group_option_id`) VALUES (0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2bfd278e87204807a890da4a3e81dd90), (0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2bfd278e87204807a890da4a3e81dd90), (0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41e5013b67d64d3a92b7a275da8af441), (0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x52454db2adf942b2ac079a296f454a10), (0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x52454db2adf942b2ac079a296f454a10), (0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x54147692cbfb43419a6d11e26cad44dc), (0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912), (0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912), (0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912), (0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912), (0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xacfd7586d02848f1ac801f4776efa414), (0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xacfd7586d02848f1ac801f4776efa414), (0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xacfd7586d02848f1ac801f4776efa414), (0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xacfd7586d02848f1ac801f4776efa414), (0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xad735af1ebfb421e93e408b073c4a89a), (0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xad735af1ebfb421e93e408b073c4a89a); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_price` -- CREATE TABLE `product_price` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `price` json NOT NULL, `quantity_start` int NOT NULL, `quantity_end` int DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_price` -- INSERT INTO `product_price` (`id`, `version_id`, `rule_id`, `product_id`, `product_version_id`, `price`, `quantity_start`, `quantity_end`, `custom_fields`, `created_at`, `updated_at`) VALUES (0xc47c5b48952c4e0387a07d25541a2f26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28caae75a5624f0d985abd0eb32aa160, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 672.27, \"gross\": 800.0, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', 1, 11, NULL, '2023-05-09 15:04:59.779', NULL), (0xf289a5a38d544ead82f952547d03ffa4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x28caae75a5624f0d985abd0eb32aa160, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": 630.25, \"gross\": 750.0, \"linked\": true, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', 12, NULL, NULL, '2023-05-09 15:04:59.778', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_property` -- CREATE TABLE `product_property` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `property_group_option_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_property` -- INSERT INTO `product_property` (`product_id`, `product_version_id`, `property_group_option_id`) VALUES (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x22bdaee755804c1d8099c0d3696e852c), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x41e5013b67d64d3a92b7a275da8af441), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5193ffa5de8648a1bcfba1fa8a26c02b), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x54147692cbfb43419a6d11e26cad44dc), (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x5997d91dc0784997bdef68dfc5a08912), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x6f9359239c994b48b7de282ee19a714d), (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x77421c4f75af40c8a57657cdc2ad49a2), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x78c53f3f6dd14eb4927978415bfb74db), (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x78c53f3f6dd14eb4927978415bfb74db), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x78c53f3f6dd14eb4927978415bfb74db), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7cab88165ae5420f921232511b6e8f7d), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x7cab88165ae5420f921232511b6e8f7d), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x96638a1c7ab847bbb3ca64167ab30a3e), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x96638a1c7ab847bbb3ca64167ab30a3e), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xacfd7586d02848f1ac801f4776efa414), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xacfd7586d02848f1ac801f4776efa414), (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xc53fa30db00e4a84b4516f6b07c02e8d), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0xdc6f98beeca44852beb078a9e8e21e7d); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_review` -- CREATE TABLE `product_review` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `customer_id` binary(16) DEFAULT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `language_id` binary(16) DEFAULT NULL, `external_user` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `external_email` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `content` longtext COLLATE utf8mb4_unicode_ci, `points` double DEFAULT NULL, `status` tinyint(1) DEFAULT '0', `comment` longtext COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `updated_at` datetime(3) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `product_version_id` binary(16) NOT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_search_config` -- CREATE TABLE `product_search_config` ( `id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `and_logic` tinyint(1) NOT NULL DEFAULT '1', `min_search_length` smallint NOT NULL DEFAULT '2', `excluded_terms` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_search_config` -- INSERT INTO `product_search_config` (`id`, `language_id`, `and_logic`, `min_search_length`, `excluded_terms`, `created_at`, `updated_at`) VALUES (0x08a8d676b13445049317287ee4c1dc60, 0x8e6d712041cf4de1b4149dd70cf58df8, 0, 2, '[\"i\", \"me\", \"my\", \"myself\", \"we\", \"us\", \"our\", \"ours\", \"ourselves\", \"you\", \"your\", \"yours\", \"yourself\", \"yourselves\", \"he\", \"him\", \"his\", \"himself\", \"she\", \"her\", \"hers\", \"herself\", \"it\", \"its\", \"itself\", \"they\", \"them\", \"their\", \"theirs\", \"themselves\", \"what\", \"which\", \"who\", \"whom\", \"this\", \"that\", \"these\", \"those\", \"am\", \"is\", \"are\", \"was\", \"were\", \"be\", \"been\", \"being\", \"have\", \"has\", \"had\", \"having\", \"do\", \"does\", \"did\", \"doing\", \"will\", \"would\", \"shall\", \"should\", \"can\", \"could\", \"may\", \"might\", \"must\", \"ought\", \"i\'m\", \"you\'re\", \"he\'s\", \"she\'s\", \"it\'s\", \"we\'re\", \"they\'re\", \"i\'ve\", \"you\'ve\", \"we\'ve\", \"they\'ve\", \"i\'d\", \"you\'d\", \"he\'d\", \"she\'d\", \"we\'d\", \"they\'d\", \"i\'ll\", \"you\'ll\", \"he\'ll\", \"she\'ll\", \"we\'ll\", \"they\'ll\", \"isn\'t\", \"aren\'t\", \"wasn\'t\", \"weren\'t\", \"hasn\'t\", \"haven\'t\", \"hadn\'t\", \"doesn\'t\", \"don\'t\", \"didn\'t\", \"won\'t\", \"wouldn\'t\", \"shan\'t\", \"shouldn\'t\", \"can\'t\", \"cannot\", \"couldn\'t\", \"mustn\'t\", \"let\'s\", \"that\'s\", \"who\'s\", \"what\'s\", \"here\'s\", \"there\'s\", \"when\'s\", \"where\'s\", \"why\'s\", \"how\'s\", \"a\", \"an\", \"the\", \"and\", \"but\", \"if\", \"or\", \"because\", \"as\", \"until\", \"while\", \"of\", \"at\", \"by\", \"for\", \"with\", \"about\", \"against\", \"between\", \"into\", \"through\", \"during\", \"before\", \"after\", \"above\", \"below\", \"to\", \"from\", \"up\", \"down\", \"in\", \"out\", \"on\", \"off\", \"over\", \"under\", \"again\", \"further\", \"then\", \"once\", \"here\", \"there\", \"when\", \"where\", \"why\", \"how\", \"all\", \"any\", \"both\", \"each\", \"few\", \"more\", \"most\", \"other\", \"some\", \"such\", \"no\", \"nor\", \"not\", \"only\", \"own\", \"same\", \"so\", \"than\", \"too\", \"very\"]', '2023-05-09 17:56:02.416', NULL), (0x92239b2f34444399b740ff834bc8a4a7, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0, 2, '[\"aber\", \"alle\", \"allem\", \"allen\", \"aller\", \"alles\", \"als\", \"also\", \"am\", \"an\", \"ander\", \"andere\", \"anderem\", \"anderen\", \"anderer\", \"anderes\", \"anderm\", \"andern\", \"anderr\", \"anders\", \"auch\", \"auf\", \"aus\", \"bei\", \"bin\", \"bis\", \"bist\", \"da\", \"damit\", \"dann\", \"der\", \"den\", \"des\", \"dem\", \"die\", \"das\", \"daß\", \"derselbe\", \"derselben\", \"denselben\", \"desselben\", \"demselben\", \"dieselbe\", \"dieselben\", \"dasselbe\", \"dazu\", \"dein\", \"deine\", \"deinem\", \"deinen\", \"deiner\", \"deines\", \"denn\", \"derer\", \"dessen\", \"dich\", \"dir\", \"du\", \"dies\", \"diese\", \"diesem\", \"diesen\", \"dieser\", \"dieses\", \"doch\", \"dort\", \"durch\", \"ein\", \"eine\", \"einem\", \"einen\", \"einer\", \"eines\", \"einig\", \"einige\", \"einigem\", \"einigen\", \"einiger\", \"einiges\", \"einmal\", \"er\", \"ihn\", \"ihm\", \"es\", \"etwas\", \"euer\", \"eure\", \"eurem\", \"euren\", \"eurer\", \"eures\", \"für\", \"gegen\", \"gewesen\", \"hab\", \"habe\", \"haben\", \"hat\", \"hatte\", \"hatten\", \"hier\", \"hin\", \"hinter\", \"ich\", \"mich\", \"mir\", \"ihr\", \"ihre\", \"ihrem\", \"ihren\", \"ihrer\", \"ihres\", \"euch\", \"im\", \"in\", \"indem\", \"ins\", \"ist\", \"jede\", \"jedem\", \"jeden\", \"jeder\", \"jedes\", \"jene\", \"jenem\", \"jenen\", \"jener\", \"jenes\", \"jetzt\", \"kann\", \"kein\", \"keine\", \"keinem\", \"keinen\", \"keiner\", \"keines\", \"können\", \"könnte\", \"machen\", \"man\", \"manche\", \"manchem\", \"manchen\", \"mancher\", \"manches\", \"mein\", \"meine\", \"meinem\", \"meinen\", \"meiner\", \"meines\", \"mit\", \"muss\", \"musste\", \"nach\", \"nicht\", \"nichts\", \"noch\", \"nun\", \"nur\", \"ob\", \"oder\", \"ohne\", \"sehr\", \"sein\", \"seine\", \"seinem\", \"seinen\", \"seiner\", \"seines\", \"selbst\", \"sich\", \"sie\", \"ihnen\", \"sind\", \"so\", \"solche\", \"solchem\", \"solchen\", \"solcher\", \"solches\", \"soll\", \"sollte\", \"sondern\", \"sonst\", \"über\", \"um\", \"und\", \"uns\", \"unse\", \"unsem\", \"unsen\", \"unser\", \"unses\", \"unter\", \"viel\", \"vom\", \"von\", \"vor\", \"während\", \"war\", \"waren\", \"warst\", \"was\", \"weg\", \"weil\", \"weiter\", \"welche\", \"welchem\", \"welchen\", \"welcher\", \"welches\", \"wenn\", \"werde\", \"werden\", \"wie\", \"wieder\", \"will\", \"wir\", \"wird\", \"wirst\", \"wo\", \"wollen\", \"wollte\", \"würde\", \"würden\", \"zu\", \"zum\", \"zur\", \"zwar\", \"zwischen\"]', '2023-05-09 17:56:02.418', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_search_config_field` -- CREATE TABLE `product_search_config_field` ( `id` binary(16) NOT NULL, `product_search_config_id` binary(16) NOT NULL, `custom_field_id` binary(16) DEFAULT NULL, `field` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `tokenize` tinyint(1) NOT NULL DEFAULT '0', `searchable` tinyint(1) NOT NULL DEFAULT '0', `ranking` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_search_config_field` -- INSERT INTO `product_search_config_field` (`id`, `product_search_config_id`, `custom_field_id`, `field`, `tokenize`, `searchable`, `ranking`, `created_at`, `updated_at`) VALUES (0x040ffd5761fb44609f649caa9eea8a62, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'metaTitle', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0x0f499382e592462e89a81a96d81dd50d, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'manufacturer.name', 0, 1, 500, '2023-05-09 17:56:02.419', NULL), (0x1259996f2d8847a4a1f842594a39cd55, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'customSearchKeywords', 0, 1, 800, '2023-05-09 17:56:02.419', NULL), (0x13373a716ce945708a1d160fced0368a, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'properties.name', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0x1d77c96ac468475bbb922d3633c8274b, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'manufacturerNumber', 0, 1, 500, '2023-05-09 17:56:02.419', NULL), (0x260de724d28b4b7ab02e02406c6ba731, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'categories.name', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0x2fdce9142d20476081486da79df0affa, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'ean', 0, 1, 500, '2023-05-09 17:56:02.419', NULL), (0x46a3f62b82d74df5b8a2cfd02365020d, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'name', 1, 1, 700, '2023-05-09 17:56:02.419', NULL), (0x493b091d1cbf437d80d5dcb7726fdea1, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'productNumber', 0, 1, 1000, '2023-05-09 17:56:02.419', NULL), (0x4b115488c97044ec81e95ca95c36243e, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'categories.customFields', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0x4d7f75d0c39646dd8bb4d18f17c6454b, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'customSearchKeywords', 0, 1, 800, '2023-05-09 17:56:02.419', NULL), (0x52e04b03e2dc4667b1721dd665e5c443, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'metaDescription', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0x644985338955489a8cebe5ed8ec114bd, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'options.name', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0x84e0179cbd8948639ca3c0f10eff1c44, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'description', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0x84f4b9445ae24a3ebbbf5b9900c8657f, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'manufacturerNumber', 0, 1, 500, '2023-05-09 17:56:02.419', NULL), (0x89bfe450a15d406ba38a3b9a6cb1397b, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'tags.name', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0x8c55cfea6f704a2da339bfe238777ce7, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'manufacturer.name', 0, 1, 500, '2023-05-09 17:56:02.419', NULL), (0xa2e17f978be54294905840b0cd224d10, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'manufacturer.customFields', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xa8494b343783473fb57bfe7b61461c19, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'properties.name', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xb396062d49ce41b1b7830cc07c418096, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'metaTitle', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xc5060aac952d4248b16d89ccbc71c224, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'name', 1, 1, 700, '2023-05-09 17:56:02.419', NULL), (0xc6b326c90cd94c51a5d2887fcbf59dbb, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'options.name', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xc9ee0959cff340b8aa4ecda3a2cae474, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'ean', 0, 1, 500, '2023-05-09 17:56:02.419', NULL), (0xd5832e8268334b87b994501d12762be6, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'tags.name', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xdbd7522692ae412380484a777a2f0235, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'categories.name', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xdf0a33e296434bb6b1ca0649623fb315, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'productNumber', 0, 1, 1000, '2023-05-09 17:56:02.419', NULL), (0xe148aa92e7a34e478f37be9ac4319cce, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'categories.customFields', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xe34e47dd20b24db0a421bc09631598fe, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'metaDescription', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xf6de4636a9214a3ba9a0f97d7a3f3fca, 0x92239b2f34444399b740ff834bc8a4a7, NULL, 'manufacturer.customFields', 0, 0, 0, '2023-05-09 17:56:02.419', NULL), (0xf8aa49ee90fb430fa9abe65d627e7a66, 0x08a8d676b13445049317287ee4c1dc60, NULL, 'description', 0, 0, 0, '2023-05-09 17:56:02.419', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_search_keyword` -- CREATE TABLE `product_search_keyword` ( `id` binary(16) NOT NULL, `version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `keyword` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `ranking` double NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_search_keyword` -- INSERT INTO `product_search_keyword` (`id`, `version_id`, `language_id`, `product_id`, `product_version_id`, `keyword`, `ranking`, `created_at`, `updated_at`) VALUES (0x000a06f1a2834ba8b8252a5590f34b5c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.4', 1000, '2023-05-09 15:05:32.957', NULL), (0x0702eae50c844116ae5510af0ed5970b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'properties', 700, '2023-05-09 15:05:33.065', NULL), (0x071e3725df78403abf02eaa2908c68fe, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Freizeit', 500, '2023-05-09 15:05:32.957', NULL), (0x0751f87854fc488699f70edf7b9c64de, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variantenprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0x0a30f1a6c3e74003a84cff939941f3be, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0x0c6e478a61e54b119fe7229b4aa185e7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10002', 1000, '2023-05-09 15:05:33.065', NULL), (0x0d9cc32049bd4eee956b1d52769e3e8a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'bewertungen', 700, '2023-05-09 15:05:32.957', NULL), (0x1245d3b8dfad45f2a02e4dbb5a402c8f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x132bed723d414efe8a819b571e87bae1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'erweiterten', 700, '2023-05-09 15:05:32.957', NULL), (0x132fc588d32a4e31a95155a0a38ec543, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x1a06da7bf3fc47058ce79455282058ed, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0x1ca1b77178944ec59565a62a503c25ba, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.2', 1000, '2023-05-09 15:05:33.065', NULL), (0x1f8dc9982a8f42529a62991b2a157f69, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variantenprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0x22013dc6abe2423e91b3326029473fee, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x2316e981b1b4414ba46219ddd24d8a4a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0x2435d68ae9eb41049bcbcd7371bd9e14, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.3', 1000, '2023-05-09 15:05:33.065', NULL), (0x26c3995894604fa3afd18b85186e2c82, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007.3', 1000, '2023-05-09 15:05:33.065', NULL), (0x2a40d4bb39c94150be7d2c18d517fd00, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.6', 1000, '2023-05-09 15:05:33.065', NULL), (0x2ceca9e060704bfcbd858aff2b769d0b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x2dd675eabcfd43608b0c9e9fc79d6066, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Lebensmittel', 500, '2023-05-09 15:05:32.957', NULL), (0x3149973a8d9d4c41b0049db96debf725, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x32065221824440359d3bf88343634d19, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x33ecc620be644a42b324fe4a82c5d758, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Freizeit', 500, '2023-05-09 15:05:32.957', NULL), (0x37890a2ce50c4215bd01e393af8b49d1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.5', 1000, '2023-05-09 15:05:33.065', NULL), (0x3b087f4c72184545a99e37b6d86defae, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x3c480a3b76064dedb5b3fff7791eca1c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x3db285da208d485280d462bcd382efb6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x3ffef834feb149e29b495639af6dfe92, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0x41159c03a9044967b87426230871d2af, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'shipping', 700, '2023-05-09 15:05:33.065', NULL), (0x41246d73d5be4ca3b9d8595f606d1033, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007.4', 1000, '2023-05-09 15:05:33.065', NULL), (0x42ae83c79b1f4a83aaf384a98079622b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x4321cb1c676442ccbb49da0f047b9c0b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x44e7638b05174226bb8cd8c947d0df45, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007.4', 1000, '2023-05-09 15:05:32.957', NULL), (0x45a663375f6a4afc9aa5823e9271d43d, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x45bcd176ea014bd092c100f5e542998a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variant', 700, '2023-05-09 15:05:33.065', NULL), (0x45f45d99f4e54aa180d636fddc1cd4f6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0x48a74967f05c4df9961757250adc9938, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x49b92b3912b24c3ba9d03490dd502309, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variantenprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0x4b496ed4159f4494a60a8f54015d7fe5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007', 1000, '2023-05-09 15:05:32.957', NULL), (0x4d0c8ad8fd794f31bb788ae97a076280, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Food', 500, '2023-05-09 15:05:33.065', NULL), (0x4e4f903e1118498fa93c52476d597d51, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005', 1000, '2023-05-09 15:05:33.065', NULL), (0x4f445d3ad4624c9fbdac32a8ae3bdba2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'properties', 700, '2023-05-09 15:05:33.065', NULL), (0x5094c20722884579995710094d403ad7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.4', 1000, '2023-05-09 15:05:33.065', NULL), (0x50c226d97be445dd8436921a03027a8b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10006', 1000, '2023-05-09 15:05:32.957', NULL), (0x50f43a206cde405198a71244a7f9a38e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005', 1000, '2023-05-09 15:05:32.957', NULL), (0x52800f60c27a470980be370cd2769239, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x52fbc47d96c84a1faf52adaab6897d20, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007.3', 1000, '2023-05-09 15:05:32.957', NULL), (0x5360a45a10fd4c049cadb0287f6d0473, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0x55d594efa811469aaa8039bd9efbea7b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'prices', 700, '2023-05-09 15:05:33.065', NULL), (0x569a24c6a5754e8db4bb18c3afa06e60, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0x57284f3410a04b04930914f15eb2cdaf, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0x57e068b05de944a0b5bf348d73f41c43, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'properties', 700, '2023-05-09 15:05:33.065', NULL), (0x596c1f66031a4a7593470ad560036de3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variantenprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0x5a6b60f7422247349021fe293a905b7a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'advanced', 700, '2023-05-09 15:05:33.065', NULL), (0x5aa3678c918e46ea916eaf428cc7ee11, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variantenprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0x5b9d3af62c1546049a5d66ed2b4266a2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variantenprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0x5c1c92d33a224ed68f3f4bf74b0b4379, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0x5ce68b5d00cf456dbda4bc3379851d2b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x5ec93fd8f2d54cafaae25f31e75684c7, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'free', 700, '2023-05-09 15:05:33.065', NULL), (0x60c76fbfeb2e4ab09b91f5d5aa2ad22b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x624a6087489849fa80e150eaa820b333, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10001', 1000, '2023-05-09 15:05:33.065', NULL), (0x699e13538d9743458f798f006283edcb, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variant', 700, '2023-05-09 15:05:33.065', NULL), (0x69e44a0d21b44182a1872ffdd7cc50ff, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x6b07f51630284595a32cb3a3c15bde7c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x6bb8925a4f464fa09b49078ab14146e6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x6d652872f14942768d085826e574991f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'eigenschaften', 700, '2023-05-09 15:05:32.957', NULL), (0x6ec0253e35a040b1a441197feef98633, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Freetime', 500, '2023-05-09 15:05:33.065', NULL), (0x7560e6c5a03c4c499a15bc0c776f1f0b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0x7662a32f0a494853904f9eea80669bc1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'eigenschaften', 700, '2023-05-09 15:05:32.957', NULL), (0x7903805127b44ef78275c680881eeb94, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variant', 700, '2023-05-09 15:05:33.065', NULL), (0x7ba41046a6024552889684af92bc5f83, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'properties', 700, '2023-05-09 15:05:33.065', NULL), (0x835edf69928f4a36849d29983672c5d9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0x861f52a81ea14fa3beb04361ab50860b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x870e467d0b404fb089431deb1341a890, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0x8cbccf33018c4ab28e8dc1dea9d540dc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variant', 700, '2023-05-09 15:05:33.065', NULL), (0x8f44f3483d014b1caa86aecdda03689e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x219d11fac3de4ad9a7c532c45eb82718, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variant', 700, '2023-05-09 15:05:33.065', NULL), (0x934447963fdd4e44aeef4674ab469fb4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x9352f1e6bf2b4432b381e7c0bfa462f3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0x9401a6c108994c4d806a00c661dea0bd, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x953219e82c1d4a6f812c178f46fed11a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0x9544a866ea69461784eef93f161ec54f, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0x99a69942925a496f8cf0564cc79e7f98, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.1', 1000, '2023-05-09 15:05:32.957', NULL), (0x9a4118bfab7a4f36a72eb001286e7b3c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0x9e96bc02b4b0454f8885e85b100f660e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0x9f91becc61da49309fc368cb425795fe, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.6', 1000, '2023-05-09 15:05:32.957', NULL), (0xa26ea9a1d72d4bce92298f95485b3db6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptartikel', 700, '2023-05-09 15:05:32.957', NULL), (0xa3b821170b11486897d89642fee4b152, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Freetime', 500, '2023-05-09 15:05:33.065', NULL), (0xa941071cbf8f44b9a8822d39f39d59b9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0xaa5568163f3a48ffb3fd0f93c1e46dd6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10002', 1000, '2023-05-09 15:05:32.957', NULL), (0xab46c3558d0d40e4a1c1b2c5938c85c1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0xab52eed88dbf40dea6b6d2bb163442ac, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variantenprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0xb02a53041b194555836ce6ef9728a915, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007.2', 1000, '2023-05-09 15:05:33.065', NULL), (0xb1220347e4db4d55a8484f6b0b5718b9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0xb2d912ea00644e8591aa76cb20afe8d3, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0xb391639e0e3b4e84b6f93b9301ff97a6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0xb3dc442465f34999a11d8ecebd914c2e, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007', 1000, '2023-05-09 15:05:33.065', NULL), (0xb44bb46a18f34d1bbdd0a5d00b57c31b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hervorhebung', 700, '2023-05-09 15:05:32.957', NULL), (0xb4e1a231fafb484c9c5fa0b39976d53b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0xb58d024164df432f9aaffe61f2293448, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'eigenschaften', 700, '2023-05-09 15:05:32.957', NULL), (0xb7faca6284fc4572803b87924840e270, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'eigenschaften', 700, '2023-05-09 15:05:32.957', NULL), (0xbdad0f7613994ab68557bfac273f18f8, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variant', 700, '2023-05-09 15:05:33.065', NULL), (0xbe9161eda8e6448ca6b632d95760133a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.3', 1000, '2023-05-09 15:05:32.957', NULL), (0xc053e75099ad479eb6264b9f56f8fece, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007.1', 1000, '2023-05-09 15:05:32.957', NULL), (0xc0be4a2d5cd6403aa701347f21630f15, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0xc19349bdf76849bdb3ab616c1dc62529, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x496c600e2aa44c6f8316a31a17219e26, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.2', 1000, '2023-05-09 15:05:32.957', NULL), (0xc19a1113bc7545779f05c08226f3f858, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'highlighting', 700, '2023-05-09 15:05:33.065', NULL), (0xc2282d5d443a4296a52117726851d771, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10006', 1000, '2023-05-09 15:05:33.065', NULL), (0xc2c2d25700ad45d48ea40a02278ea3a4, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0xc3abafd791ea4ec886ed9e554a0a0f7b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0xc5e64451ef2d49f1ae3bba617784f0ca, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0xc98c05fad72e4542b5683160691a91b1, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'reviews', 700, '2023-05-09 15:05:33.065', NULL), (0xc9d5727ed16d4ac181f936cd74b32c51, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0xca1ee7fd4c644bba9b1864086b0a2659, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO100013', 1000, '2023-05-09 15:05:33.065', NULL), (0xd109e3cf35964d98a736595060d7ec24, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x6bbfc213810140988bf7636700f68120, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.1', 1000, '2023-05-09 15:05:33.065', NULL), (0xd122d00657fc4dbca218255c9b7340b6, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0xd20a3de1a73b4e238fa0a948b05f0a72, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xeb5c8cccdf134111943c89c6cfa4a818, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'eigenschaften', 700, '2023-05-09 15:05:32.957', NULL), (0xd2a5331269db44d3a5bf3b92d79726d9, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x637135ddf31f4bd78e4315c1b7a98d99, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'product', 700, '2023-05-09 15:05:33.065', NULL), (0xd7c29e62e6074a78a01fb2eadad96743, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'hauptprodukt', 700, '2023-05-09 15:05:32.957', NULL), (0xd80a3211f1564df088037a67dde7b981, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x700efad49366457480a2f067ac2db0aa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10005.5', 1000, '2023-05-09 15:05:32.957', NULL), (0xda1cb0f03c8340b3bd6f37abbb8aeb2b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0xdbf4f55e366248bcbe46f98930082910, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'properties', 700, '2023-05-09 15:05:33.065', NULL), (0xdc606e37d81a45ff80b1092599091f38, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x7a2bf1009438435593dfee6c05538ce2, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'variant', 700, '2023-05-09 15:05:33.065', NULL), (0xdcce8d909b5743b2a3e655d0f6dcf551, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0xe3d1cc86294540f994d20e5b4321b6ee, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'main', 700, '2023-05-09 15:05:33.065', NULL), (0xe75b1c3632904efa9150a47f31103416, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007.1', 1000, '2023-05-09 15:05:33.065', NULL), (0xe7c1422bcba94d8595c97252e5c4caf5, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'versandkostenfrei', 700, '2023-05-09 15:05:32.957', NULL), (0xeb5f0da5bcd64b5c86ff69e9facb0e43, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'preisen', 700, '2023-05-09 15:05:32.957', NULL), (0xec72afaf9f8e496dbaacdc34e4a5901a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO100013', 1000, '2023-05-09 15:05:32.957', NULL), (0xed0357a4195e4b768beed2398056edab, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10001', 1000, '2023-05-09 15:05:32.957', NULL), (0xee787cdd97034805bc9312a1de63ae13, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL), (0xef7b23fbcf3e4f3aae086b5fe8e866be, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Kleidung', 500, '2023-05-09 15:05:32.957', NULL), (0xfda7f8f453b141a6b725c68f208cb973, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'SWDEMO10007.2', 1000, '2023-05-09 15:05:32.957', NULL), (0xfe74a1e6b2424d9fa11c252040b052f0, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, 0xb5930fb1118044e4b62c0bfe042544fc, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 'Shopware Fashion', 500, '2023-05-09 15:05:33.065', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_sorting` -- CREATE TABLE `product_sorting` ( `id` binary(16) NOT NULL, `url_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `priority` int UNSIGNED NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `fields` json NOT NULL, `created_at` datetime(3) NOT NULL, `locked` tinyint(1) NOT NULL DEFAULT '0', `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_sorting` -- INSERT INTO `product_sorting` (`id`, `url_key`, `priority`, `active`, `fields`, `created_at`, `locked`, `updated_at`) VALUES (0x4a2379f780644d58ac56a5ef2a65fb6f, 'topseller', 0, 1, '[{\"field\": \"product.sales\", \"order\": \"desc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-05-09 17:55:59.525', 0, NULL), (0x4a591b2e0c2c4d4697d6d0fda4137943, 'price-desc', 1, 1, '[{\"field\": \"product.cheapestPrice\", \"order\": \"desc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-05-09 17:55:58.030', 0, NULL), (0x6ae43d3426b048dd8363ac75bc88dd5a, 'name-desc', 3, 1, '[{\"field\": \"product.name\", \"order\": \"desc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-05-09 17:55:58.030', 0, NULL), (0xe0bad8cedcd34c90b6bd2f5cad0b14a3, 'name-asc', 4, 1, '[{\"field\": \"product.name\", \"order\": \"asc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-05-09 17:55:58.030', 0, NULL), (0xf296a58e8d9b4c4f9e4ca12b698c3535, 'score', 0, 1, '[{\"field\": \"_score\", \"order\": \"desc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-05-09 17:55:58.030', 1, NULL), (0xf62035c68a2049979f174d6375fd3563, 'price-asc', 2, 1, '[{\"field\": \"product.cheapestPrice\", \"order\": \"asc\", \"priority\": 1, \"naturalSorting\": 0}]', '2023-05-09 17:55:58.030', 0, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_sorting_translation` -- CREATE TABLE `product_sorting_translation` ( `product_sorting_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `label` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_sorting_translation` -- INSERT INTO `product_sorting_translation` (`product_sorting_id`, `language_id`, `label`, `created_at`, `updated_at`) VALUES (0x4a2379f780644d58ac56a5ef2a65fb6f, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Topseller', '2023-05-09 17:55:59.529', NULL), (0x4a2379f780644d58ac56a5ef2a65fb6f, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Topseller', '2023-05-09 17:55:59.528', NULL), (0x4a591b2e0c2c4d4697d6d0fda4137943, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Preis absteigend', '2023-05-09 17:55:58.055', NULL), (0x4a591b2e0c2c4d4697d6d0fda4137943, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Price descending', '2023-05-09 17:55:58.053', NULL), (0x6ae43d3426b048dd8363ac75bc88dd5a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Name Z-A', '2023-05-09 17:55:58.046', NULL), (0x6ae43d3426b048dd8363ac75bc88dd5a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Name Z-A', '2023-05-09 17:55:58.045', NULL), (0xe0bad8cedcd34c90b6bd2f5cad0b14a3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Name A-Z', '2023-05-09 17:55:58.041', NULL), (0xe0bad8cedcd34c90b6bd2f5cad0b14a3, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Name A-Z', '2023-05-09 17:55:58.040', NULL), (0xf296a58e8d9b4c4f9e4ca12b698c3535, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Beste Ergebnisse', '2023-05-09 17:55:58.060', NULL), (0xf296a58e8d9b4c4f9e4ca12b698c3535, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Top results', '2023-05-09 17:55:58.059', NULL), (0xf62035c68a2049979f174d6375fd3563, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Preis aufsteigend', '2023-05-09 17:55:58.050', NULL), (0xf62035c68a2049979f174d6375fd3563, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Price ascending', '2023-05-09 17:55:58.049', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_stream` -- CREATE TABLE `product_stream` ( `id` binary(16) NOT NULL, `api_filter` json DEFAULT NULL, `invalid` tinyint(1) NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_stream_filter` -- CREATE TABLE `product_stream_filter` ( `id` binary(16) NOT NULL, `product_stream_id` binary(16) NOT NULL, `parent_id` binary(16) DEFAULT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `field` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `operator` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `value` longtext COLLATE utf8mb4_unicode_ci, `parameters` longtext COLLATE utf8mb4_unicode_ci, `position` int NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_stream_mapping` -- CREATE TABLE `product_stream_mapping` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `product_stream_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_stream_translation` -- CREATE TABLE `product_stream_translation` ( `product_stream_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_tag` -- CREATE TABLE `product_tag` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_translation` -- CREATE TABLE `product_translation` ( `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `keywords` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `meta_title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `pack_unit` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `slot_config` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `pack_unit_plural` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_search_keywords` json DEFAULT NULL ) ; -- -- Tablo döküm verisi `product_translation` -- INSERT INTO `product_translation` (`product_id`, `product_version_id`, `language_id`, `meta_description`, `name`, `keywords`, `description`, `meta_title`, `pack_unit`, `custom_fields`, `slot_config`, `created_at`, `updated_at`, `pack_unit_plural`, `custom_search_keywords`) VALUES (0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 'Hauptprodukt mit erweiterten Preisen', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:04:59.780', NULL, NULL, NULL), (0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, 'Main product with advanced prices', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:04:59.780', NULL, NULL, NULL), (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 'Hauptprodukt mit Bewertungen', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:00.199', NULL, NULL, NULL), (0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, 'Main product with reviews', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:00.200', NULL, NULL, NULL), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 'Hauptartikel', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:00.573', NULL, NULL, NULL), (0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, 'Main product', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:00.573', NULL, NULL, NULL), (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 'Hauptprodukt, versandkostenfrei mit Hervorhebung', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:00.969', NULL, NULL, NULL), (0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, 'Main product, free shipping with highlighting', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:00.969', NULL, NULL, NULL), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 'Variantenprodukt', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:01.429', NULL, NULL, NULL), (0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, 'Variant product', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:01.430', NULL, NULL, NULL), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, 'Hauptprodukt mit Eigenschaften', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:01.989', NULL, NULL, NULL), (0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, 'Main product with properties', NULL, 'Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet. Lorem ipsum dolor sit amet, consetetur sadipscing elitr, sed diam nonumy eirmod tempor invidunt ut labore et dolore magna aliquyam erat, sed diam voluptua. At vero eos et accusam et justo duo dolores et ea rebum. Stet clita kasd gubergren, no sea takimata sanctus est Lorem ipsum dolor sit amet.', NULL, NULL, NULL, NULL, '2023-05-09 15:05:01.989', NULL, NULL, NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `product_visibility` -- CREATE TABLE `product_visibility` ( `id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `visibility` int NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `product_visibility` -- INSERT INTO `product_visibility` (`id`, `product_id`, `product_version_id`, `sales_channel_id`, `visibility`, `created_at`, `updated_at`) VALUES (0x055eac2f437c4e2c9a423c268f6b9ebb, 0x3ac014f329884b57a2cce5a29f34779c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x05b03c671cf8409aa4084628de7ce7f8, 30, '2023-05-09 15:05:00.968', NULL), (0x161494e90196481da9fd9a99e1462706, 0x1901dc5e888f4b1ea4168c2c5f005540, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x05b03c671cf8409aa4084628de7ce7f8, 30, '2023-05-09 15:05:00.199', NULL), (0x69cd1be4be004944b923ddbe571e96f5, 0x11dc680240b04f469ccba354cbf0b967, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x05b03c671cf8409aa4084628de7ce7f8, 30, '2023-05-09 15:04:59.779', NULL), (0x6c6041a1de0940378ab05ad4ca892745, 0x43a23e0c03bf4ceabc6055a2185faa87, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x05b03c671cf8409aa4084628de7ce7f8, 30, '2023-05-09 15:05:01.428', NULL), (0x8aae932871634fe8a6f485da0d9df6cd, 0xc7bca22753c84d08b6178a50052b4146, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x05b03c671cf8409aa4084628de7ce7f8, 30, '2023-05-09 15:05:01.988', NULL), (0xc835fb65b685416196fbae58a508b82a, 0x2a88d9b59d474c7e869d8071649be43c, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 0x05b03c671cf8409aa4084628de7ce7f8, 30, '2023-05-09 15:05:00.572', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion` -- CREATE TABLE `promotion` ( `id` binary(16) NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `valid_from` datetime DEFAULT NULL, `valid_until` datetime DEFAULT NULL, `max_redemptions_global` int DEFAULT NULL, `max_redemptions_per_customer` int DEFAULT NULL, `priority` int NOT NULL DEFAULT '1', `order_count` int NOT NULL DEFAULT '0', `orders_per_customer_count` json DEFAULT NULL, `exclusive` tinyint(1) NOT NULL DEFAULT '0', `code` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, `use_codes` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `customer_restriction` tinyint(1) NOT NULL DEFAULT '0', `prevent_combination` tinyint(1) NOT NULL DEFAULT '0', `exclusion_ids` json DEFAULT NULL, `use_individual_codes` tinyint(1) NOT NULL DEFAULT '0', `individual_code_pattern` varchar(255) COLLATE utf8mb4_general_ci DEFAULT NULL, `use_setgroups` tinyint(1) NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_general_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_cart_rule` -- CREATE TABLE `promotion_cart_rule` ( `promotion_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_discount` -- CREATE TABLE `promotion_discount` ( `id` binary(16) NOT NULL, `promotion_id` binary(16) NOT NULL, `scope` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `type` varchar(32) COLLATE utf8mb4_unicode_ci NOT NULL, `value` double NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `consider_advanced_rules` tinyint(1) NOT NULL DEFAULT '0', `max_value` float DEFAULT NULL, `sorter_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `applier_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `usage_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `picker_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_discount_prices` -- CREATE TABLE `promotion_discount_prices` ( `id` binary(16) NOT NULL, `discount_id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL, `price` float NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_discount_rule` -- CREATE TABLE `promotion_discount_rule` ( `discount_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_individual_code` -- CREATE TABLE `promotion_individual_code` ( `id` binary(16) NOT NULL, `promotion_id` binary(16) NOT NULL, `code` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `payload` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_order_rule` -- CREATE TABLE `promotion_order_rule` ( `promotion_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_persona_customer` -- CREATE TABLE `promotion_persona_customer` ( `promotion_id` binary(16) NOT NULL, `customer_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_persona_rule` -- CREATE TABLE `promotion_persona_rule` ( `promotion_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_sales_channel` -- CREATE TABLE `promotion_sales_channel` ( `id` binary(16) NOT NULL, `promotion_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `priority` int NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_setgroup` -- CREATE TABLE `promotion_setgroup` ( `id` binary(16) NOT NULL, `promotion_id` binary(16) NOT NULL, `packager_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `sorter_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `value` double NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_setgroup_rule` -- CREATE TABLE `promotion_setgroup_rule` ( `setgroup_id` binary(16) NOT NULL, `rule_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `promotion_translation` -- CREATE TABLE `promotion_translation` ( `name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `promotion_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `property_group` -- CREATE TABLE `property_group` ( `id` binary(16) NOT NULL, `sorting_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'alphanumeric', `display_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'text', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `filterable` tinyint(1) NOT NULL DEFAULT '1', `visible_on_product_detail_page` tinyint(1) DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `property_group` -- INSERT INTO `property_group` (`id`, `sorting_type`, `display_type`, `created_at`, `updated_at`, `filterable`, `visible_on_product_detail_page`) VALUES (0x1857bb30fe6448c88f8ad331cf6dfa0c, 'alphanumeric', 'text', '2023-05-09 15:04:59.684', NULL, 1, 1), (0x269c7e40a54a462e884edb004c5f7bc8, 'alphanumeric', 'color', '2023-05-09 15:04:59.695', NULL, 1, 1), (0x448f3d72803f4ac8afc0c1108739ddf4, 'alphanumeric', 'text', '2023-05-09 15:04:59.711', NULL, 1, 1), (0x75f353b589d04bf48e8a9ab1f5422b0e, 'alphanumeric', 'text', '2023-05-09 15:04:59.723', NULL, 1, 1), (0xa67cdd9627cb488bb4cd91f3e8d66e32, 'alphanumeric', 'text', '2023-05-09 15:04:59.737', NULL, 1, 1); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `property_group_option` -- CREATE TABLE `property_group_option` ( `id` binary(16) NOT NULL, `property_group_id` binary(16) NOT NULL, `color_hex_code` varchar(20) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `media_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `property_group_option` -- INSERT INTO `property_group_option` (`id`, `property_group_id`, `color_hex_code`, `media_id`, `created_at`, `updated_at`) VALUES (0x22bdaee755804c1d8099c0d3696e852c, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-05-09 15:04:59.707', NULL), (0x2bfd278e87204807a890da4a3e81dd90, 0x269c7e40a54a462e884edb004c5f7bc8, '#0000ffff', NULL, '2023-05-09 15:04:59.693', NULL), (0x327d6c0b12264d7bb479ee18eb66ab23, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-05-09 15:04:59.708', NULL), (0x34066fc5b043464caaaca5b1ec5aa233, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-05-09 15:04:59.709', NULL), (0x41e5013b67d64d3a92b7a275da8af441, 0x75f353b589d04bf48e8a9ab1f5422b0e, NULL, NULL, '2023-05-09 15:04:59.720', NULL), (0x5193ffa5de8648a1bcfba1fa8a26c02b, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-05-09 15:04:59.732', NULL), (0x52454db2adf942b2ac079a296f454a10, 0x269c7e40a54a462e884edb004c5f7bc8, '#ff0000ff', NULL, '2023-05-09 15:04:59.694', NULL), (0x54147692cbfb43419a6d11e26cad44dc, 0x75f353b589d04bf48e8a9ab1f5422b0e, NULL, NULL, '2023-05-09 15:04:59.722', NULL), (0x5997d91dc0784997bdef68dfc5a08912, 0x75f353b589d04bf48e8a9ab1f5422b0e, NULL, NULL, '2023-05-09 15:04:59.721', NULL), (0x673c97246aad4704b0be14ce21b93b06, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-05-09 15:04:59.709', NULL), (0x6f9359239c994b48b7de282ee19a714d, 0x1857bb30fe6448c88f8ad331cf6dfa0c, NULL, NULL, '2023-05-09 15:04:59.684', NULL), (0x77421c4f75af40c8a57657cdc2ad49a2, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-05-09 15:04:59.710', NULL), (0x78c53f3f6dd14eb4927978415bfb74db, 0x1857bb30fe6448c88f8ad331cf6dfa0c, NULL, NULL, '2023-05-09 15:04:59.682', NULL), (0x7cab88165ae5420f921232511b6e8f7d, 0x1857bb30fe6448c88f8ad331cf6dfa0c, NULL, NULL, '2023-05-09 15:04:59.683', NULL), (0x96638a1c7ab847bbb3ca64167ab30a3e, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-05-09 15:04:59.733', NULL), (0xacda76f103774960a7f8f96ff5563f8d, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-05-09 15:04:59.733', NULL), (0xacfd7586d02848f1ac801f4776efa414, 0x75f353b589d04bf48e8a9ab1f5422b0e, NULL, NULL, '2023-05-09 15:04:59.722', NULL), (0xad735af1ebfb421e93e408b073c4a89a, 0x269c7e40a54a462e884edb004c5f7bc8, '#ffffffff', NULL, '2023-05-09 15:04:59.694', NULL), (0xc36d68be7cc043c98c78375891eac40a, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-05-09 15:04:59.734', NULL), (0xc53fa30db00e4a84b4516f6b07c02e8d, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-05-09 15:04:59.735', NULL), (0xd5d798a26c7640b3a5f837a02b93a08b, 0x448f3d72803f4ac8afc0c1108739ddf4, NULL, NULL, '2023-05-09 15:04:59.711', NULL), (0xdc6f98beeca44852beb078a9e8e21e7d, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-05-09 15:04:59.735', NULL), (0xdfabbd52199e4d7abd8ff01bafcbd372, 0xa67cdd9627cb488bb4cd91f3e8d66e32, NULL, NULL, '2023-05-09 15:04:59.736', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `property_group_option_translation` -- CREATE TABLE `property_group_option_translation` ( `property_group_option_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `position` int NOT NULL DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `property_group_option_translation` -- INSERT INTO `property_group_option_translation` (`property_group_option_id`, `language_id`, `name`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x22bdaee755804c1d8099c0d3696e852c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zucker', 1, NULL, '2023-05-09 15:04:59.707', NULL), (0x22bdaee755804c1d8099c0d3696e852c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Sugar', 1, NULL, '2023-05-09 15:04:59.708', NULL), (0x2bfd278e87204807a890da4a3e81dd90, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Blau', 1, NULL, '2023-05-09 15:04:59.693', NULL), (0x2bfd278e87204807a890da4a3e81dd90, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Blue', 1, NULL, '2023-05-09 15:04:59.693', NULL), (0x327d6c0b12264d7bb479ee18eb66ab23, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Fisch', 1, NULL, '2023-05-09 15:04:59.708', NULL), (0x327d6c0b12264d7bb479ee18eb66ab23, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Fish', 1, NULL, '2023-05-09 15:04:59.708', NULL), (0x34066fc5b043464caaaca5b1ec5aa233, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weizen', 1, NULL, '2023-05-09 15:04:59.709', NULL), (0x34066fc5b043464caaaca5b1ec5aa233, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Wheat', 1, NULL, '2023-05-09 15:04:59.709', NULL), (0x41e5013b67d64d3a92b7a275da8af441, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'S', 1, NULL, '2023-05-09 15:04:59.721', NULL), (0x41e5013b67d64d3a92b7a275da8af441, 0x8e6d712041cf4de1b4149dd70cf58df8, 'S', 1, NULL, '2023-05-09 15:04:59.721', NULL), (0x5193ffa5de8648a1bcfba1fa8a26c02b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Polyester', 1, NULL, '2023-05-09 15:04:59.732', NULL), (0x5193ffa5de8648a1bcfba1fa8a26c02b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Polyester', 1, NULL, '2023-05-09 15:04:59.732', NULL), (0x52454db2adf942b2ac079a296f454a10, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Rot', 1, NULL, '2023-05-09 15:04:59.694', NULL), (0x52454db2adf942b2ac079a296f454a10, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Red', 1, NULL, '2023-05-09 15:04:59.694', NULL), (0x54147692cbfb43419a6d11e26cad44dc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'L', 1, NULL, '2023-05-09 15:04:59.722', NULL), (0x54147692cbfb43419a6d11e26cad44dc, 0x8e6d712041cf4de1b4149dd70cf58df8, 'L', 1, NULL, '2023-05-09 15:04:59.722', NULL), (0x5997d91dc0784997bdef68dfc5a08912, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'M', 1, NULL, '2023-05-09 15:04:59.721', NULL), (0x5997d91dc0784997bdef68dfc5a08912, 0x8e6d712041cf4de1b4149dd70cf58df8, 'M', 1, NULL, '2023-05-09 15:04:59.722', NULL), (0x673c97246aad4704b0be14ce21b93b06, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Salz', 1, NULL, '2023-05-09 15:04:59.710', NULL), (0x673c97246aad4704b0be14ce21b93b06, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Salt', 1, NULL, '2023-05-09 15:04:59.710', NULL), (0x6f9359239c994b48b7de282ee19a714d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kinder', 1, NULL, '2023-05-09 15:04:59.684', NULL), (0x6f9359239c994b48b7de282ee19a714d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Children', 1, NULL, '2023-05-09 15:04:59.684', NULL), (0x77421c4f75af40c8a57657cdc2ad49a2, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Milch', 1, NULL, '2023-05-09 15:04:59.710', NULL), (0x77421c4f75af40c8a57657cdc2ad49a2, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Milk', 1, NULL, '2023-05-09 15:04:59.711', NULL), (0x78c53f3f6dd14eb4927978415bfb74db, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Mann', 1, NULL, '2023-05-09 15:04:59.683', NULL), (0x78c53f3f6dd14eb4927978415bfb74db, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Man', 1, NULL, '2023-05-09 15:04:59.683', NULL), (0x7cab88165ae5420f921232511b6e8f7d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Frau', 1, NULL, '2023-05-09 15:04:59.683', NULL), (0x7cab88165ae5420f921232511b6e8f7d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Woman', 1, NULL, '2023-05-09 15:04:59.683', NULL), (0x96638a1c7ab847bbb3ca64167ab30a3e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Baumwolle', 1, NULL, '2023-05-09 15:04:59.733', NULL), (0x96638a1c7ab847bbb3ca64167ab30a3e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Cotton', 1, NULL, '2023-05-09 15:04:59.733', NULL), (0xacda76f103774960a7f8f96ff5563f8d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Seide', 1, NULL, '2023-05-09 15:04:59.733', NULL), (0xacda76f103774960a7f8f96ff5563f8d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Silk', 1, NULL, '2023-05-09 15:04:59.734', NULL), (0xacfd7586d02848f1ac801f4776efa414, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'XL', 1, NULL, '2023-05-09 15:04:59.723', NULL), (0xacfd7586d02848f1ac801f4776efa414, 0x8e6d712041cf4de1b4149dd70cf58df8, 'XL', 1, NULL, '2023-05-09 15:04:59.723', NULL), (0xad735af1ebfb421e93e408b073c4a89a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Weiß', 1, NULL, '2023-05-09 15:04:59.695', NULL), (0xad735af1ebfb421e93e408b073c4a89a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'White', 1, NULL, '2023-05-09 15:04:59.695', NULL), (0xc36d68be7cc043c98c78375891eac40a, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Edelstahl', 1, NULL, '2023-05-09 15:04:59.734', NULL), (0xc36d68be7cc043c98c78375891eac40a, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Stainless steel', 1, NULL, '2023-05-09 15:04:59.734', NULL), (0xc53fa30db00e4a84b4516f6b07c02e8d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Leder', 1, NULL, '2023-05-09 15:04:59.735', NULL), (0xc53fa30db00e4a84b4516f6b07c02e8d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Leather', 1, NULL, '2023-05-09 15:04:59.735', NULL), (0xd5d798a26c7640b3a5f837a02b93a08b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Pfeffer', 1, NULL, '2023-05-09 15:04:59.711', NULL), (0xd5d798a26c7640b3a5f837a02b93a08b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Pepper', 1, NULL, '2023-05-09 15:04:59.711', NULL), (0xdc6f98beeca44852beb078a9e8e21e7d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Kunstoff', 1, NULL, '2023-05-09 15:04:59.736', NULL), (0xdc6f98beeca44852beb078a9e8e21e7d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Plastic', 1, NULL, '2023-05-09 15:04:59.736', NULL), (0xdfabbd52199e4d7abd8ff01bafcbd372, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Nylon', 1, NULL, '2023-05-09 15:04:59.736', NULL), (0xdfabbd52199e4d7abd8ff01bafcbd372, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Nylon', 1, NULL, '2023-05-09 15:04:59.736', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `property_group_translation` -- CREATE TABLE `property_group_translation` ( `property_group_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `position` int DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `property_group_translation` -- INSERT INTO `property_group_translation` (`property_group_id`, `language_id`, `name`, `description`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1857bb30fe6448c88f8ad331cf6dfa0c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zielgruppe', NULL, 1, NULL, '2023-05-09 15:04:59.685', NULL), (0x1857bb30fe6448c88f8ad331cf6dfa0c, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Target group', NULL, 1, NULL, '2023-05-09 15:04:59.685', NULL), (0x269c7e40a54a462e884edb004c5f7bc8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Farbe', NULL, 1, NULL, '2023-05-09 15:04:59.695', NULL), (0x269c7e40a54a462e884edb004c5f7bc8, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Colour', NULL, 1, NULL, '2023-05-09 15:04:59.696', NULL), (0x448f3d72803f4ac8afc0c1108739ddf4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Zutaten', NULL, 1, NULL, '2023-05-09 15:04:59.712', NULL), (0x448f3d72803f4ac8afc0c1108739ddf4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Ingredients', NULL, 1, NULL, '2023-05-09 15:04:59.712', NULL), (0x75f353b589d04bf48e8a9ab1f5422b0e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Größe', NULL, 1, NULL, '2023-05-09 15:04:59.723', NULL), (0x75f353b589d04bf48e8a9ab1f5422b0e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Size', NULL, 1, NULL, '2023-05-09 15:04:59.724', NULL), (0xa67cdd9627cb488bb4cd91f3e8d66e32, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Material', NULL, 1, NULL, '2023-05-09 15:04:59.737', NULL), (0xa67cdd9627cb488bb4cd91f3e8d66e32, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Material', NULL, 1, NULL, '2023-05-09 15:04:59.737', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `refresh_token` -- CREATE TABLE `refresh_token` ( `id` binary(16) NOT NULL, `user_id` binary(16) NOT NULL, `token_id` varchar(80) COLLATE utf8mb4_unicode_ci NOT NULL, `issued_at` datetime(3) NOT NULL, `expires_at` datetime(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `refresh_token` -- INSERT INTO `refresh_token` (`id`, `user_id`, `token_id`, `issued_at`, `expires_at`) VALUES (0x9ff1b8cb83f8478f8735dcdd85f6861d, 0x4fb0a06161984226b96d50f2e9b58b6d, '3e193bb7bc415bf7b2c770fb6b232e320b0b65c44e5a5a5ade434a1bb6c0502bfed3a4b7cea6bed2', '2023-05-09 15:14:46.464', '2023-05-16 15:14:46.464'), (0xaab54996979044e7b85d9fb1b478a6a2, 0x4fb0a06161984226b96d50f2e9b58b6d, 'c4f762c63a7bf54c01dfd9f5e2238e487d0141e456b3a0688d3418ab17952cd4d05608e04eb25bb6', '2023-05-09 15:03:11.155', '2023-05-16 15:03:11.155'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `rule` -- CREATE TABLE `rule` ( `id` binary(16) NOT NULL, `name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `description` longtext COLLATE utf8mb4_unicode_ci, `priority` int NOT NULL, `payload` longblob, `invalid` tinyint(1) NOT NULL DEFAULT '0', `areas` json DEFAULT NULL, `module_types` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `rule` -- INSERT INTO `rule` (`id`, `name`, `description`, `priority`, `payload`, `invalid`, `areas`, `module_types`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0cbfc6b3590948e78672c4dd78c1cc2b, 'Customers from USA', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35353a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c52756c655c42696c6c696e67436f756e74727952756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32323a22637573746f6d657242696c6c696e67436f756e747279223b733a31333a22002a00636f756e747279496473223b613a313a7b693a303b733a33323a223034333936333665303039353432333561326431376665616232343530633237223b7d733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d, 0, '[\"shipping\"]', NULL, NULL, '2023-05-09 17:55:45.483', NULL), (0x28caae75a5624f0d985abd0eb32aa160, 'Alle Kunden der Standard-Kundengruppe', NULL, 1, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35343a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c52756c655c437573746f6d657247726f757052756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32313a22637573746f6d6572437573746f6d657247726f7570223b733a31393a22002a00637573746f6d657247726f7570496473223b613a313a7b693a303b733a33323a226366626435303138643338643431643861646361313064393466633862646436223b7d733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d7d7d7d7d, 0, '[\"product\"]', NULL, NULL, '2023-05-09 15:04:59.575', NULL), (0x3858957016644de4ae48c0500bf3ccc8, 'Warenkorbwert größer/gleich 0 (Zahlungsarten)', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34373a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c43617274416d6f756e7452756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31343a226361727443617274416d6f756e74223b733a393a22002a00616d6f756e74223b643a303b733a31313a22002a006f70657261746f72223b733a323a223e3d223b7d7d7d7d7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 15:04:59.596', NULL), (0x3cf541369e6d4a2fa70aa8687a65fc2d, 'Ist Sonntag', NULL, 2, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34303a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c5765656b64617952756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a393a226461794f665765656b223b733a31313a22002a006f70657261746f72223b733a313a223d223b733a31323a22002a006461794f665765656b223b693a373b7d7d7d7d7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 15:04:59.606', NULL), (0x4dd54470748248d990bf55f4069fb712, 'All customers', NULL, 1, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35343a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c52756c655c437573746f6d657247726f757052756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32313a22637573746f6d6572437573746f6d657247726f7570223b733a31393a22002a00637573746f6d657247726f7570496473223b613a313a7b693a303b733a33323a226366626435303138643338643431643861646361313064393466633862646436223b7d733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 17:55:45.480', NULL), (0x660e816be8d2460c811b43b79953f38c, 'Always valid (Default)', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34383a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c416c7761797356616c696452756c65223a323a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a22616c7761797356616c6964223b7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 17:55:53.133', NULL), (0xa0383aa45f75404da7d0b19b5dfbf50c, 'Cart >= 0', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34373a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c43617274416d6f756e7452756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31343a226361727443617274416d6f756e74223b733a393a22002a00616d6f756e74223b643a303b733a31313a22002a006f70657261746f72223b733a323a223e3d223b7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 17:55:45.383', NULL), (0xa62e1f6a1a0b4519af401b6270a37149, 'Kunden aus den USA', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35353a2253686f70776172655c436f72655c436865636b6f75745c437573746f6d65725c52756c655c42696c6c696e67436f756e74727952756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32323a22637573746f6d657242696c6c696e67436f756e747279223b733a31333a22002a00636f756e747279496473223b613a313a7b693a303b733a33323a223034333936333665303039353432333561326431376665616232343530633237223b7d733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d7d7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 15:04:59.615', NULL), (0xb0a7996732ab45039ad98de6a651635f, 'Shopping cart / Order with digital products', NULL, 1, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a35383a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c4c696e654974656d50726f6475637453746174657352756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a32353a22636172744c696e654974656d50726f64756374537461746573223b733a31353a22002a0070726f647563745374617465223b733a31313a2269732d646f776e6c6f6164223b733a31313a22002a006f70657261746f72223b733a313a223d223b7d7d7d7d7d, 0, '[\"flow\"]', NULL, NULL, '2023-05-09 17:56:14.614', NULL), (0xe1378db7808a478f919e0d740d5d6c1a, 'Warenkorbwert größer/gleich 0', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34353a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c4f7252756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31313a226f72436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34373a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c43617274416d6f756e7452756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31343a226361727443617274416d6f756e74223b733a393a22002a00616d6f756e74223b643a303b733a31313a22002a006f70657261746f72223b733a323a223e3d223b7d7d7d7d7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 15:04:59.624', NULL), (0xf1bbb15062f045e6a4d3bd45b6043150, 'Cart >= 0 (Payment)', NULL, 100, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34373a2253686f70776172655c436f72655c436865636b6f75745c436172745c52756c655c43617274416d6f756e7452756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31343a226361727443617274416d6f756e74223b733a393a22002a00616d6f756e74223b643a303b733a31313a22002a006f70657261746f72223b733a323a223e3d223b7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 17:55:45.341', NULL), (0xfef45739f38c4801abd4019493bf5888, 'Sunday sales', NULL, 2, 0x4f3a34363a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c436f6e7461696e65725c416e6452756c65223a333a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a31323a22616e64436f6e7461696e6572223b733a383a22002a0072756c6573223b613a313a7b693a303b4f3a34303a2253686f70776172655c436f72655c4672616d65776f726b5c52756c655c5765656b64617952756c65223a343a7b733a31333a22002a00657874656e73696f6e73223b613a303a7b7d733a383a22002a005f6e616d65223b733a393a226461794f665765656b223b733a31313a22002a006f70657261746f72223b733a313a223d223b733a31323a22002a006461794f665765656b223b693a373b7d7d7d, 0, '[]', NULL, NULL, '2023-05-09 17:55:45.478', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `rule_condition` -- CREATE TABLE `rule_condition` ( `id` binary(16) NOT NULL, `type` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `rule_id` binary(16) NOT NULL, `script_id` binary(16) DEFAULT NULL, `parent_id` binary(16) DEFAULT NULL, `value` json DEFAULT NULL, `position` int NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `rule_condition` -- INSERT INTO `rule_condition` (`id`, `type`, `rule_id`, `script_id`, `parent_id`, `value`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x080743cf502e4b1dbbdeed13a43a9ec6, 'andContainer', 0xe1378db7808a478f919e0d740d5d6c1a, NULL, 0xec4944be355c48b591bf468ff0e96e93, NULL, 0, NULL, '2023-05-09 15:04:59.623', NULL), (0x1bbe4c1174f742cfa6ec813138bbed4c, 'andContainer', 0x28caae75a5624f0d985abd0eb32aa160, NULL, 0xadf67c0ba59c4a9081414e8f16b57088, NULL, 0, NULL, '2023-05-09 15:04:59.575', NULL), (0x1d1bba245b9b4519b09f3698419cff0c, 'orContainer', 0xa62e1f6a1a0b4519af401b6270a37149, NULL, NULL, NULL, 0, NULL, '2023-05-09 15:04:59.615', NULL), (0x33da989ec54a4334b2889340ef52d542, 'orContainer', 0x3858957016644de4ae48c0500bf3ccc8, NULL, NULL, NULL, 0, NULL, '2023-05-09 15:04:59.596', NULL), (0x59a34844f3af4febb58a1a20352fd181, 'customerBillingCountry', 0x0cbfc6b3590948e78672c4dd78c1cc2b, NULL, NULL, '{\"operator\": \"=\", \"countryIds\": [\"0439636e00954235a2d17feab2450c27\"]}', 0, NULL, '2023-05-09 17:55:45.484', NULL), (0x6a9e9919078b4723b2320b15f49f5460, 'cartLineItemProductStates', 0xb0a7996732ab45039ad98de6a651635f, NULL, 0x93595fb358204c31a4ed68bdbf633745, '{\"operator\": \"=\", \"productState\": \"is-download\"}', 0, NULL, '2023-05-09 17:56:14.616', NULL), (0x85e9edced3824e81b768c8145c2c5454, 'orContainer', 0x3cf541369e6d4a2fa70aa8687a65fc2d, NULL, NULL, NULL, 0, NULL, '2023-05-09 15:04:59.605', NULL), (0x93595fb358204c31a4ed68bdbf633745, 'andContainer', 0xb0a7996732ab45039ad98de6a651635f, NULL, NULL, '[]', 0, NULL, '2023-05-09 17:56:14.615', NULL), (0x986afcceede6466a9d7f455ad6f13ce7, 'cartCartAmount', 0xe1378db7808a478f919e0d740d5d6c1a, NULL, 0x080743cf502e4b1dbbdeed13a43a9ec6, '{\"amount\": 0, \"operator\": \">=\"}', 0, NULL, '2023-05-09 15:04:59.624', NULL), (0x9b3163af4aa94a6f92a37bed1f3bbb70, 'andContainer', 0x3cf541369e6d4a2fa70aa8687a65fc2d, NULL, 0x85e9edced3824e81b768c8145c2c5454, NULL, 0, NULL, '2023-05-09 15:04:59.605', NULL), (0xa400bdd5bfed4b07bcd8f043464d9b80, 'cartCartAmount', 0xf1bbb15062f045e6a4d3bd45b6043150, NULL, NULL, '{\"amount\": 0, \"operator\": \">=\"}', 0, NULL, '2023-05-09 17:55:45.343', NULL), (0xaa8f3212931d448d8cc4d123a0246aa5, 'andContainer', 0xa62e1f6a1a0b4519af401b6270a37149, NULL, 0x1d1bba245b9b4519b09f3698419cff0c, NULL, 0, NULL, '2023-05-09 15:04:59.615', NULL), (0xadf67c0ba59c4a9081414e8f16b57088, 'orContainer', 0x28caae75a5624f0d985abd0eb32aa160, NULL, NULL, NULL, 0, NULL, '2023-05-09 15:04:59.575', NULL), (0xb567441ba0a0443b9fe1834157f42dc2, 'dayOfWeek', 0xfef45739f38c4801abd4019493bf5888, NULL, NULL, '{\"operator\": \"=\", \"dayOfWeek\": 7}', 0, NULL, '2023-05-09 17:55:45.479', NULL), (0xb65525c671964e9fa1f75fe68e2f84aa, 'alwaysValid', 0x660e816be8d2460c811b43b79953f38c, NULL, NULL, NULL, 0, NULL, '2023-05-09 17:55:53.136', NULL), (0xbe8d6ee29edb4efeabbd4c469e132c32, 'dayOfWeek', 0x3cf541369e6d4a2fa70aa8687a65fc2d, NULL, 0x9b3163af4aa94a6f92a37bed1f3bbb70, '{\"operator\": \"=\", \"dayOfWeek\": 7}', 0, NULL, '2023-05-09 15:04:59.606', NULL), (0xc37990dd311a40248a97acdfeb335a20, 'customerCustomerGroup', 0x4dd54470748248d990bf55f4069fb712, NULL, NULL, '{\"operator\": \"=\", \"customerGroupIds\": [\"cfbd5018d38d41d8adca10d94fc8bdd6\"]}', 0, NULL, '2023-05-09 17:55:45.481', NULL), (0xd839f67cc6a044aebb1c05405276772e, 'cartCartAmount', 0x3858957016644de4ae48c0500bf3ccc8, NULL, 0xf097268ce291416e9885bc4c6f79a587, '{\"amount\": 0, \"operator\": \">=\"}', 0, NULL, '2023-05-09 15:04:59.596', NULL), (0xd88201cc28b24af6aa108e31770eccb2, 'cartCartAmount', 0xa0383aa45f75404da7d0b19b5dfbf50c, NULL, NULL, '{\"amount\": 0, \"operator\": \">=\"}', 0, NULL, '2023-05-09 17:55:45.384', NULL), (0xe49be59deb98420da0bba68dc2f5e437, 'customerBillingCountry', 0xa62e1f6a1a0b4519af401b6270a37149, NULL, 0xaa8f3212931d448d8cc4d123a0246aa5, '{\"operator\": \"=\", \"countryIds\": [\"0439636e00954235a2d17feab2450c27\"]}', 0, NULL, '2023-05-09 15:04:59.615', NULL), (0xec4944be355c48b591bf468ff0e96e93, 'orContainer', 0xe1378db7808a478f919e0d740d5d6c1a, NULL, NULL, NULL, 0, NULL, '2023-05-09 15:04:59.623', NULL), (0xef7a7d1ea66a4bedb1e5404b9be865e6, 'customerCustomerGroup', 0x28caae75a5624f0d985abd0eb32aa160, NULL, 0x1bbe4c1174f742cfa6ec813138bbed4c, '{\"operator\": \"=\", \"customerGroupIds\": [\"cfbd5018d38d41d8adca10d94fc8bdd6\"]}', 0, NULL, '2023-05-09 15:04:59.575', NULL), (0xf097268ce291416e9885bc4c6f79a587, 'andContainer', 0x3858957016644de4ae48c0500bf3ccc8, NULL, 0x33da989ec54a4334b2889340ef52d542, NULL, 0, NULL, '2023-05-09 15:04:59.596', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `rule_tag` -- CREATE TABLE `rule_tag` ( `rule_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel` -- CREATE TABLE `sales_channel` ( `id` binary(16) NOT NULL, `type_id` binary(16) NOT NULL, `short_name` varchar(45) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `configuration` json DEFAULT NULL, `access_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `language_id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL, `shipping_method_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `navigation_category_id` binary(16) NOT NULL, `navigation_category_version_id` binary(16) NOT NULL, `navigation_category_depth` int NOT NULL DEFAULT '2', `home_cms_page_id` binary(16) DEFAULT NULL, `home_cms_page_version_id` binary(16) DEFAULT NULL, `hreflang_active` tinyint UNSIGNED DEFAULT '0', `hreflang_default_domain_id` binary(16) DEFAULT NULL, `footer_category_id` binary(16) DEFAULT NULL, `footer_category_version_id` binary(16) DEFAULT NULL, `service_category_id` binary(16) DEFAULT NULL, `service_category_version_id` binary(16) DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `maintenance` tinyint(1) NOT NULL DEFAULT '0', `maintenance_ip_whitelist` json DEFAULT NULL, `customer_group_id` binary(16) NOT NULL, `mail_header_footer_id` binary(16) DEFAULT NULL, `payment_method_ids` json DEFAULT NULL, `analytics_id` binary(16) DEFAULT NULL, `tax_calculation_type` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'horizontal', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel` -- INSERT INTO `sales_channel` (`id`, `type_id`, `short_name`, `configuration`, `access_key`, `language_id`, `currency_id`, `payment_method_id`, `shipping_method_id`, `country_id`, `navigation_category_id`, `navigation_category_version_id`, `navigation_category_depth`, `home_cms_page_id`, `home_cms_page_version_id`, `hreflang_active`, `hreflang_default_domain_id`, `footer_category_id`, `footer_category_version_id`, `service_category_id`, `service_category_version_id`, `active`, `maintenance`, `maintenance_ip_whitelist`, `customer_group_id`, `mail_header_footer_id`, `payment_method_ids`, `analytics_id`, `tax_calculation_type`, `created_at`, `updated_at`) VALUES (0x05b03c671cf8409aa4084628de7ce7f8, 0x8a243080f92e4c719546314b577cf82b, NULL, NULL, 'SWSCCKLUM2FYN0LZYUN1ZHFLBQ', 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x147cc1c839ed4620b4a9b20f9fd8c880, 0x1e45c6570af84c1ab12b68d8375d3841, 0x458c1f7b461f4340bebd7b331d6e0241, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0xcfbd5018d38d41d8adca10d94fc8bdd6, NULL, '[\"147cc1c839ed4620b4a9b20f9fd8c880\"]', NULL, 'horizontal', '2023-05-09 18:02:58.929', NULL), (0x98432def39fc4624b33213a56b8c944d, 0xf183ee5650cf4bdb8a774337575067a6, NULL, NULL, 'SWSCMGLWYNC1BZNNOEZBCG5ZMQ', 0x8e6d712041cf4de1b4149dd70cf58df8, 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x147cc1c839ed4620b4a9b20f9fd8c880, 0x1e45c6570af84c1ab12b68d8375d3841, 0x458c1f7b461f4340bebd7b331d6e0241, 0xc81bf59638ec4c258e9624ce2ecafe4b, 0x0fa91ce3e96a4bc2be4bd9ce752c3425, 2, NULL, NULL, 0, NULL, NULL, NULL, NULL, NULL, 1, 0, NULL, 0xcfbd5018d38d41d8adca10d94fc8bdd6, NULL, '[\"147cc1c839ed4620b4a9b20f9fd8c880\", \"3590bbaf1ffc40279dc750dcb25f2acf\", \"50a56f111b6a461ba21597b8a293a06e\", \"70b04ab10d6c4d56a36fbe78ac08edf4\"]', NULL, 'horizontal', '2023-05-09 17:55:45.421', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_analytics` -- CREATE TABLE `sales_channel_analytics` ( `id` binary(16) NOT NULL, `tracking_id` varchar(50) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `track_orders` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `anonymize_ip` tinyint(1) NOT NULL DEFAULT '1' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_api_context` -- CREATE TABLE `sales_channel_api_context` ( `token` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `payload` json NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `customer_id` binary(16) DEFAULT NULL, `updated_at` datetime NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_country` -- CREATE TABLE `sales_channel_country` ( `sales_channel_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_country` -- INSERT INTO `sales_channel_country` (`sales_channel_id`, `country_id`) VALUES (0x05b03c671cf8409aa4084628de7ce7f8, 0x458c1f7b461f4340bebd7b331d6e0241), (0x98432def39fc4624b33213a56b8c944d, 0x458c1f7b461f4340bebd7b331d6e0241), (0x98432def39fc4624b33213a56b8c944d, 0xda33abae47e64a3eb393b0a0f29bff37); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_currency` -- CREATE TABLE `sales_channel_currency` ( `sales_channel_id` binary(16) NOT NULL, `currency_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_currency` -- INSERT INTO `sales_channel_currency` (`sales_channel_id`, `currency_id`) VALUES (0x05b03c671cf8409aa4084628de7ce7f8, 0xb7d2554b0ce847cd82f3ac9bd1c0dfca); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_domain` -- CREATE TABLE `sales_channel_domain` ( `id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `currency_id` binary(16) NOT NULL, `snippet_set_id` binary(16) NOT NULL, `hreflang_use_only_locale` tinyint UNSIGNED DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel_domain` -- INSERT INTO `sales_channel_domain` (`id`, `sales_channel_id`, `language_id`, `url`, `currency_id`, `snippet_set_id`, `hreflang_use_only_locale`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x722b56155f4d4cc78d57366500d3e586, 0x05b03c671cf8409aa4084628de7ce7f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'http://toner-aktuell.de', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x73970449806b44d5a9430da352c6c7e0, 0, NULL, '2023-05-09 18:02:58.946', NULL), (0x79e74f483134482b8cf824be92f29661, 0x98432def39fc4624b33213a56b8c944d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'default.headless0', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x0645c7d583d24371abd193b874598f03, 0, NULL, '2023-05-09 17:56:08.391', NULL), (0x9a6c1b67018c40ff988062aa20ac4351, 0x05b03c671cf8409aa4084628de7ce7f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'https://toner-aktuell.de', 0xb7d2554b0ce847cd82f3ac9bd1c0dfca, 0x73970449806b44d5a9430da352c6c7e0, 0, NULL, '2023-05-09 18:02:58.947', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_language` -- CREATE TABLE `sales_channel_language` ( `sales_channel_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_language` -- INSERT INTO `sales_channel_language` (`sales_channel_id`, `language_id`) VALUES (0x05b03c671cf8409aa4084628de7ce7f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b), (0x98432def39fc4624b33213a56b8c944d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b), (0x98432def39fc4624b33213a56b8c944d, 0x8e6d712041cf4de1b4149dd70cf58df8); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_payment_method` -- CREATE TABLE `sales_channel_payment_method` ( `sales_channel_id` binary(16) NOT NULL, `payment_method_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_payment_method` -- INSERT INTO `sales_channel_payment_method` (`sales_channel_id`, `payment_method_id`) VALUES (0x05b03c671cf8409aa4084628de7ce7f8, 0x147cc1c839ed4620b4a9b20f9fd8c880), (0x98432def39fc4624b33213a56b8c944d, 0x147cc1c839ed4620b4a9b20f9fd8c880), (0x98432def39fc4624b33213a56b8c944d, 0x3590bbaf1ffc40279dc750dcb25f2acf), (0x98432def39fc4624b33213a56b8c944d, 0x50a56f111b6a461ba21597b8a293a06e), (0x98432def39fc4624b33213a56b8c944d, 0x70b04ab10d6c4d56a36fbe78ac08edf4); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_rule` -- CREATE TABLE `sales_channel_rule` ( `rule_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_shipping_method` -- CREATE TABLE `sales_channel_shipping_method` ( `sales_channel_id` binary(16) NOT NULL, `shipping_method_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `sales_channel_shipping_method` -- INSERT INTO `sales_channel_shipping_method` (`sales_channel_id`, `shipping_method_id`) VALUES (0x05b03c671cf8409aa4084628de7ce7f8, 0x1e45c6570af84c1ab12b68d8375d3841), (0x98432def39fc4624b33213a56b8c944d, 0x1e45c6570af84c1ab12b68d8375d3841), (0x98432def39fc4624b33213a56b8c944d, 0x44459d54bcf4495b8d12c15b1d1aba12); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_translation` -- CREATE TABLE `sales_channel_translation` ( `sales_channel_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_keywords` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_meta_description` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_meta_title` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `home_enabled` tinyint NOT NULL DEFAULT '1', `home_slot_config` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel_translation` -- INSERT INTO `sales_channel_translation` (`sales_channel_id`, `language_id`, `name`, `home_keywords`, `home_meta_description`, `home_meta_title`, `home_name`, `home_enabled`, `home_slot_config`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x05b03c671cf8409aa4084628de7ce7f8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Toner Aktuell', NULL, NULL, NULL, NULL, 1, NULL, NULL, '2023-05-09 18:02:58.931', NULL), (0x98432def39fc4624b33213a56b8c944d, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Headless', NULL, NULL, NULL, NULL, 1, NULL, NULL, '2023-05-09 17:55:45.428', NULL), (0x98432def39fc4624b33213a56b8c944d, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Headless', NULL, NULL, NULL, NULL, 1, NULL, NULL, '2023-05-09 17:55:45.426', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_type` -- CREATE TABLE `sales_channel_type` ( `id` binary(16) NOT NULL, `cover_url` varchar(500) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `icon_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `screenshot_urls` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel_type` -- INSERT INTO `sales_channel_type` (`id`, `cover_url`, `icon_name`, `screenshot_urls`, `created_at`, `updated_at`) VALUES (0x8a243080f92e4c719546314b577cf82b, NULL, 'regular-storefront', NULL, '2023-05-09 17:55:45.410', NULL), (0xed535e5722134ac1aa6524f73e26881b, NULL, 'default-object-rocket', NULL, '2023-05-09 17:55:48.705', NULL), (0xf183ee5650cf4bdb8a774337575067a6, NULL, 'regular-shopping-basket', NULL, '2023-05-09 17:55:45.416', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `sales_channel_type_translation` -- CREATE TABLE `sales_channel_type_translation` ( `sales_channel_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `manufacturer` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description_long` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `sales_channel_type_translation` -- INSERT INTO `sales_channel_type_translation` (`sales_channel_type_id`, `language_id`, `name`, `manufacturer`, `description`, `description_long`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x8a243080f92e4c719546314b577cf82b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Storefront', 'shopware AG', 'Verkaufskanal mit HTML-Storefront', NULL, NULL, '2023-05-09 17:55:45.415', NULL), (0x8a243080f92e4c719546314b577cf82b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Storefront', 'shopware AG', 'Sales channel with HTML storefront', NULL, NULL, '2023-05-09 17:55:45.413', NULL), (0xed535e5722134ac1aa6524f73e26881b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Produktvergleich', 'shopware AG', 'Verkaufskanal für Produktvergleichsportale', NULL, NULL, '2023-05-09 17:55:48.707', NULL), (0xed535e5722134ac1aa6524f73e26881b, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Product comparison', 'shopware AG', 'Sales channel for product comparison platforms', NULL, NULL, '2023-05-09 17:55:48.706', NULL), (0xf183ee5650cf4bdb8a774337575067a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Headless', 'shopware AG', 'Verkaufskanal mit API-only-Zugang', NULL, NULL, '2023-05-09 17:55:45.418', NULL), (0xf183ee5650cf4bdb8a774337575067a6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Headless', 'shopware AG', 'API only sales channel', NULL, NULL, '2023-05-09 17:55:45.417', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `salutation` -- CREATE TABLE `salutation` ( `id` binary(16) NOT NULL, `salutation_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `salutation` -- INSERT INTO `salutation` (`id`, `salutation_key`, `created_at`, `updated_at`) VALUES (0x37bc246f323b4ba5a31eabf89ea1fb65, 'not_specified', '2023-05-09 17:55:44.686', NULL), (0xeca4b62e423b4d13a55035472b0d9675, 'mr', '2023-05-09 17:55:44.678', NULL), (0xed643807c9f84cc8b50132ea3ccb1c3b, 'undefined', '2023-05-09 17:56:09.112', NULL), (0xfc20af81b36c4955b6cd63a4c9d69f0e, 'mrs', '2023-05-09 17:55:44.683', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `salutation_translation` -- CREATE TABLE `salutation_translation` ( `salutation_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `display_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `letter_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `salutation_translation` -- INSERT INTO `salutation_translation` (`salutation_id`, `language_id`, `display_name`, `letter_name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x37bc246f323b4ba5a31eabf89ea1fb65, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Keine Angabe', ' ', NULL, '2023-05-09 17:55:44.688', NULL), (0x37bc246f323b4ba5a31eabf89ea1fb65, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Not specified', ' ', NULL, '2023-05-09 17:55:44.687', NULL), (0xeca4b62e423b4d13a55035472b0d9675, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Herr', 'Sehr geehrter Herr', NULL, '2023-05-09 17:55:44.683', NULL), (0xeca4b62e423b4d13a55035472b0d9675, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mr.', 'Dear Mr.', NULL, '2023-05-09 17:55:44.681', NULL), (0xed643807c9f84cc8b50132ea3ccb1c3b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, '', '', NULL, '2023-05-09 17:56:09.117', NULL), (0xed643807c9f84cc8b50132ea3ccb1c3b, 0x8e6d712041cf4de1b4149dd70cf58df8, '', '', NULL, '2023-05-09 17:56:09.115', NULL), (0xfc20af81b36c4955b6cd63a4c9d69f0e, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Frau', 'Sehr geehrte Frau', NULL, '2023-05-09 17:55:44.685', NULL), (0xfc20af81b36c4955b6cd63a4c9d69f0e, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Mrs.', 'Dear Mrs.', NULL, '2023-05-09 17:55:44.684', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `scheduled_task` -- CREATE TABLE `scheduled_task` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `scheduled_task_class` varchar(512) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `run_interval` int NOT NULL, `status` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `last_execution_time` datetime(3) DEFAULT NULL, `next_execution_time` datetime(3) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `scheduled_task` -- INSERT INTO `scheduled_task` (`id`, `name`, `scheduled_task_class`, `run_interval`, `status`, `last_execution_time`, `next_execution_time`, `created_at`, `updated_at`) VALUES (0x1dd558961f434dc3b8a7db238b73f144, 'product_export_generate_task', 'Shopware\\Core\\Content\\ProductExport\\ScheduledTask\\ProductExportGenerateTask', 60, 'scheduled', '2023-05-09 15:16:09.671', '2023-05-09 15:17:06.285', '2023-05-09 15:04:44.499', '2023-05-09 15:16:09.672'), (0x2c70a582cd55453caf760511a8cc4e54, 'product_download.media.cleanup', 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupUnusedDownloadMediaTask', 2628000, 'scheduled', '2023-05-09 15:05:39.724', '2023-06-09 01:04:44.489', '2023-05-09 15:04:44.490', '2023-05-09 15:05:39.725'), (0x3455ea88bdb445cb8492a23b3c7d7766, 'shopware.invalidate_cache', 'Shopware\\Core\\Framework\\Adapter\\Cache\\InvalidateCacheTask', 20, 'skipped', NULL, '2023-05-09 15:16:06.389', '2023-05-09 15:04:44.471', '2023-05-09 15:16:06.390'), (0x35ead27a4e5f4903819b863a39f6fba3, 'import_export_file.cleanup', 'Shopware\\Core\\Content\\ImportExport\\ScheduledTask\\CleanupImportExportFileTask', 86400, 'scheduled', '2023-05-09 15:05:39.741', '2023-05-10 15:04:44.502', '2023-05-09 15:04:44.502', '2023-05-09 15:05:39.741'), (0x393e26aafa884e0186ab9e4288b470cb, 'product_keyword_dictionary.cleanup', 'Shopware\\Core\\Content\\Product\\Cleanup\\CleanupProductKeywordDictionaryTask', 604800, 'scheduled', '2023-05-09 15:05:39.753', '2023-05-16 15:04:44.487', '2023-05-09 15:04:44.487', '2023-05-09 15:05:39.754'), (0x5e23fc08f77744918b540a2d282f04dd, 'version.cleanup', 'Shopware\\Core\\Framework\\DataAbstractionLayer\\Version\\Cleanup\\CleanupVersionTask', 86400, 'scheduled', '2023-05-09 15:05:39.769', '2023-05-10 15:04:44.479', '2023-05-09 15:04:44.479', '2023-05-09 15:05:39.769'), (0x78972e45a5b84a22b27a4e94ebb4a4dc, 'shopware.sitemap_generate', 'Shopware\\Core\\Content\\Sitemap\\ScheduledTask\\SitemapGenerateTask', 86400, 'scheduled', '2023-05-09 15:05:39.798', '2023-05-10 15:04:44.507', '2023-05-09 15:04:44.507', '2023-05-09 15:05:39.799'), (0x86a700d4325e41398d838abe2e59c014, 'product_stream.mapping.update', 'Shopware\\Core\\Content\\ProductStream\\ScheduledTask\\UpdateProductStreamMappingTask', 86400, 'scheduled', '2023-05-09 15:05:39.811', '2023-05-10 15:04:44.495', '2023-05-09 15:04:44.495', '2023-05-09 15:05:39.811'), (0x94f68ff6444b410889d15048acc15382, 'requeue_dead_messages', 'Shopware\\Core\\Framework\\MessageQueue\\ScheduledTask\\RequeueDeadMessagesTask', 300, 'scheduled', '2023-05-09 15:14:46.398', '2023-05-09 15:19:44.482', '2023-05-09 15:04:44.482', '2023-05-09 15:14:46.398'), (0x97c0fd0a25df491e85a47d5c0a237397, 'shopware.elasticsearch.create.alias', 'Shopware\\Elasticsearch\\Framework\\Indexing\\CreateAliasTask', 300, 'skipped', NULL, '2023-05-09 15:19:44.513', '2023-05-09 15:04:44.514', '2023-05-09 15:14:46.305'), (0xa30344b9988345a19558fe65aa05f4d0, 'app_update', 'Shopware\\Core\\Framework\\App\\ScheduledTask\\UpdateAppsTask', 86400, 'scheduled', '2023-05-09 15:05:40.464', '2023-05-10 15:04:44.474', '2023-05-09 15:04:44.474', '2023-05-09 15:05:40.465'), (0xb2f0aa36abc34f178161f66e093a0b41, 'sales_channel_context.cleanup', 'Shopware\\Core\\System\\SalesChannel\\Context\\Cleanup\\CleanupSalesChannelContextTask', 86400, 'scheduled', '2023-05-09 15:05:40.480', '2023-05-10 15:04:44.484', '2023-05-09 15:04:44.484', '2023-05-09 15:05:40.481'), (0xba7b533cb7ba4836acf0447ac110f315, 'cart.cleanup', 'Shopware\\Core\\Checkout\\Cart\\Cleanup\\CleanupCartTask', 86400, 'scheduled', '2023-05-09 15:05:40.494', '2023-05-10 15:04:44.510', '2023-05-09 15:04:44.510', '2023-05-09 15:05:40.495'), (0xd2bb6f5d98314d78b78ac0754cb171c0, 'app_delete', 'Shopware\\Core\\Framework\\App\\ScheduledTask\\DeleteCascadeAppsTask', 86400, 'scheduled', '2023-05-09 15:05:40.512', '2023-05-10 15:04:44.476', '2023-05-09 15:04:44.477', '2023-05-09 15:05:40.512'), (0xd37d857525db4736ad3ae51be74e8ad2, 'log_entry.cleanup', 'Shopware\\Core\\Framework\\Log\\ScheduledTask\\LogCleanupTask', 86400, 'scheduled', '2023-05-09 15:05:40.527', '2023-05-10 15:04:44.462', '2023-05-09 15:04:44.464', '2023-05-09 15:05:40.528'), (0xebad2012dfbc4811a6ffec4a4b690e6c, 'delete_newsletter_recipient_task', 'Shopware\\Core\\Content\\Newsletter\\ScheduledTask\\NewsletterRecipientTask', 86400, 'scheduled', '2023-05-09 15:05:40.542', '2023-05-10 15:04:44.492', '2023-05-09 15:04:44.493', '2023-05-09 15:05:40.543'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `script` -- CREATE TABLE `script` ( `id` binary(16) NOT NULL, `script` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `hook` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `name` varchar(1024) COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL, `app_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `seo_url` -- CREATE TABLE `seo_url` ( `id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `foreign_key` binary(16) NOT NULL, `route_name` varchar(50) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `path_info` varchar(750) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `seo_path_info` varchar(750) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `is_canonical` tinyint(1) DEFAULT NULL, `is_modified` tinyint(1) NOT NULL DEFAULT '0', `is_deleted` tinyint(1) NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `seo_url` -- INSERT INTO `seo_url` (`id`, `language_id`, `sales_channel_id`, `foreign_key`, `route_name`, `path_info`, `seo_path_info`, `is_canonical`, `is_modified`, `is_deleted`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x009f824555034766ad5a1fdc98a7b46d, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x48f97f432fd041388b2630184139cf0e, 'frontend.navigation.page', '/navigation/48f97f432fd041388b2630184139cf0e', 'Food/Fish/', 1, 0, 0, NULL, '2023-05-09 15:04:59.170', NULL), (0x07af6dbcfe50413a93c00a300f033b95, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0xb5930fb1118044e4b62c0bfe042544fc, 'frontend.detail.page', '/detail/b5930fb1118044e4b62c0bfe042544fc', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007.3', 1, 0, 0, NULL, '2023-05-09 15:05:02.300', NULL), (0x0f8d02a2c88245a1877e9dc629146041, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x7a2bf1009438435593dfee6c05538ce2, 'frontend.detail.page', '/detail/7a2bf1009438435593dfee6c05538ce2', 'Variant-product/SWDEMO10005.3', 1, 0, 0, NULL, '2023-05-09 15:05:01.725', NULL), (0x154fcafd2f7f40e08c595a30197f726c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x251448b91bc742de85643f5fccd89051, 'frontend.navigation.page', '/navigation/251448b91bc742de85643f5fccd89051', 'Freizeit-Elektro/', 1, 0, 0, NULL, '2023-05-09 15:04:57.753', NULL), (0x1a5547d9487f47c6bee54a0518050b88, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x219d11fac3de4ad9a7c532c45eb82718, 'frontend.detail.page', '/detail/219d11fac3de4ad9a7c532c45eb82718', 'Variantenprodukt/SWDEMO10005.4', 1, 0, 0, NULL, '2023-05-09 15:05:01.693', NULL), (0x1e4250693a094a8cbc4febb9b099228d, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x251448b91bc742de85643f5fccd89051, 'frontend.navigation.page', '/navigation/251448b91bc742de85643f5fccd89051', 'Free-time-electronics/', 1, 0, 0, NULL, '2023-05-09 15:04:59.170', NULL), (0x28751d1b7ebe4d35abeebf566380dee8, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x3ac014f329884b57a2cce5a29f34779c, 'frontend.detail.page', '/detail/3ac014f329884b57a2cce5a29f34779c', 'Hauptprodukt-versandkostenfrei-mit-Hervorhebung/SWDEMO10006', 1, 0, 0, NULL, '2023-05-09 15:05:01.102', NULL), (0x2b78f025534a4a09963332016d0b2947, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x2a88d9b59d474c7e869d8071649be43c, 'frontend.detail.page', '/detail/2a88d9b59d474c7e869d8071649be43c', 'Main-product/SWDEMO10001', 1, 0, 0, NULL, '2023-05-09 15:05:00.722', NULL), (0x2bec1e258bed46619b7bc39dc5ccdb02, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0xbb22b05bff9140f3808b1cff975b75eb, 'frontend.navigation.page', '/navigation/bb22b05bff9140f3808b1cff975b75eb', 'Food/Sweets/', 1, 0, 0, NULL, '2023-05-09 15:04:59.170', NULL), (0x2e59810269a646d2872d0a08ac987dd2, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x2185182cbbd4462ea844abeb2a438b33, 'frontend.navigation.page', '/navigation/2185182cbbd4462ea844abeb2a438b33', 'Clothing/Men/', 1, 0, 0, NULL, '2023-05-09 15:04:59.170', NULL), (0x30681e756aec4d06b5295ba392c5ab5a, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x496c600e2aa44c6f8316a31a17219e26, 'frontend.detail.page', '/detail/496c600e2aa44c6f8316a31a17219e26', 'Variant-product/SWDEMO10005.2', 1, 0, 0, NULL, '2023-05-09 15:05:01.725', NULL), (0x30f54fda419b4af7bca6a7f327cd570b, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0xbb22b05bff9140f3808b1cff975b75eb, 'frontend.navigation.page', '/navigation/bb22b05bff9140f3808b1cff975b75eb', 'Lebensmittel/Suesses/', 1, 0, 0, NULL, '2023-05-09 15:04:57.753', NULL), (0x379b2f74737e441e864e03073c97fa17, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x6bbfc213810140988bf7636700f68120, 'frontend.detail.page', '/detail/6bbfc213810140988bf7636700f68120', 'Variantenprodukt/SWDEMO10005.1', 1, 0, 0, NULL, '2023-05-09 15:05:01.693', NULL), (0x3abe32a3c99b430794c0880b9485bfde, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x19ca405790ff4f07aac8c599d4317868, 'frontend.navigation.page', '/navigation/19ca405790ff4f07aac8c599d4317868', 'Food/Bakery-products/', 1, 0, 0, NULL, '2023-05-09 15:04:59.170', NULL), (0x3ac6de47c0a84326921535c904f81cbc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x48f97f432fd041388b2630184139cf0e, 'frontend.navigation.page', '/navigation/48f97f432fd041388b2630184139cf0e', 'Lebensmittel/Fisch/', 1, 0, 0, NULL, '2023-05-09 15:04:57.753', NULL), (0x4a1263e0274a4240ba822c99bab862fd, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x11dc680240b04f469ccba354cbf0b967, 'frontend.detail.page', '/detail/11dc680240b04f469ccba354cbf0b967', 'Hauptprodukt-mit-erweiterten-Preisen/SWDEMO10002', 1, 0, 0, NULL, '2023-05-09 15:04:59.925', NULL), (0x4caaab715f914183a0bc841575edced9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0xc7bca22753c84d08b6178a50052b4146, 'frontend.detail.page', '/detail/c7bca22753c84d08b6178a50052b4146', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007', 1, 0, 0, NULL, '2023-05-09 15:05:02.300', NULL), (0x4cf2434c481b4022806d1bcaa5766252, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 'frontend.detail.page', '/detail/6dc3f2effa914e59b08c9ac4f732dcaa', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007.2', 1, 0, 0, NULL, '2023-05-09 15:05:02.300', NULL), (0x5422d703bc8047fc975bae1dcb8d5354, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 'frontend.detail.page', '/detail/eb1de6f7612d43bca9b1bd35d0b6702a', 'Main-product-with-properties/SWDEMO10007.1', 1, 0, 0, NULL, '2023-05-09 15:05:02.333', NULL), (0x572b082ba88446c29d38f02859012a79, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x43a23e0c03bf4ceabc6055a2185faa87, 'frontend.detail.page', '/detail/43a23e0c03bf4ceabc6055a2185faa87', 'Variantenprodukt/SWDEMO10005', 1, 0, 0, NULL, '2023-05-09 15:05:01.693', NULL), (0x57d92fd657044d63b0d3b20398b0ed6f, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0xeb5c8cccdf134111943c89c6cfa4a818, 'frontend.detail.page', '/detail/eb5c8cccdf134111943c89c6cfa4a818', 'Main-product-with-properties/SWDEMO10007.4', 1, 0, 0, NULL, '2023-05-09 15:05:02.333', NULL), (0x5f0dad0ccac949699683e5ceb66aa04f, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x6bbfc213810140988bf7636700f68120, 'frontend.detail.page', '/detail/6bbfc213810140988bf7636700f68120', 'Variant-product/SWDEMO10005.1', 1, 0, 0, NULL, '2023-05-09 15:05:01.725', NULL), (0x6d33a8e536a949b0bea116e9b2e56c85, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x6dc3f2effa914e59b08c9ac4f732dcaa, 'frontend.detail.page', '/detail/6dc3f2effa914e59b08c9ac4f732dcaa', 'Main-product-with-properties/SWDEMO10007.2', 1, 0, 0, NULL, '2023-05-09 15:05:02.333', NULL), (0x6fa2a33ec55b469f8c8814ab52e5b25a, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0xc7bca22753c84d08b6178a50052b4146, 'frontend.detail.page', '/detail/c7bca22753c84d08b6178a50052b4146', 'Main-product-with-properties/SWDEMO10007', 1, 0, 0, NULL, '2023-05-09 15:05:02.333', NULL), (0x78f139851de3487280c47aff63819b98, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x2185182cbbd4462ea844abeb2a438b33, 'frontend.navigation.page', '/navigation/2185182cbbd4462ea844abeb2a438b33', 'Bekleidung/Herren/', 1, 0, 0, NULL, '2023-05-09 15:04:57.753', NULL), (0x7a4ba2ef807941dcb1975f2779688eac, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x2a88d9b59d474c7e869d8071649be43c, 'frontend.detail.page', '/detail/2a88d9b59d474c7e869d8071649be43c', 'Hauptartikel/SWDEMO10001', 1, 0, 0, NULL, '2023-05-09 15:05:00.698', NULL), (0x7f157c3ff58b47c1a7ffc170cc6c33ce, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x8de9b484c54f441c894774e5f57e485c, 'frontend.navigation.page', '/navigation/8de9b484c54f441c894774e5f57e485c', 'Clothing/Women/', 1, 0, 0, NULL, '2023-05-09 15:04:59.170', NULL), (0x8a916af8261f4748a9719244c5ae6ffc, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x637135ddf31f4bd78e4315c1b7a98d99, 'frontend.detail.page', '/detail/637135ddf31f4bd78e4315c1b7a98d99', 'Variantenprodukt/SWDEMO10005.6', 1, 0, 0, NULL, '2023-05-09 15:05:01.693', NULL), (0x8f20c709775f497ab46210405be23a9d, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x11dc680240b04f469ccba354cbf0b967, 'frontend.detail.page', '/detail/11dc680240b04f469ccba354cbf0b967', 'Main-product-with-advanced-prices/SWDEMO10002', 1, 0, 0, NULL, '2023-05-09 15:04:59.954', NULL), (0x959b55c1c9f443f7a0b6804e29701cc7, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0xa515ae260223466f8e37471d279e6406, 'frontend.navigation.page', '/navigation/a515ae260223466f8e37471d279e6406', 'Clothing/', 1, 0, 0, NULL, '2023-05-09 15:04:59.170', NULL), (0x9ab47ab1c64447a2827809007ada4847, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x43a23e0c03bf4ceabc6055a2185faa87, 'frontend.detail.page', '/detail/43a23e0c03bf4ceabc6055a2185faa87', 'Variant-product/SWDEMO10005', 1, 0, 0, NULL, '2023-05-09 15:05:01.725', NULL), (0x9f256f053d914dc981dcf6fc6d80c425, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0xeb1de6f7612d43bca9b1bd35d0b6702a, 'frontend.detail.page', '/detail/eb1de6f7612d43bca9b1bd35d0b6702a', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007.1', 1, 0, 0, NULL, '2023-05-09 15:05:02.300', NULL), (0xa0745a6136804c87a78d233173aefc40, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0xeb5c8cccdf134111943c89c6cfa4a818, 'frontend.detail.page', '/detail/eb5c8cccdf134111943c89c6cfa4a818', 'Hauptprodukt-mit-Eigenschaften/SWDEMO10007.4', 1, 0, 0, NULL, '2023-05-09 15:05:02.300', NULL), (0xa6148f5eac9642e79621d6acbe40ec6c, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x7a2bf1009438435593dfee6c05538ce2, 'frontend.detail.page', '/detail/7a2bf1009438435593dfee6c05538ce2', 'Variantenprodukt/SWDEMO10005.3', 1, 0, 0, NULL, '2023-05-09 15:05:01.693', NULL), (0xac83bcbc469c4c549c4e6208629cd992, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0xb5930fb1118044e4b62c0bfe042544fc, 'frontend.detail.page', '/detail/b5930fb1118044e4b62c0bfe042544fc', 'Main-product-with-properties/SWDEMO10007.3', 1, 0, 0, NULL, '2023-05-09 15:05:02.333', NULL), (0xb2bb0ffb0bd94a23ad1958d172b43cf8, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x219d11fac3de4ad9a7c532c45eb82718, 'frontend.detail.page', '/detail/219d11fac3de4ad9a7c532c45eb82718', 'Variant-product/SWDEMO10005.4', 1, 0, 0, NULL, '2023-05-09 15:05:01.725', NULL), (0xba0815fad29d47449976954069f993dd, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x700efad49366457480a2f067ac2db0aa, 'frontend.detail.page', '/detail/700efad49366457480a2f067ac2db0aa', 'Variant-product/SWDEMO10005.5', 1, 0, 0, NULL, '2023-05-09 15:05:01.725', NULL), (0xd3a75fee6dd146089512a3c0eb760bfe, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x8de9b484c54f441c894774e5f57e485c, 'frontend.navigation.page', '/navigation/8de9b484c54f441c894774e5f57e485c', 'Bekleidung/Damen/', 1, 0, 0, NULL, '2023-05-09 15:04:57.753', NULL), (0xd44dc0e697b64a46923b8dcd28daba07, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x496c600e2aa44c6f8316a31a17219e26, 'frontend.detail.page', '/detail/496c600e2aa44c6f8316a31a17219e26', 'Variantenprodukt/SWDEMO10005.2', 1, 0, 0, NULL, '2023-05-09 15:05:01.693', NULL), (0xdf2e63ddc375488cbdb049893fad6470, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x3ac014f329884b57a2cce5a29f34779c, 'frontend.detail.page', '/detail/3ac014f329884b57a2cce5a29f34779c', 'Main-product-free-shipping-with-highlighting/SWDEMO10006', 1, 0, 0, NULL, '2023-05-09 15:05:01.127', NULL), (0xe362293ee4e44678a76dd2d78d66aca3, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0xa515ae260223466f8e37471d279e6406, 'frontend.navigation.page', '/navigation/a515ae260223466f8e37471d279e6406', 'Bekleidung/', 1, 0, 0, NULL, '2023-05-09 15:04:57.753', NULL), (0xe436a5efb7fd49cd874ceb6920852598, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x19ca405790ff4f07aac8c599d4317868, 'frontend.navigation.page', '/navigation/19ca405790ff4f07aac8c599d4317868', 'Lebensmittel/Backwaren/', 1, 0, 0, NULL, '2023-05-09 15:04:57.753', NULL), (0xe639f9b55395444ab7b6198579edfd30, 0x8e6d712041cf4de1b4149dd70cf58df8, 0x98432def39fc4624b33213a56b8c944d, 0x637135ddf31f4bd78e4315c1b7a98d99, 'frontend.detail.page', '/detail/637135ddf31f4bd78e4315c1b7a98d99', 'Variant-product/SWDEMO10005.6', 1, 0, 0, NULL, '2023-05-09 15:05:01.725', NULL), (0xf5b45eccca114bcc85c1e997a2b993ae, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x05b03c671cf8409aa4084628de7ce7f8, 0x700efad49366457480a2f067ac2db0aa, 'frontend.detail.page', '/detail/700efad49366457480a2f067ac2db0aa', 'Variantenprodukt/SWDEMO10005.5', 1, 0, 0, NULL, '2023-05-09 15:05:01.693', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `seo_url_template` -- CREATE TABLE `seo_url_template` ( `id` binary(16) NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `route_name` varchar(255) COLLATE utf8mb4_general_ci NOT NULL, `entity_name` varchar(64) COLLATE utf8mb4_general_ci NOT NULL, `template` varchar(750) COLLATE utf8mb4_general_ci DEFAULT NULL, `is_valid` tinyint(1) NOT NULL DEFAULT '1', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `seo_url_template` -- INSERT INTO `seo_url_template` (`id`, `sales_channel_id`, `route_name`, `entity_name`, `template`, `is_valid`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x853dcabb8f334d11ae197ce085d522c2, NULL, 'frontend.navigation.page', 'category', '{% for part in category.seoBreadcrumb %}{{ part }}/{% endfor %}', 1, NULL, '2023-05-09 17:55:58.178', NULL), (0x8d0587f332fd435a922b4aa198be579e, NULL, 'frontend.landing.page', 'landing_page', '{{ landingPage.translated.url }}', 1, NULL, '2023-05-09 17:56:03.284', NULL), (0xdbd8be0662154f9db7a41e9ac6d93d31, NULL, 'frontend.detail.page', 'product', '{{ product.translated.name }}/{{ product.productNumber }}', 1, NULL, '2023-05-09 17:55:58.176', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `shipping_method` -- CREATE TABLE `shipping_method` ( `id` binary(16) NOT NULL, `active` tinyint UNSIGNED NOT NULL DEFAULT '1', `position` int NOT NULL DEFAULT '1', `availability_rule_id` binary(16) NOT NULL, `media_id` binary(16) DEFAULT NULL, `delivery_time_id` binary(16) NOT NULL, `tax_type` varchar(50) COLLATE utf8mb4_unicode_ci DEFAULT 'auto', `tax_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `shipping_method` -- INSERT INTO `shipping_method` (`id`, `active`, `position`, `availability_rule_id`, `media_id`, `delivery_time_id`, `tax_type`, `tax_id`, `created_at`, `updated_at`) VALUES (0x1e45c6570af84c1ab12b68d8375d3841, 1, 1, 0x0cbfc6b3590948e78672c4dd78c1cc2b, NULL, 0x02893831dc214b4e955c7b41bbb082e0, 'auto', NULL, '2023-05-09 17:55:45.395', '2023-05-09 15:05:02.608'), (0x44459d54bcf4495b8d12c15b1d1aba12, 1, 1, 0x0cbfc6b3590948e78672c4dd78c1cc2b, NULL, 0x02893831dc214b4e955c7b41bbb082e0, 'auto', NULL, '2023-05-09 17:55:45.385', '2023-05-09 15:05:02.620'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `shipping_method_price` -- CREATE TABLE `shipping_method_price` ( `id` binary(16) NOT NULL, `shipping_method_id` binary(16) NOT NULL, `calculation` int UNSIGNED DEFAULT NULL, `rule_id` binary(16) DEFAULT NULL, `calculation_rule_id` binary(16) DEFAULT NULL, `currency_price` json DEFAULT NULL, `quantity_start` double DEFAULT NULL, `quantity_end` double DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `shipping_method_price` -- INSERT INTO `shipping_method_price` (`id`, `shipping_method_id`, `calculation`, `rule_id`, `calculation_rule_id`, `currency_price`, `quantity_start`, `quantity_end`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x063bf783b1ee4e2686b66221bcf9b99d, 0x1e45c6570af84c1ab12b68d8375d3841, 1, NULL, NULL, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": \"0\", \"gross\": \"0\", \"linked\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', 0, NULL, NULL, '2023-05-09 17:55:45.397', NULL), (0x71d23cee1e9b443bbf80f59f46fdebe2, 0x44459d54bcf4495b8d12c15b1d1aba12, 1, NULL, NULL, '{\"cb7d2554b0ce847cd82f3ac9bd1c0dfca\": {\"net\": \"0\", \"gross\": \"0\", \"linked\": false, \"currencyId\": \"b7d2554b0ce847cd82f3ac9bd1c0dfca\"}}', 0, NULL, NULL, '2023-05-09 17:55:45.392', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `shipping_method_tag` -- CREATE TABLE `shipping_method_tag` ( `shipping_method_id` binary(16) NOT NULL, `tag_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `shipping_method_translation` -- CREATE TABLE `shipping_method_translation` ( `shipping_method_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `tracking_url` mediumtext COLLATE utf8mb4_unicode_ci, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `shipping_method_translation` -- INSERT INTO `shipping_method_translation` (`shipping_method_id`, `language_id`, `name`, `description`, `tracking_url`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x1e45c6570af84c1ab12b68d8375d3841, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Express', NULL, NULL, NULL, '2023-05-09 17:55:45.397', '2023-05-09 15:05:02.608'), (0x1e45c6570af84c1ab12b68d8375d3841, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Express', NULL, NULL, NULL, '2023-05-09 17:55:45.396', NULL), (0x44459d54bcf4495b8d12c15b1d1aba12, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Standard', NULL, NULL, NULL, '2023-05-09 17:55:45.390', '2023-05-09 15:05:02.620'), (0x44459d54bcf4495b8d12c15b1d1aba12, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Standard', NULL, NULL, NULL, '2023-05-09 17:55:45.388', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `snippet` -- CREATE TABLE `snippet` ( `id` binary(16) NOT NULL, `translation_key` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `value` longtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `author` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `snippet_set_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `snippet_set` -- CREATE TABLE `snippet_set` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `base_file` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `iso` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `snippet_set` -- INSERT INTO `snippet_set` (`id`, `name`, `base_file`, `iso`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x0645c7d583d24371abd193b874598f03, 'BASE en-GB', 'messages.en-GB', 'en-GB', NULL, '2023-05-09 17:55:45.457', NULL), (0x09301ba41a5b4c22a8523445a2f7320b, 'LanguagePack fi-FI', 'messages.fi-FI', 'fi-FI', NULL, '2023-05-09 18:04:41.000', NULL), (0x12fba1566dc5410eb9d1504b49b4e6b5, 'LanguagePack nn-NO', 'messages.nn-NO', 'nn-NO', NULL, '2023-05-09 18:04:42.000', NULL), (0x18f8268402ed43079847e0219191f5eb, 'LanguagePack hr-HR', 'messages.hr-HR', 'hr-HR', NULL, '2023-05-09 18:04:41.000', NULL), (0x1e5a681e7ad943578a65a4f333618286, 'LanguagePack sk-SK', 'messages.sk-SK', 'sk-SK', NULL, '2023-05-09 18:04:42.000', NULL), (0x29c920519353427e80cf0fbc0f1709d4, 'LanguagePack pl-PL', 'messages.pl-PL', 'pl-PL', NULL, '2023-05-09 18:04:42.000', NULL), (0x3116ea7417fa4102b6df87ad3ade1854, 'LanguagePack vi-VN', 'messages.vi-VN', 'vi-VN', NULL, '2023-05-09 18:04:42.000', NULL), (0x388630b6106241759ae9788dfe56385b, 'LanguagePack ko-KR', 'messages.ko-KR', 'ko-KR', NULL, '2023-05-09 18:04:41.000', NULL), (0x4918de4200824b89b400db07c986ef7f, 'LanguagePack sr-RS', 'messages.sr-RS', 'sr-RS', NULL, '2023-05-09 18:04:42.000', NULL), (0x54b5c2cf617f4db5b507b2b420da5f39, 'LanguagePack id-ID', 'messages.id-ID', 'id-ID', NULL, '2023-05-09 18:04:41.000', NULL), (0x5661496506fb432980cabc216db21f45, 'LanguagePack el-GR', 'messages.el-GR', 'el-GR', NULL, '2023-05-09 18:04:41.000', NULL), (0x576e3982f3174c27b82f665222621fde, 'LanguagePack hi-IN', 'messages.hi-IN', 'hi-IN', NULL, '2023-05-09 18:04:41.000', NULL), (0x6acea0b707584588b1ca03289d929aa8, 'LanguagePack ro-RO', 'messages.ro-RO', 'ro-RO', NULL, '2023-05-09 18:04:42.000', NULL), (0x73970449806b44d5a9430da352c6c7e0, 'BASE de-DE', 'messages.de-DE', 'de-DE', NULL, '2023-05-09 17:55:45.457', NULL), (0x7516a1222d4745fb9df562fd3e7569e1, 'LanguagePack nl-NL', 'messages.nl-NL', 'nl-NL', NULL, '2023-05-09 18:04:42.000', NULL), (0x7addc71572334ac1a6b83752ecbaf814, 'LanguagePack fr-FR', 'messages.fr-FR', 'fr-FR', NULL, '2023-05-09 18:04:41.000', NULL), (0x81098d82e7954bd69ee695093a5e8323, 'LanguagePack sl-SI', 'messages.sl-SI', 'sl-SI', NULL, '2023-05-09 18:04:42.000', NULL), (0x94cc277245e64c9dab50d72b025eb794, 'LanguagePack sv-SE', 'messages.sv-SE', 'sv-SE', NULL, '2023-05-09 18:04:42.000', NULL), (0x97ec179895424ed585cfe58d51221580, 'LanguagePack cs-CZ', 'messages.cs-CZ', 'cs-CZ', NULL, '2023-05-09 18:04:41.000', NULL), (0x9fe50e224ec74fbc8a0b02c6de6c5821, 'LanguagePack hu-HU', 'messages.hu-HU', 'hu-HU', NULL, '2023-05-09 18:04:41.000', NULL), (0xa199d0ee7597405f973d908617047198, 'LanguagePack tr-TR', 'messages.tr-TR', 'tr-TR', NULL, '2023-05-09 18:04:42.000', NULL), (0xa2b8c45daa864d7eb587f56158520812, 'LanguagePack lv-LV', 'messages.lv-LV', 'lv-LV', NULL, '2023-05-09 18:04:42.000', NULL), (0xae3abc45e180441f9518a0fce1077cab, 'LanguagePack pt-PT', 'messages.pt-PT', 'pt-PT', NULL, '2023-05-09 18:04:42.000', NULL), (0xaf9f6f73fb4f4c3ebeccc0382872c9c7, 'LanguagePack ru-RU', 'messages.ru-RU', 'ru-RU', NULL, '2023-05-09 18:04:42.000', NULL), (0xbb2fdba35eb345269d640ae3bf146629, 'LanguagePack bs-BA', 'messages.bs-BA', 'bs-BA', NULL, '2023-05-09 18:04:41.000', NULL), (0xbdbaa6de16b645cba2cc0d03c1a092a8, 'LanguagePack uk-UA', 'messages.uk-UA', 'uk-UA', NULL, '2023-05-09 18:04:42.000', NULL), (0xc665fddd3a4e49dfbf532c23cb411d0b, 'LanguagePack en-US', 'messages.en-US', 'en-US', NULL, '2023-05-09 18:04:41.000', NULL), (0xe971c4e627bb40e7a81737d960377ccd, 'LanguagePack bg-BG', 'messages.bg-BG', 'bg-BG', NULL, '2023-05-09 18:04:41.000', NULL), (0xebf0e26961bb48298a59dee2000a805c, 'LanguagePack it-IT', 'messages.it-IT', 'it-IT', NULL, '2023-05-09 18:04:41.000', NULL), (0xfb1e69d90e324880b433b0f67024b708, 'LanguagePack es-ES', 'messages.es-ES', 'es-ES', NULL, '2023-05-09 18:04:41.000', NULL), (0xfe3473839a96477d95fedbe73b371e5b, 'LanguagePack da-DK', 'messages.da-DK', 'da-DK', NULL, '2023-05-09 18:04:41.000', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine` -- CREATE TABLE `state_machine` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `initial_state_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `state_machine` -- INSERT INTO `state_machine` (`id`, `technical_name`, `initial_state_id`, `created_at`, `updated_at`) VALUES (0x894743fcc7164aa7b5ca8afc3e055e0b, 'order_transaction_capture_refund.state', 0x166f262927be473288596cdded225ef5, '2023-05-09 17:56:11.623', NULL), (0x9f145d27516345329636acdeef3681cd, 'order.state', 0x326aa4b65753431588b67d2f21a897d1, '2023-05-09 17:55:45.674', NULL), (0x9fe1b383878444ecaae668a592190635, 'order_delivery.state', 0xfff1f20a47bb40bd905b222536134e10, '2023-05-09 17:55:45.707', NULL), (0xdef5e5600649466382d70c3335ee1966, 'order_transaction.state', 0x7c02b6e4ce41456abb4fee9eeaccea35, '2023-05-09 17:55:45.739', NULL), (0xe6affa28d8d44da4abbbc240eeb3c9ac, 'order_transaction_capture.state', 0x7ab9e36a5b784613aca9fc14ca7facdb, '2023-05-09 17:56:11.592', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_history` -- CREATE TABLE `state_machine_history` ( `id` binary(16) NOT NULL, `state_machine_id` binary(16) NOT NULL, `entity_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `entity_id` json NOT NULL, `from_state_id` binary(16) NOT NULL, `to_state_id` binary(16) NOT NULL, `action_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `user_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_state` -- CREATE TABLE `state_machine_state` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `state_machine_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `state_machine_state` -- INSERT INTO `state_machine_state` (`id`, `technical_name`, `state_machine_id`, `created_at`, `updated_at`) VALUES (0x080efae93c9a4689a566752f41697530, 'in_progress', 0x894743fcc7164aa7b5ca8afc3e055e0b, '2023-05-09 17:56:11.634', NULL), (0x0a8efe485e3045ad8b74cde254680086, 'in_progress', 0x9f145d27516345329636acdeef3681cd, '2023-05-09 17:55:45.690', NULL), (0x1628f76a2bc24fddb18cb38c3d8d80ec, 'failed', 0x894743fcc7164aa7b5ca8afc3e055e0b, '2023-05-09 17:56:11.642', NULL), (0x166f262927be473288596cdded225ef5, 'open', 0x894743fcc7164aa7b5ca8afc3e055e0b, '2023-05-09 17:56:11.627', NULL), (0x234938bc2b6a4d9391da5cecdd92c03c, 'in_progress', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:53.387', NULL), (0x326aa4b65753431588b67d2f21a897d1, 'open', 0x9f145d27516345329636acdeef3681cd, '2023-05-09 17:55:45.680', NULL), (0x32d6d8447dee46439b410a8e49905cb3, 'cancelled', 0x894743fcc7164aa7b5ca8afc3e055e0b, '2023-05-09 17:56:11.647', NULL), (0x35a98c06139f4a64b8b84e7cc3f9e9c4, 'shipped', 0x9fe1b383878444ecaae668a592190635, '2023-05-09 17:55:45.713', NULL), (0x39ebd08fd055432cb6cc86f608cb0b8b, 'cancelled', 0x9fe1b383878444ecaae668a592190635, '2023-05-09 17:55:45.724', NULL), (0x4a98ed39feb44eb7b75a9d8ff234e9ce, 'refunded_partially', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:45.754', NULL), (0x4c0c1e55d2fe46d3b614ddcf5557d1c2, 'completed', 0x894743fcc7164aa7b5ca8afc3e055e0b, '2023-05-09 17:56:11.638', NULL), (0x4d1b3373257549c4ac7c3cf8cd98d119, 'returned_partially', 0x9fe1b383878444ecaae668a592190635, '2023-05-09 17:55:45.721', NULL), (0x5e0b791520f24fb8a8593a56305ff89a, 'completed', 0x9f145d27516345329636acdeef3681cd, '2023-05-09 17:55:45.687', NULL), (0x606d99f9b3fb4f4b9afdd08d811aa64d, 'completed', 0xe6affa28d8d44da4abbbc240eeb3c9ac, '2023-05-09 17:56:11.605', NULL), (0x714cfe95fc6943439b81541ab8446679, 'paid_partially', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:45.749', NULL), (0x7ab9e36a5b784613aca9fc14ca7facdb, 'pending', 0xe6affa28d8d44da4abbbc240eeb3c9ac, '2023-05-09 17:56:11.600', NULL), (0x7c02b6e4ce41456abb4fee9eeaccea35, 'open', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:45.742', NULL), (0x7db0672d17f541be8af00f4d2d2f51bb, 'authorized', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:56.769', NULL), (0x9adf164f51604fefa9bbebc05f624276, 'reminded', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:45.759', NULL), (0xa071fd7345f34d5aa9331a4cf9f17f1d, 'shipped_partially', 0x9fe1b383878444ecaae668a592190635, '2023-05-09 17:55:45.716', NULL), (0xa98563514b804828a1e300decc28249c, 'chargeback', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:56.784', NULL), (0xb2c1ee7e4de04bc293fa2c2d262f5c2a, 'failed', 0xe6affa28d8d44da4abbbc240eeb3c9ac, '2023-05-09 17:56:11.609', NULL), (0xbf07bb7992134da89f5328a71ee17138, 'cancelled', 0x9f145d27516345329636acdeef3681cd, '2023-05-09 17:55:45.693', NULL), (0xdb5926cfdf264e9a892ed1a4530e1aa4, 'failed', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:53.390', NULL), (0xe29b3079d8aa464c9dcaa014565d3192, 'returned', 0x9fe1b383878444ecaae668a592190635, '2023-05-09 17:55:45.719', NULL), (0xe736967d3103494ab3cbbcff70593f1b, 'refunded', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:45.752', NULL), (0xe89c1ebed83a45b29abdbdf57b79bf8d, 'paid', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:45.746', NULL), (0xf44b7bdefdfc4e319809feec9a844805, 'unconfirmed', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:56:10.005', NULL), (0xf7039c172dd34d729465120936e84acf, 'cancelled', 0xdef5e5600649466382d70c3335ee1966, '2023-05-09 17:55:45.757', NULL), (0xfff1f20a47bb40bd905b222536134e10, 'open', 0x9fe1b383878444ecaae668a592190635, '2023-05-09 17:55:45.710', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_state_translation` -- CREATE TABLE `state_machine_state_translation` ( `language_id` binary(16) NOT NULL, `state_machine_state_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `state_machine_state_translation` -- INSERT INTO `state_machine_state_translation` (`language_id`, `state_machine_state_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x080efae93c9a4689a566752f41697530, 'In Bearbeitung', NULL, '2023-05-09 17:56:11.637', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x0a8efe485e3045ad8b74cde254680086, 'In Bearbeitung', NULL, '2023-05-09 17:55:45.674', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x1628f76a2bc24fddb18cb38c3d8d80ec, 'Fehlgeschlagen', NULL, '2023-05-09 17:56:11.646', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x166f262927be473288596cdded225ef5, 'Offen', NULL, '2023-05-09 17:56:11.632', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x234938bc2b6a4d9391da5cecdd92c03c, 'In Bearbeitung', NULL, '2023-05-09 17:55:53.387', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x326aa4b65753431588b67d2f21a897d1, 'Offen', NULL, '2023-05-09 17:55:45.674', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x32d6d8447dee46439b410a8e49905cb3, 'Abgebrochen', NULL, '2023-05-09 17:56:11.650', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x35a98c06139f4a64b8b84e7cc3f9e9c4, 'Versandt', NULL, '2023-05-09 17:55:45.707', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x39ebd08fd055432cb6cc86f608cb0b8b, 'Abgebrochen', NULL, '2023-05-09 17:55:45.707', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x4a98ed39feb44eb7b75a9d8ff234e9ce, 'Teilweise erstattet', NULL, '2023-05-09 17:55:45.739', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x4c0c1e55d2fe46d3b614ddcf5557d1c2, 'Abgeschlossen', NULL, '2023-05-09 17:56:11.641', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x4d1b3373257549c4ac7c3cf8cd98d119, 'Teilretour', NULL, '2023-05-09 17:55:45.707', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x5e0b791520f24fb8a8593a56305ff89a, 'Abgeschlossen', NULL, '2023-05-09 17:55:45.674', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x606d99f9b3fb4f4b9afdd08d811aa64d, 'Abgeschlossen', NULL, '2023-05-09 17:56:11.608', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x714cfe95fc6943439b81541ab8446679, 'Teilweise bezahlt', NULL, '2023-05-09 17:55:45.739', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x7ab9e36a5b784613aca9fc14ca7facdb, 'Ausstehend', NULL, '2023-05-09 17:56:11.604', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x7c02b6e4ce41456abb4fee9eeaccea35, 'Offen', NULL, '2023-05-09 17:55:45.739', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x7db0672d17f541be8af00f4d2d2f51bb, 'Autorisiert', NULL, '2023-05-09 17:55:56.773', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x9adf164f51604fefa9bbebc05f624276, 'Erinnert', NULL, '2023-05-09 17:55:45.739', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xa071fd7345f34d5aa9331a4cf9f17f1d, 'Teilweise versandt', NULL, '2023-05-09 17:55:45.707', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xa98563514b804828a1e300decc28249c, 'Rückbuchung', NULL, '2023-05-09 17:55:56.786', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xb2c1ee7e4de04bc293fa2c2d262f5c2a, 'Fehlgeschlagen', NULL, '2023-05-09 17:56:11.612', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xbf07bb7992134da89f5328a71ee17138, 'Abgebrochen', NULL, '2023-05-09 17:55:45.674', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 'Fehlgeschlagen', NULL, '2023-05-09 17:55:53.387', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xe29b3079d8aa464c9dcaa014565d3192, 'Retour', NULL, '2023-05-09 17:55:45.707', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xe736967d3103494ab3cbbcff70593f1b, 'Erstattet', NULL, '2023-05-09 17:55:45.739', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xe89c1ebed83a45b29abdbdf57b79bf8d, 'Bezahlt', NULL, '2023-05-09 17:55:45.739', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xf44b7bdefdfc4e319809feec9a844805, 'Unbestätigt', NULL, '2023-05-09 17:56:10.009', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xf7039c172dd34d729465120936e84acf, 'Abgebrochen', NULL, '2023-05-09 17:55:45.739', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xfff1f20a47bb40bd905b222536134e10, 'Offen', NULL, '2023-05-09 17:55:45.707', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x080efae93c9a4689a566752f41697530, 'In Progress', NULL, '2023-05-09 17:56:11.636', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x0a8efe485e3045ad8b74cde254680086, 'In Progress', NULL, '2023-05-09 17:55:45.674', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x1628f76a2bc24fddb18cb38c3d8d80ec, 'Failed', NULL, '2023-05-09 17:56:11.645', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x166f262927be473288596cdded225ef5, 'Open', NULL, '2023-05-09 17:56:11.631', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x234938bc2b6a4d9391da5cecdd92c03c, 'In Progress', NULL, '2023-05-09 17:55:53.386', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x326aa4b65753431588b67d2f21a897d1, 'Open', NULL, '2023-05-09 17:55:45.674', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x32d6d8447dee46439b410a8e49905cb3, 'Cancelled', NULL, '2023-05-09 17:56:11.649', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x35a98c06139f4a64b8b84e7cc3f9e9c4, 'Shipped', NULL, '2023-05-09 17:55:45.707', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x39ebd08fd055432cb6cc86f608cb0b8b, 'Cancelled', NULL, '2023-05-09 17:55:45.707', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x4a98ed39feb44eb7b75a9d8ff234e9ce, 'Refunded (partially)', NULL, '2023-05-09 17:55:45.739', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x4c0c1e55d2fe46d3b614ddcf5557d1c2, 'Completed', NULL, '2023-05-09 17:56:11.640', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x4d1b3373257549c4ac7c3cf8cd98d119, 'Returned (partially)', NULL, '2023-05-09 17:55:45.707', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x5e0b791520f24fb8a8593a56305ff89a, 'Done', NULL, '2023-05-09 17:55:45.674', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x606d99f9b3fb4f4b9afdd08d811aa64d, 'Complete', NULL, '2023-05-09 17:56:11.607', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x714cfe95fc6943439b81541ab8446679, 'Paid (partially)', NULL, '2023-05-09 17:55:45.739', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x7ab9e36a5b784613aca9fc14ca7facdb, 'Pending', NULL, '2023-05-09 17:56:11.603', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x7c02b6e4ce41456abb4fee9eeaccea35, 'Open', NULL, '2023-05-09 17:55:45.739', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x7db0672d17f541be8af00f4d2d2f51bb, 'Authorized', NULL, '2023-05-09 17:55:56.771', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x9adf164f51604fefa9bbebc05f624276, 'Reminded', NULL, '2023-05-09 17:55:45.739', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xa071fd7345f34d5aa9331a4cf9f17f1d, 'Shipped (partially)', NULL, '2023-05-09 17:55:45.707', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xa98563514b804828a1e300decc28249c, 'Chargeback', NULL, '2023-05-09 17:55:56.785', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xb2c1ee7e4de04bc293fa2c2d262f5c2a, 'Failed', NULL, '2023-05-09 17:56:11.611', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xbf07bb7992134da89f5328a71ee17138, 'Cancelled', NULL, '2023-05-09 17:55:45.674', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 'Failed', NULL, '2023-05-09 17:55:53.386', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xe29b3079d8aa464c9dcaa014565d3192, 'Returned', NULL, '2023-05-09 17:55:45.707', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xe736967d3103494ab3cbbcff70593f1b, 'Refunded', NULL, '2023-05-09 17:55:45.739', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xe89c1ebed83a45b29abdbdf57b79bf8d, 'Paid', NULL, '2023-05-09 17:55:45.739', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xf44b7bdefdfc4e319809feec9a844805, 'Unconfirmed', NULL, '2023-05-09 17:56:10.007', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xf7039c172dd34d729465120936e84acf, 'Cancelled', NULL, '2023-05-09 17:55:45.739', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xfff1f20a47bb40bd905b222536134e10, 'Open', NULL, '2023-05-09 17:55:45.707', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_transition` -- CREATE TABLE `state_machine_transition` ( `id` binary(16) NOT NULL, `action_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `state_machine_id` binary(16) NOT NULL, `from_state_id` binary(16) NOT NULL, `to_state_id` binary(16) NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `state_machine_transition` -- INSERT INTO `state_machine_transition` (`id`, `action_name`, `state_machine_id`, `from_state_id`, `to_state_id`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x012ea940c7be44fcb3486fd6cf665f12, 'pay_partially', 0xdef5e5600649466382d70c3335ee1966, 0x9adf164f51604fefa9bbebc05f624276, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:45.767', NULL), (0x0a2cd3195c284d3d93f0581083aa974d, 'paid_partially', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:54.360', NULL), (0x0f42d2fe5231402091a47c31a963d409, 'do_pay', 0xdef5e5600649466382d70c3335ee1966, 0x9adf164f51604fefa9bbebc05f624276, 0x234938bc2b6a4d9391da5cecdd92c03c, NULL, '2023-05-09 17:55:53.409', NULL), (0x108411286a0f43ab9fc0d7b6cfd863f0, 'authorize', 0xdef5e5600649466382d70c3335ee1966, 0x9adf164f51604fefa9bbebc05f624276, 0x7db0672d17f541be8af00f4d2d2f51bb, NULL, '2023-05-09 17:55:56.777', NULL), (0x1470b4bfb70948fa867a097c564f82fa, 'complete', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x080efae93c9a4689a566752f41697530, 0x4c0c1e55d2fe46d3b614ddcf5557d1c2, NULL, '2023-05-09 17:56:11.661', NULL), (0x152e9e37818b441c9bbd4a8bc540abf6, 'reopen', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x32d6d8447dee46439b410a8e49905cb3, 0x166f262927be473288596cdded225ef5, NULL, '2023-05-09 17:56:11.663', NULL), (0x168cba7c02b046bd90a401431fe25456, 'refund', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0xe736967d3103494ab3cbbcff70593f1b, NULL, '2023-05-09 17:55:45.773', NULL), (0x188317065f6d4e769af5c4dd7a663738, 'fail', 0xdef5e5600649466382d70c3335ee1966, 0x7db0672d17f541be8af00f4d2d2f51bb, 0xdb5926cfdf264e9a892ed1a4530e1aa4, NULL, '2023-05-09 17:55:56.780', NULL), (0x1a312c6e075a4bdca40e04283523d614, 'authorize', 0xdef5e5600649466382d70c3335ee1966, 0xf44b7bdefdfc4e319809feec9a844805, 0x7db0672d17f541be8af00f4d2d2f51bb, NULL, '2023-05-09 17:56:10.022', NULL), (0x1c02387df7114703a62a755965678773, 'remind', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0x9adf164f51604fefa9bbebc05f624276, NULL, '2023-05-09 17:55:45.770', NULL), (0x222c70ccea564341ad3e5c9e6f594609, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:55:45.764', NULL), (0x23402956ca9a4237b17547a952d37fc9, 'retour_partially', 0x9fe1b383878444ecaae668a592190635, 0xa071fd7345f34d5aa9331a4cf9f17f1d, 0x4d1b3373257549c4ac7c3cf8cd98d119, NULL, '2023-05-09 17:55:45.734', NULL), (0x24c57cc74af040b6bad0fac4ca1c6ed0, 'paid_partially', 0xdef5e5600649466382d70c3335ee1966, 0xf44b7bdefdfc4e319809feec9a844805, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:56:10.018', NULL), (0x25057d36bf514cfe8a6bf5a70462cc3e, 'reopen', 0x9fe1b383878444ecaae668a592190635, 0x4d1b3373257549c4ac7c3cf8cd98d119, 0xfff1f20a47bb40bd905b222536134e10, NULL, '2023-05-09 17:55:59.535', NULL), (0x25175e4be8484acb8defc3905b00d2c1, 'refund', 0xdef5e5600649466382d70c3335ee1966, 0xf7039c172dd34d729465120936e84acf, 0xe736967d3103494ab3cbbcff70593f1b, NULL, '2023-05-09 17:55:45.781', NULL), (0x25e71010f1a04b27a9eaf78b5482cec0, 'refund_partially', 0xdef5e5600649466382d70c3335ee1966, 0xe89c1ebed83a45b29abdbdf57b79bf8d, 0x4a98ed39feb44eb7b75a9d8ff234e9ce, NULL, '2023-05-09 17:55:45.775', NULL), (0x2980ed43c5a84f5a8498be3848ba19a5, 'ship', 0x9fe1b383878444ecaae668a592190635, 0xfff1f20a47bb40bd905b222536134e10, 0x35a98c06139f4a64b8b84e7cc3f9e9c4, NULL, '2023-05-09 17:55:45.727', NULL), (0x29aa8ac354dd42eea48479d44d6368c7, 'chargeback', 0xdef5e5600649466382d70c3335ee1966, 0xe89c1ebed83a45b29abdbdf57b79bf8d, 0xa98563514b804828a1e300decc28249c, NULL, '2023-05-09 17:55:56.787', NULL), (0x2b24dacb40f746d0851b109badf7ba79, 'ship_partially', 0x9fe1b383878444ecaae668a592190635, 0xfff1f20a47bb40bd905b222536134e10, 0xa071fd7345f34d5aa9331a4cf9f17f1d, NULL, '2023-05-09 17:55:45.728', NULL), (0x2da86ef0485649e8bbcb3e7c0270f7d4, 'paid_partially', 0xdef5e5600649466382d70c3335ee1966, 0x7db0672d17f541be8af00f4d2d2f51bb, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:56.779', NULL), (0x2fc5b8d0de7d4c1ea63bfbb9c99e4ac2, 'fail', 0xdef5e5600649466382d70c3335ee1966, 0xf44b7bdefdfc4e319809feec9a844805, 0xdb5926cfdf264e9a892ed1a4530e1aa4, NULL, '2023-05-09 17:56:10.019', NULL), (0x317d032499ed40699d97654ff7127d71, 'paid', 0xdef5e5600649466382d70c3335ee1966, 0x7db0672d17f541be8af00f4d2d2f51bb, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:56.778', NULL), (0x31ed5bbc22ab4efd8870f9a33c361cee, 'cancel', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x080efae93c9a4689a566752f41697530, 0x32d6d8447dee46439b410a8e49905cb3, NULL, '2023-05-09 17:56:11.658', NULL), (0x34099077b11a4581ae0ff76c9bd636c3, 'refund_partially', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0x4a98ed39feb44eb7b75a9d8ff234e9ce, NULL, '2023-05-09 17:55:45.772', NULL), (0x364f2a80899a4770879f33c5f60193f4, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0x4a98ed39feb44eb7b75a9d8ff234e9ce, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:55:45.779', NULL), (0x375bd2fbab934427909e1a282e8aa17f, 'process_unconfirmed', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0xf44b7bdefdfc4e319809feec9a844805, NULL, '2023-05-09 17:56:10.015', NULL), (0x37d87f250aeb4fe7a69157a9b4d4b65f, 'reopen', 0xdef5e5600649466382d70c3335ee1966, 0xe89c1ebed83a45b29abdbdf57b79bf8d, 0x7c02b6e4ce41456abb4fee9eeaccea35, NULL, '2023-05-09 17:55:53.414', NULL), (0x3cb2d7aea32a424d8177c2d32ab88386, 'cancel', 0x9f145d27516345329636acdeef3681cd, 0x326aa4b65753431588b67d2f21a897d1, 0xbf07bb7992134da89f5328a71ee17138, NULL, '2023-05-09 17:55:45.698', NULL), (0x3d3b73f242ec47d7930ccc6f10fb030d, 'reopen', 0xe6affa28d8d44da4abbbc240eeb3c9ac, 0x606d99f9b3fb4f4b9afdd08d811aa64d, 0x7ab9e36a5b784613aca9fc14ca7facdb, NULL, '2023-05-09 17:56:11.617', NULL), (0x43c51e17bc4f48d09fb58a7f535cf0dc, 'paid', 0xdef5e5600649466382d70c3335ee1966, 0x234938bc2b6a4d9391da5cecdd92c03c, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:53.397', NULL), (0x4bdd5a38ca314eb0b74fadd7e38b1c21, 'fail', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0xdb5926cfdf264e9a892ed1a4530e1aa4, NULL, '2023-05-09 17:55:53.407', NULL), (0x4f3b89adbe814261af194e5cae87014e, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0x234938bc2b6a4d9391da5cecdd92c03c, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:55:53.396', NULL), (0x51caf26f50da4a489b137b948f30ba3d, 'reopen', 0xdef5e5600649466382d70c3335ee1966, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 0x7c02b6e4ce41456abb4fee9eeaccea35, NULL, '2023-05-09 17:55:53.399', NULL), (0x546ef44144754f70ba4640e625077733, 'paid', 0xdef5e5600649466382d70c3335ee1966, 0xf44b7bdefdfc4e319809feec9a844805, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:56:10.017', NULL), (0x56f159836a964628955acb79417efdc3, 'retour', 0x9fe1b383878444ecaae668a592190635, 0x35a98c06139f4a64b8b84e7cc3f9e9c4, 0xe29b3079d8aa464c9dcaa014565d3192, NULL, '2023-05-09 17:55:45.730', NULL), (0x5d3a8aa897104713b3a2412cb7394095, 'fail', 0xdef5e5600649466382d70c3335ee1966, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 0xdb5926cfdf264e9a892ed1a4530e1aa4, NULL, '2023-05-09 17:55:53.402', NULL), (0x5ff3d10fc6bb45f4b8e37969cc5e4140, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0x7db0672d17f541be8af00f4d2d2f51bb, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:55:56.782', NULL), (0x60d5a20298284691af74a62013e7d12c, 'chargeback', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0xa98563514b804828a1e300decc28249c, NULL, '2023-05-09 17:55:56.788', NULL), (0x6141016d86b8440d98abed071018f6bc, 'pay', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:45.762', NULL), (0x617afefe082843279d05b78cae03bb3f, 'process', 0x9f145d27516345329636acdeef3681cd, 0x326aa4b65753431588b67d2f21a897d1, 0x0a8efe485e3045ad8b74cde254680086, NULL, '2023-05-09 17:55:45.695', NULL), (0x6534aabf861740d984c282de8f84ca90, 'reopen', 0xdef5e5600649466382d70c3335ee1966, 0x9adf164f51604fefa9bbebc05f624276, 0x7c02b6e4ce41456abb4fee9eeaccea35, NULL, '2023-05-09 17:55:53.408', NULL), (0x6cf8119846a64caa8bdf7ad585ce6439, 'paid', 0xdef5e5600649466382d70c3335ee1966, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:53.403', NULL), (0x72e676a5a8b3444894ee87e98cb0cca2, 'complete', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x166f262927be473288596cdded225ef5, 0x4c0c1e55d2fe46d3b614ddcf5557d1c2, NULL, '2023-05-09 17:56:11.656', NULL), (0x75232ee03ada4147b4a6715615fa2bf2, 'remind', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0x9adf164f51604fefa9bbebc05f624276, NULL, '2023-05-09 17:55:45.765', NULL), (0x797234e06f494ed2b3b146e5d34415f9, 'process_unconfirmed', 0xdef5e5600649466382d70c3335ee1966, 0xf7039c172dd34d729465120936e84acf, 0xf44b7bdefdfc4e319809feec9a844805, NULL, '2023-05-09 17:56:10.014', NULL), (0x7991374ff2af45c8bccf64c3481d7a2a, 'paid_partially', 0xdef5e5600649466382d70c3335ee1966, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:53.404', NULL), (0x7b927bdbd6ec4e5385826849e22d2f5b, 'process_unconfirmed', 0xdef5e5600649466382d70c3335ee1966, 0x9adf164f51604fefa9bbebc05f624276, 0xf44b7bdefdfc4e319809feec9a844805, NULL, '2023-05-09 17:56:10.012', NULL), (0x7d5830b86d2345bf82c66a6b835300a0, 'paid_partially', 0xdef5e5600649466382d70c3335ee1966, 0x234938bc2b6a4d9391da5cecdd92c03c, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:53.398', NULL), (0x7e60016b175f4877a4c2519a5c710f1d, 'cancel', 0x9f145d27516345329636acdeef3681cd, 0x0a8efe485e3045ad8b74cde254680086, 0xbf07bb7992134da89f5328a71ee17138, NULL, '2023-05-09 17:55:45.699', NULL), (0x7ea9ab35674a4795bdb8db35c97bea15, 'retour_partially', 0x9fe1b383878444ecaae668a592190635, 0x35a98c06139f4a64b8b84e7cc3f9e9c4, 0x4d1b3373257549c4ac7c3cf8cd98d119, NULL, '2023-05-09 17:55:45.731', NULL), (0x7fd57bb35a604258bd3db1b437920ede, 'retour', 0x9fe1b383878444ecaae668a592190635, 0xa071fd7345f34d5aa9331a4cf9f17f1d, 0xe29b3079d8aa464c9dcaa014565d3192, NULL, '2023-05-09 17:55:45.733', NULL), (0x8176f6ab791d4e3099a1a8de611783dd, 'do_pay', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0x234938bc2b6a4d9391da5cecdd92c03c, NULL, '2023-05-09 17:55:53.406', NULL), (0x81ae665a21d748b78596c512105dc7d5, 'reopen', 0xe6affa28d8d44da4abbbc240eeb3c9ac, 0xb2c1ee7e4de04bc293fa2c2d262f5c2a, 0x7ab9e36a5b784613aca9fc14ca7facdb, NULL, '2023-05-09 17:56:11.619', NULL), (0x845d1f111dff4cf59a42ab12f60e0fd4, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:55:45.774', NULL), (0x85724fc0fe4443778b39cc953affe5aa, 'paid', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:54.359', NULL), (0x8b194fac821b48a28af4647e630cf354, 'process_unconfirmed', 0xdef5e5600649466382d70c3335ee1966, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 0xf44b7bdefdfc4e319809feec9a844805, NULL, '2023-05-09 17:56:10.013', NULL), (0x8bfbb95317ed426eb52667c7e2bbed6b, 'paid_partially', 0xdef5e5600649466382d70c3335ee1966, 0xa98563514b804828a1e300decc28249c, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:56.790', NULL), (0x8fdf99b5401c44fd8b05febdc5d81ce2, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0x9adf164f51604fefa9bbebc05f624276, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:55:45.769', NULL), (0x91eee5fb56e14e8f86494e92e5b55b13, 'authorize', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0x7db0672d17f541be8af00f4d2d2f51bb, NULL, '2023-05-09 17:55:56.775', NULL), (0x944d3a2037934773b822d4040305b01b, 'pay_partially', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:45.762', NULL), (0x9490ff194fd543878e9876000238ba95, 'fail', 0xdef5e5600649466382d70c3335ee1966, 0x234938bc2b6a4d9391da5cecdd92c03c, 0xdb5926cfdf264e9a892ed1a4530e1aa4, NULL, '2023-05-09 17:55:53.395', NULL), (0x97395fb706ac49ca914d5db28aade5d4, 'retour', 0x9fe1b383878444ecaae668a592190635, 0x4d1b3373257549c4ac7c3cf8cd98d119, 0xe29b3079d8aa464c9dcaa014565d3192, NULL, '2023-05-09 17:56:02.355', NULL), (0x9f7f5b5fb9fe4236b4fb2eff059789f9, 'reopen', 0x9f145d27516345329636acdeef3681cd, 0xbf07bb7992134da89f5328a71ee17138, 0x326aa4b65753431588b67d2f21a897d1, NULL, '2023-05-09 17:55:45.701', NULL), (0xa1991059045f4845acf36a3775e56fdd, 'pay_partially', 0xdef5e5600649466382d70c3335ee1966, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:53.405', NULL), (0xa258f5ca30d443209f7c7826efd7197b, 'complete', 0x9f145d27516345329636acdeef3681cd, 0x0a8efe485e3045ad8b74cde254680086, 0x5e0b791520f24fb8a8593a56305ff89a, NULL, '2023-05-09 17:55:45.700', NULL), (0xa2fe113fa60f4a1e934a7c7485e89610, 'pay_partially', 0xdef5e5600649466382d70c3335ee1966, 0x234938bc2b6a4d9391da5cecdd92c03c, 0x714cfe95fc6943439b81541ab8446679, NULL, '2023-05-09 17:55:53.398', NULL), (0xa3e9336f6c0b4dc4a822c27b59d7da43, 'refund', 0xdef5e5600649466382d70c3335ee1966, 0xe89c1ebed83a45b29abdbdf57b79bf8d, 0xe736967d3103494ab3cbbcff70593f1b, NULL, '2023-05-09 17:55:45.776', NULL), (0xa4ce736b84fb4b3bb2d01eec48b5ea85, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0xf44b7bdefdfc4e319809feec9a844805, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:56:10.021', NULL), (0xa5cf6d7858dd478bae51beb2bde92c88, 'do_pay', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0x234938bc2b6a4d9391da5cecdd92c03c, NULL, '2023-05-09 17:55:53.411', NULL), (0xa6a73846b15f4314a6ad3ba6007c3d10, 'refund', 0xdef5e5600649466382d70c3335ee1966, 0x4a98ed39feb44eb7b75a9d8ff234e9ce, 0xe736967d3103494ab3cbbcff70593f1b, NULL, '2023-05-09 17:55:45.778', NULL), (0xaf2c2212c3624727802a8d11384c0781, 'fail', 0xe6affa28d8d44da4abbbc240eeb3c9ac, 0x7ab9e36a5b784613aca9fc14ca7facdb, 0xb2c1ee7e4de04bc293fa2c2d262f5c2a, NULL, '2023-05-09 17:56:11.616', NULL), (0xb112373e32984ee7b91f15d62cbbb101, 'pay', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:45.771', NULL), (0xb3c2d12981d644028d1e2f6cb7fe8507, 'reopen', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x4c0c1e55d2fe46d3b614ddcf5557d1c2, 0x166f262927be473288596cdded225ef5, NULL, '2023-05-09 17:56:11.666', NULL), (0xb5e1802c844e4b8c9ef5f46c9e4b7a7d, 'reopen', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x1628f76a2bc24fddb18cb38c3d8d80ec, 0x166f262927be473288596cdded225ef5, NULL, '2023-05-09 17:56:11.665', NULL), (0xb9937e2e7ee54b84bafd3f571124b818, 'cancel', 0x9fe1b383878444ecaae668a592190635, 0xfff1f20a47bb40bd905b222536134e10, 0x39ebd08fd055432cb6cc86f608cb0b8b, NULL, '2023-05-09 17:55:45.729', NULL), (0xbc4f4c489eff4f8b9090e021a78937ae, 'paid', 0xdef5e5600649466382d70c3335ee1966, 0xa98563514b804828a1e300decc28249c, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:56.789', NULL), (0xbd229ef9157346b1bfcf9a9c39ceb70c, 'reopen', 0x9fe1b383878444ecaae668a592190635, 0xe29b3079d8aa464c9dcaa014565d3192, 0xfff1f20a47bb40bd905b222536134e10, NULL, '2023-05-09 17:55:59.538', NULL), (0xc26f4b567cc14907842404795f799f9a, 'reopen', 0x9fe1b383878444ecaae668a592190635, 0x35a98c06139f4a64b8b84e7cc3f9e9c4, 0xfff1f20a47bb40bd905b222536134e10, NULL, '2023-05-09 17:55:59.536', NULL), (0xc5b55f7fd21545fb8983b4eb3c6f6bec, 'fail', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x166f262927be473288596cdded225ef5, 0x1628f76a2bc24fddb18cb38c3d8d80ec, NULL, '2023-05-09 17:56:11.655', NULL), (0xc6abd235d59347bc8db57d89d1dcbce5, 'reopen', 0x9fe1b383878444ecaae668a592190635, 0x39ebd08fd055432cb6cc86f608cb0b8b, 0xfff1f20a47bb40bd905b222536134e10, NULL, '2023-05-09 17:55:50.198', NULL), (0xcb154c2e2d35496d9d555e5e0b2d15b1, 'refund_partially', 0xdef5e5600649466382d70c3335ee1966, 0xf7039c172dd34d729465120936e84acf, 0x4a98ed39feb44eb7b75a9d8ff234e9ce, NULL, '2023-05-09 17:55:45.782', NULL), (0xcbc0d6135cad45c1bf93c91902140f1b, 'cancel', 0x9fe1b383878444ecaae668a592190635, 0xa071fd7345f34d5aa9331a4cf9f17f1d, 0x39ebd08fd055432cb6cc86f608cb0b8b, NULL, '2023-05-09 17:55:45.737', NULL), (0xd0ed5af85c7347bd89866c8429942136, 'paid', 0xdef5e5600649466382d70c3335ee1966, 0xf7039c172dd34d729465120936e84acf, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:59.695', NULL), (0xd143aca2b1b94ec3a4f0254a035cfa3f, 'reopen', 0xdef5e5600649466382d70c3335ee1966, 0x4a98ed39feb44eb7b75a9d8ff234e9ce, 0x7c02b6e4ce41456abb4fee9eeaccea35, NULL, '2023-05-09 17:55:53.415', NULL), (0xd2439dd77be943588c263029c2f11d79, 'do_pay', 0xdef5e5600649466382d70c3335ee1966, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 0x234938bc2b6a4d9391da5cecdd92c03c, NULL, '2023-05-09 17:55:53.401', NULL), (0xd2fae3667a4643db979c88c4a9f18f1a, 'complete', 0xe6affa28d8d44da4abbbc240eeb3c9ac, 0x7ab9e36a5b784613aca9fc14ca7facdb, 0x606d99f9b3fb4f4b9afdd08d811aa64d, NULL, '2023-05-09 17:56:11.614', NULL), (0xd47a2f8921e8418cae9d23445e04e4b0, 'ship', 0x9fe1b383878444ecaae668a592190635, 0xa071fd7345f34d5aa9331a4cf9f17f1d, 0x35a98c06139f4a64b8b84e7cc3f9e9c4, NULL, '2023-05-09 17:55:45.735', NULL), (0xd77d12b39b554db2ae5c7bd206afca9a, 'reopen', 0xdef5e5600649466382d70c3335ee1966, 0xf7039c172dd34d729465120936e84acf, 0x7c02b6e4ce41456abb4fee9eeaccea35, NULL, '2023-05-09 17:55:45.780', NULL), (0xdaaf86075b374220b3f7ec9d3862ba3a, 'cancel', 0x9fe1b383878444ecaae668a592190635, 0x35a98c06139f4a64b8b84e7cc3f9e9c4, 0x39ebd08fd055432cb6cc86f608cb0b8b, NULL, '2023-05-09 17:55:45.732', NULL), (0xdac7ae4855be41ce98fafbd0aa94cc4d, 'pay', 0xdef5e5600649466382d70c3335ee1966, 0xdb5926cfdf264e9a892ed1a4530e1aa4, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:53.402', NULL), (0xde92e45f7d03481c92cad58bd63e4643, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0xe89c1ebed83a45b29abdbdf57b79bf8d, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:55:45.777', NULL), (0xe0c1ec5d0661442fb313ccb5427ebb5c, 'reopen', 0x9fe1b383878444ecaae668a592190635, 0xa071fd7345f34d5aa9331a4cf9f17f1d, 0xfff1f20a47bb40bd905b222536134e10, NULL, '2023-05-09 17:55:59.537', NULL), (0xe2823d30de9d4788b57bccb2e0fcf6a2, 'process_unconfirmed', 0xdef5e5600649466382d70c3335ee1966, 0x7c02b6e4ce41456abb4fee9eeaccea35, 0xf44b7bdefdfc4e319809feec9a844805, NULL, '2023-05-09 17:56:10.010', NULL), (0xe7275849280649599424d8f01f713d5d, 'process', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x166f262927be473288596cdded225ef5, 0x080efae93c9a4689a566752f41697530, NULL, '2023-05-09 17:56:11.651', NULL), (0xe8ef9105ae254e319ba3e8d68cc86bdd, 'cancel', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x166f262927be473288596cdded225ef5, 0x32d6d8447dee46439b410a8e49905cb3, NULL, '2023-05-09 17:56:11.653', NULL), (0xe94a912c070045c19c8e3e1eed11ff34, 'cancel', 0xdef5e5600649466382d70c3335ee1966, 0xa98563514b804828a1e300decc28249c, 0xf7039c172dd34d729465120936e84acf, NULL, '2023-05-09 17:55:56.791', NULL), (0xea4beb3533014ba687bec9429b8b8135, 'reopen', 0xdef5e5600649466382d70c3335ee1966, 0x714cfe95fc6943439b81541ab8446679, 0x7c02b6e4ce41456abb4fee9eeaccea35, NULL, '2023-05-09 17:55:53.410', NULL), (0xeb3914578aa545e9acb7c537e5e3b9ea, 'reopen', 0x9f145d27516345329636acdeef3681cd, 0x5e0b791520f24fb8a8593a56305ff89a, 0x326aa4b65753431588b67d2f21a897d1, NULL, '2023-05-09 17:55:45.702', NULL), (0xedb3ccbf102d4466b66e775f8e789a8e, 'reopen', 0xdef5e5600649466382d70c3335ee1966, 0x234938bc2b6a4d9391da5cecdd92c03c, 0x7c02b6e4ce41456abb4fee9eeaccea35, NULL, '2023-05-09 17:55:53.393', NULL), (0xf37a083c8eee4ad699b2a98e3220f4be, 'reopen', 0xdef5e5600649466382d70c3335ee1966, 0xf44b7bdefdfc4e319809feec9a844805, 0x7c02b6e4ce41456abb4fee9eeaccea35, NULL, '2023-05-09 17:56:10.023', NULL), (0xfc3764aa5dce4623b4abd327ba138d1b, 'authorize', 0xdef5e5600649466382d70c3335ee1966, 0x234938bc2b6a4d9391da5cecdd92c03c, 0x7db0672d17f541be8af00f4d2d2f51bb, NULL, '2023-05-09 17:55:56.774', NULL), (0xfdcdce3c983f4b7fbe93cf507f052e17, 'fail', 0x894743fcc7164aa7b5ca8afc3e055e0b, 0x080efae93c9a4689a566752f41697530, 0x1628f76a2bc24fddb18cb38c3d8d80ec, NULL, '2023-05-09 17:56:11.659', NULL), (0xfe0ce57e694947d89219c05f67c0ec4a, 'pay', 0xdef5e5600649466382d70c3335ee1966, 0x9adf164f51604fefa9bbebc05f624276, 0xe89c1ebed83a45b29abdbdf57b79bf8d, NULL, '2023-05-09 17:55:45.766', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `state_machine_translation` -- CREATE TABLE `state_machine_translation` ( `language_id` binary(16) NOT NULL, `state_machine_id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `state_machine_translation` -- INSERT INTO `state_machine_translation` (`language_id`, `state_machine_id`, `name`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x894743fcc7164aa7b5ca8afc3e055e0b, 'Erstattungsstatus', NULL, '2023-05-09 17:56:11.626', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x9f145d27516345329636acdeef3681cd, 'Bestellstatus', NULL, '2023-05-09 17:55:45.676', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0x9fe1b383878444ecaae668a592190635, 'Bestellstatus', NULL, '2023-05-09 17:55:45.708', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xdef5e5600649466382d70c3335ee1966, 'Zahlungsstatus', NULL, '2023-05-09 17:55:45.740', NULL), (0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 0xe6affa28d8d44da4abbbc240eeb3c9ac, 'Bezahlstatus', NULL, '2023-05-09 17:56:11.598', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x894743fcc7164aa7b5ca8afc3e055e0b, 'Refund state', NULL, '2023-05-09 17:56:11.626', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x9f145d27516345329636acdeef3681cd, 'Order state', NULL, '2023-05-09 17:55:45.679', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0x9fe1b383878444ecaae668a592190635, 'Order state', NULL, '2023-05-09 17:55:45.709', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xdef5e5600649466382d70c3335ee1966, 'Payment state', NULL, '2023-05-09 17:55:45.741', NULL), (0x8e6d712041cf4de1b4149dd70cf58df8, 0xe6affa28d8d44da4abbbc240eeb3c9ac, 'Capture state', NULL, '2023-05-09 17:56:11.597', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_language_pack_language` -- CREATE TABLE `swag_language_pack_language` ( `id` binary(16) NOT NULL, `administration_active` tinyint(1) DEFAULT '0', `sales_channel_active` tinyint(1) DEFAULT '0', `language_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `swag_language_pack_language` -- INSERT INTO `swag_language_pack_language` (`id`, `administration_active`, `sales_channel_active`, `language_id`, `created_at`, `updated_at`) VALUES (0x026a477a9f504927920f42e35f737fc2, 1, 0, 0xf775e5a15ad7475abe5f9432904813a1, '2023-05-09 18:04:41.000', NULL), (0x0c027cbf72a14b66959a35d5b1d3c192, 1, 0, 0xa93d457c38014a36a02843d51c6099b7, '2023-05-09 18:04:41.000', NULL), (0x1f13baa0f61f43f4bf2eff3b92a5d3d1, 1, 0, 0x6469d569a19e4391b9a50216dcf23bc7, '2023-05-09 18:04:41.000', NULL), (0x20a2998778c54d48a64543502332d0a8, 1, 0, 0xfc23fda2513d49aaaf080b950d14877f, '2023-05-09 18:04:41.000', NULL), (0x2592a0fbb35745d7bdd2644049d63389, 1, 0, 0x90ba4edffdb54680806e40572cd4367d, '2023-05-09 18:04:41.000', NULL), (0x38c7ffc7c4f94ffcaee3afea567026bf, 1, 0, 0xd04cfcb1d9fc4088b7eb4336e64f5f3e, '2023-05-09 18:04:41.000', NULL), (0x3994863b7d3e4d6fbf0d711e7398effe, 1, 0, 0x62f324eea61c459586ea55cfb24771cb, '2023-05-09 18:04:41.000', NULL), (0x45a98c2075b646c984ed58ac9bad35ac, 1, 0, 0x558c2398f6de49599881d3234dc77278, '2023-05-09 18:04:41.000', NULL), (0x492f1ff1a39341ef9ebb47fdbb440a09, 1, 0, 0x7a7dfd3c06dc42a5bf047844ee87c7cf, '2023-05-09 18:04:41.000', NULL), (0x6af2361fbd18487782bb1d3ffd1074cd, 1, 0, 0x1bc9eea66aff4d0e9fbefff49ba4dc33, '2023-05-09 18:04:41.000', NULL), (0x6b9e7024f35f44d3994a9a854f83756e, 1, 0, 0xcc0472d1d9c34045a8bf0b7d7f31e129, '2023-05-09 18:04:41.000', NULL), (0x6f147ac0ac9446a095442d7ce9552f49, 1, 0, 0x3f6727f5e9c0495bb907ba545605b74d, '2023-05-09 18:04:41.000', NULL), (0x76db86dd23234c5e91acde7d8e973301, 1, 0, 0xcab4fb429b584f7ba88a4f04751ce7d2, '2023-05-09 18:04:41.000', NULL), (0x7ec45bed6b3b436c8cd5435a52a31761, 1, 0, 0x1214340d445f40b89b6dc336a9a99f3f, '2023-05-09 18:04:41.000', NULL), (0x8b2cb4aab205430b921853537be6b5d3, 1, 0, 0x6fe52a03fefe41d3a062d04ca88820e2, '2023-05-09 18:04:41.000', NULL), (0xa302c29171144f46b5d733b0e33a3485, 1, 0, 0xce7e28e02adb4a8dbd5572dc37d73ab2, '2023-05-09 18:04:41.000', NULL), (0xb309ce1c3fc94e72a07d1f5202cf4ea6, 1, 0, 0x63e194f5a3024cf588e642200f18630e, '2023-05-09 18:04:41.000', NULL), (0xbcb5069c9d6e4d84b87eb14c8f56b2bb, 1, 0, 0x41496f154551401793b92066c4f5e5a9, '2023-05-09 18:04:41.000', NULL), (0xc61a1c36eaf24dc3a771110886b1cea4, 1, 0, 0x28c6223baa8d403ea46d7068ed4ac062, '2023-05-09 18:04:41.000', NULL), (0xd2a59ebb207741839e62f3a04f9fc886, 1, 0, 0xc4a4c6107ebe4034bb2f289b1c47cb00, '2023-05-09 18:04:41.000', NULL), (0xd3115412790647e69de06e4d10b671ad, 1, 0, 0x8a1e2715f3d34c709fee81f624f8255d, '2023-05-09 18:04:41.000', NULL), (0xe2b4dab6d0354784906efff596e6395a, 1, 0, 0xcf55419217504cc1852ebf8daa8a586b, '2023-05-09 18:04:41.000', NULL), (0xe6b5b490432b485aba06750f9894281d, 1, 0, 0x10e0b70b06524d1398833c4ebd26c1cd, '2023-05-09 18:04:41.000', NULL), (0xebaa4e05582c41efb1ee77bb03568efc, 1, 0, 0x5912f2124d294b4da3286839b4731d1a, '2023-05-09 18:04:41.000', NULL), (0xf040b938fa454ef79903cb3d6d4b10ac, 1, 0, 0xf2b5ef58262942c29e18acecb4f909a5, '2023-05-09 18:04:41.000', NULL), (0xf1890f5724764aa0a17fb5effe754458, 1, 0, 0xea12e12ecde04838942ce5b10591836f, '2023-05-09 18:04:41.000', NULL), (0xf7aa03bd5d8246879a9685ccc2ae6159, 1, 0, 0x9c796db0b2ec43dd80c4954bf80a884f, '2023-05-09 18:04:41.000', NULL), (0xf9510ba7845f4b9fb2a21690bbda2cb7, 1, 0, 0x2d3b71c59c1742ad87219aeb363ae5d1, '2023-05-09 18:04:41.000', NULL), (0xfa43a73920974f60af129fd06acb40b3, 1, 0, 0x219d800519bf46758381316ca122b4ed, '2023-05-09 18:04:41.000', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel` -- CREATE TABLE `swag_paypal_pos_sales_channel` ( `id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `product_stream_id` binary(16) DEFAULT NULL, `api_key` varchar(8192) COLLATE utf8mb4_unicode_ci NOT NULL, `media_domain` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `webhook_signing_key` varchar(64) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `sync_prices` tinyint(1) NOT NULL DEFAULT '1', `replace` tinyint(1) NOT NULL DEFAULT '0', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_inventory` -- CREATE TABLE `swag_paypal_pos_sales_channel_inventory` ( `sales_channel_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `stock` int NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_media` -- CREATE TABLE `swag_paypal_pos_sales_channel_media` ( `sales_channel_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL, `lookup_key` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `created_at` datetime(3) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_product` -- CREATE TABLE `swag_paypal_pos_sales_channel_product` ( `sales_channel_id` binary(16) NOT NULL, `product_id` binary(16) NOT NULL, `product_version_id` binary(16) NOT NULL, `checksum` char(32) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_run` -- CREATE TABLE `swag_paypal_pos_sales_channel_run` ( `id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL, `task` varchar(16) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `finished_at` datetime(3) DEFAULT NULL, `status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'in_progress', `message_count` int NOT NULL DEFAULT '0', `step_index` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT '0', `steps` json NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `swag_paypal_pos_sales_channel_run_log` -- CREATE TABLE `swag_paypal_pos_sales_channel_run_log` ( `id` binary(16) NOT NULL, `run_id` binary(16) NOT NULL, `level` smallint NOT NULL, `message` longtext COLLATE utf8mb4_unicode_ci NOT NULL, `product_id` binary(16) DEFAULT NULL, `product_version_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `system_config` -- CREATE TABLE `system_config` ( `id` binary(16) NOT NULL, `configuration_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `configuration_value` json NOT NULL, `sales_channel_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `system_config` -- INSERT INTO `system_config` (`id`, `configuration_key`, `configuration_value`, `sales_channel_id`, `created_at`, `updated_at`) VALUES (0x00bbb9ef0d454de6a842e3247c8fe16d, 'core.seo.redirectToCanonicalUrl', '{\"_value\": true}', NULL, '2023-05-09 17:55:58.903', NULL), (0x032739f814534f149b44761ac6169da2, 'core.store.apiUri', '{\"_value\": \"https://api.shopware.com\"}', NULL, '2023-05-09 17:55:45.784', NULL), (0x033efb2b19fa4f05ac428432b172e1e6, 'core.update.apiUri', '{\"_value\": \"https://update-api.shopware.com\"}', NULL, '2023-05-09 17:55:47.059', NULL), (0x03a1ed9d24704d92b44790cd25702a52, 'SwagPayPal.settings.merchantLocation', '{\"_value\": \"other\"}', NULL, '2023-05-09 15:05:24.711', NULL), (0x07fe81935f66496fb0690f80301cfc4f, 'core.listing.disableEmptyFilterOptions', '{\"_value\": true}', NULL, '2023-05-09 17:55:58.908', NULL), (0x0a88eb20027e4236839a4a8f077e3ddb, 'core.logging.entryLimit', '{\"_value\": \"10000000\"}', NULL, '2023-05-09 17:55:46.374', NULL), (0x0aaf04408a34453689667a7e5b6adb7e, 'core.cart.maxQuantity', '{\"_value\": \"100\"}', NULL, '2023-05-09 17:55:47.065', NULL), (0x0b445e44bf5145a48206e3c07fa2ee72, 'core.newsletter.doubleOptIn', '{\"_value\": true}', NULL, '2023-05-09 17:55:45.790', NULL), (0x0d1bdd756ec7404188f58d9c23e47f9c, 'core.register.minPasswordLength', '{\"_value\": 8}', NULL, '2023-05-09 17:55:45.791', NULL), (0x1028efb36fcd426bb43fa4f36dc5fe1b, 'core.sitemap.sitemapRefreshStrategy', '{\"_value\": \"2\"}', NULL, '2023-05-09 17:55:50.224', NULL), (0x14b290ff71d3417c8a7bdebff6be1e21, 'SwagPayPal.settings.sandbox', '{\"_value\": false}', NULL, '2023-05-09 15:05:24.683', NULL), (0x16edabd8566a497ca4a537886ad8d7cd, 'core.defaultSalesChannel.salesChannel', '{\"_value\": [\"05b03c671cf8409aa4084628de7ce7f8\"]}', NULL, '2023-05-09 15:05:12.934', NULL), (0x17d07876d09f449c8d1568e8dbdddfdf, 'SwagPayPal.settings.acdcForce3DS', '{\"_value\": true}', NULL, '2023-05-09 15:05:24.765', NULL), (0x1ce4d9c632754d4990943afb18fed8e8, 'core.update.code', '{\"_value\": \"\"}', NULL, '2023-05-09 17:55:47.061', NULL), (0x20a0180c96e0472fa9bc3570afe56a59, 'SwagPayPal.settings.sendOrderNumber', '{\"_value\": true}', NULL, '2023-05-09 15:05:24.707', NULL), (0x22ab00e3f0034381ad656d6f073f86c4, 'SwagPayPal.settings.ecsCartEnabled', '{\"_value\": true}', NULL, '2023-05-09 15:05:24.718', NULL), (0x22d04a9f7ce04e64a23d6e2b4fbd307c, 'SwagPayPal.settings.installmentBannerEnabled', '{\"_value\": true}', NULL, '2023-05-09 15:05:24.756', NULL), (0x2a8abbebc2124c249fbec315253d9554, 'core.loginRegistration.requireDataProtectionCheckbox', '{\"_value\": false}', NULL, '2023-05-09 17:56:03.114', NULL), (0x30eee7474bf048c88f801a45acbea436, 'SwagPayPal.settings.landingPage', '{\"_value\": \"NO_PREFERENCE\"}', NULL, '2023-05-09 15:05:24.703', NULL), (0x359b7afe602e4bddafc4e873adb4b5d8, 'core.basicInformation.activeCaptchas', '{\"_value\": [\"honeypot\"]}', NULL, '2023-05-09 17:55:53.919', NULL), (0x3825de29a7d445ffab96253936c1ee4c, 'core.tax.defaultTaxRate', '{\"_value\": \"21a9abe3efa34f67884c59b8936263aa\"}', NULL, '2023-05-09 17:56:10.786', NULL), (0x3a46d6c42b464791b6704efcdf02f662, 'core.loginRegistration.invalidateSessionOnLogOut', '{\"_value\": false}', NULL, '2023-05-09 17:55:55.750', NULL), (0x3b8ddb0e43de4f93a06a69292967e50f, 'SwagPayPal.settings.ecsDetailEnabled', '{\"_value\": true}', NULL, '2023-05-09 15:05:24.715', NULL), (0x46dd3e8114c74abd901610e09b5d05be, 'core.listing.defaultSorting', '{\"_value\": \"name-asc\"}', NULL, '2023-05-09 17:55:58.061', NULL), (0x5004ec8f949f42e0ad0898765b0dd218, 'SwagPayPal.settings.puiCustomerServiceInstructions', '{\"_value\": \"Details zum Kundenservice finden Sie auf unserer Webseite\"}', NULL, '2023-05-09 15:05:24.762', NULL), (0x5204026956a0448aad8c6ea696dbf139, 'core.defaultSalesChannel.visibility', '{\"_value\": []}', NULL, '2023-05-09 15:05:12.939', NULL), (0x534788c0f33f4d3b82c530865621e3dc, 'core.basicInformation.phoneNumberFieldRequired', '{\"_value\": true}', NULL, '2023-05-09 17:56:01.066', NULL), (0x58332b9a5e7746b58be983524d848bb2, 'core.listing.allowBuyInListing', '{\"_value\": true}', NULL, '2023-05-09 17:55:47.073', NULL), (0x591feee1f26d461baa5b664a6db66f6f, 'core.listing.showReview', '{\"_value\": true}', NULL, '2023-05-09 17:55:55.674', NULL), (0x5b2378d511d549ea8d785d23bb2e5932, 'core.logging.entryLifetimeSeconds', '{\"_value\": \"2678400\"}', NULL, '2023-05-09 17:55:46.374', NULL), (0x5b44d472af1e41f786d0c0f3515abdcb, 'SwagPayPal.settings.spbAlternativePaymentMethodsEnabled', '{\"_value\": false}', NULL, '2023-05-09 15:05:24.740', NULL), (0x5cd23b29c7a54c0c82698db9423ffbfd, 'core.loginRegistration.confirmationUrl', '{\"_value\": \"/registration/confirm?em=%%HASHEDEMAIL%%&hash=%%SUBSCRIBEHASH%%\"}', NULL, '2023-05-09 17:56:09.042', NULL), (0x5e54fe9043104c4e80b22b13a6673c41, 'core.basicInformation.activeCaptchasV2', '{\"_value\": {\"honeypot\": {\"name\": \"Honeypot\", \"isActive\": true}, \"basicCaptcha\": {\"name\": \"basicCaptcha\", \"isActive\": false}, \"googleReCaptchaV2\": {\"name\": \"googleReCaptchaV2\", \"config\": {\"siteKey\": \"\", \"invisible\": false, \"secretKey\": \"\"}, \"isActive\": false}, \"googleReCaptchaV3\": {\"name\": \"googleReCaptchaV3\", \"config\": {\"siteKey\": \"\", \"secretKey\": \"\", \"thresholdScore\": 0.5}, \"isActive\": false}}}', NULL, '2023-05-09 17:56:09.035', NULL), (0x63527f9cf5a84260973b85200d4cccd3, 'core.basicInformation.imprintPage', '{\"_value\": \"8848140d90dc4183976878ca1778c130\"}', NULL, '2023-05-09 17:55:52.285', NULL), (0x665462d6f763481cb80e36e15b84f3ad, 'SwagPayPal.settings.excludedProductIds', '{\"_value\": []}', NULL, '2023-05-09 15:05:24.768', NULL), (0x66774a12a7bd4651a0473ae3b61bf076, 'core.basicInformation.shopName', '{\"_value\": \"Toner Aktuell\"}', NULL, '2023-05-09 17:55:47.072', '2023-05-09 18:02:58.000'), (0x66d275707f6e4eccbc5b305974ae067f, 'core.update.channel', '{\"_value\": \"stable\"}', NULL, '2023-05-09 17:55:47.060', NULL), (0x694034076d3945b09c557d5e0b421ebc, 'SwagPayPal.settings.intent', '{\"_value\": \"CAPTURE\"}', NULL, '2023-05-09 15:05:24.695', NULL), (0x6bad5878e1b3418e8de79ee1289c21d7, 'SwagPayPal.settings.loggingLevel', '{\"_value\": 300}', NULL, '2023-05-09 15:05:24.759', NULL), (0x6cd514b903e54c1189495a198a4707c6, 'core.cart.wishlistEnabled', '{\"_value\": false}', NULL, '2023-05-09 17:56:00.397', '2023-05-09 17:56:03.212'), (0x70f57b8297a94ea69fd3059983d3d17a, 'core.frw.completedAt', '{\"_value\": \"2023-05-09T15:05:32+00:00\"}', NULL, '2023-05-09 15:05:32.516', NULL), (0x76b8ba1d4ec64742bc82c18dddec326b, 'core.loginRegistration.pwdRecoverUrl', '{\"_value\": \"/account/recover/password?hash=%%RECOVERHASH%%\"}', NULL, '2023-05-09 17:56:09.042', NULL), (0x79e20edac8754f6b89e1f3c11b7606f7, 'SwagPayPal.settings.excludedProductStreamIds', '{\"_value\": []}', NULL, '2023-05-09 15:05:24.771', NULL), (0x7d3f90825f754d9abe5356e25869bac2, 'SwagPayPal.settings.ecsButtonColor', '{\"_value\": \"gold\"}', NULL, '2023-05-09 15:05:24.730', NULL), (0x7ecba5f614194cccb56428794dc38c58, 'SwagPayPal.settings.spbCheckoutEnabled', '{\"_value\": false}', NULL, '2023-05-09 15:05:24.736', NULL), (0x807947f34ef04599b1206304c429d1ee, 'core.listing.productsPerPage', '{\"_value\": 24}', NULL, '2023-05-09 17:56:00.656', NULL), (0x8caec13ebeda42fb9e5d2b5c41d94f86, 'core.basicInformation.lastNameFieldRequired', '{\"_value\": true}', NULL, '2023-05-09 17:56:01.066', NULL), (0x96c24a642fe54248864d25009b12b73e, 'core.basicInformation.firstNameFieldRequired', '{\"_value\": true}', NULL, '2023-05-09 17:56:01.066', NULL), (0x97ae7b2321b443b2a908f4988df2c95f, 'core.basicInformation.useDefaultCookieConsent', '{\"_value\": true}', NULL, '2023-05-09 17:56:13.325', NULL), (0x99823131dab847e598eec7e678b729e6, 'core.loginRegistration.passwordMinLength', '{\"_value\": \"8\"}', NULL, '2023-05-09 17:55:47.067', NULL), (0x9a366a32453f4d358eee4f393ce17e1f, 'core.basicInformation.privacyPage', '{\"_value\": \"361bda35a8114587bc56c3c5aa433188\"}', NULL, '2023-05-09 17:55:52.276', NULL), (0x9b9388fa21d94b9993afbf2f754573b1, 'SwagPayPal.settings.ecsListingEnabled', '{\"_value\": false}', NULL, '2023-05-09 15:05:24.727', NULL), (0xaaca839d6e0247ffbdf034ba28708b77, 'SwagPayPal.settings.ecsLoginEnabled', '{\"_value\": true}', NULL, '2023-05-09 15:05:24.724', NULL), (0xb8855b8ce21a49e484f97f21cac3b119, 'core.basicInformation.contactPage', '{\"_value\": \"5828503f00b541488db6b3137b55df20\"}', NULL, '2023-05-09 17:55:52.239', NULL), (0xbacc3a1c02a146068a93cfe6cf88b755, 'core.basicInformation.tosPage', '{\"_value\": \"16703ecb1ead4494a694933232739cdc\"}', NULL, '2023-05-09 17:55:52.259', NULL), (0xbdb24cef478d4aab92532e4051215cee, 'core.listing.markAsNew', '{\"_value\": \"30\"}', NULL, '2023-05-09 17:55:47.937', NULL), (0xc50cef81b80c4cc1b906abff8cc7e8fd, 'core.basicInformation.email', '{\"_value\": \"info@toner-aktuell.de.com\"}', NULL, '2023-05-09 17:55:45.787', '2023-05-09 18:02:58.000'), (0xc9aac70977844cf8929d9066d4bf859c, 'SwagPayPal.settings.plusCheckoutEnabled', '{\"_value\": false}', NULL, '2023-05-09 15:05:24.753', NULL), (0xc9bd5704f39a44bf98264160fb06f22b, 'core.userPermission.passwordMinLength', '{\"_value\": 8}', NULL, '2023-05-09 17:56:15.471', NULL), (0xca0ed763a51b408bac9e9617ead856f0, 'core.basicInformation.revocationPage', '{\"_value\": \"1079c997837649c98090d4d871681051\"}', NULL, '2023-05-09 17:55:52.268', NULL), (0xce3bf09bf595455eae57aa385fb36a96, 'core.cms.default_product_cms_page', '{\"_value\": \"7a6d253a67204037966f42b0119704d5\"}', NULL, '2023-05-09 17:56:13.424', NULL), (0xd2bd1e8d654c445ea70c17c995b6f6e1, 'core.cms.default_category_cms_page', '{\"_value\": \"a0632b709249448fab84d821d9234b60\"}', NULL, '2023-05-09 17:56:13.421', NULL), (0xd2c922913fd1476794b66c78ae04c6a1, 'core.newsletter.doubleOptInRegistered', '{\"_value\": false}', NULL, '2023-05-09 17:56:09.219', NULL), (0xd4abf2f7269a4ea68ebaa261e5234567, 'SwagPayPal.settings.spbButtonColor', '{\"_value\": \"gold\"}', NULL, '2023-05-09 15:05:24.743', NULL), (0xd5a99d3c805e41cc9accc747188bc031, 'SwagPayPal.settings.ecsOffCanvasEnabled', '{\"_value\": true}', NULL, '2023-05-09 15:05:24.722', NULL), (0xd74e8f6d653f4bcc90a2facd6b763db1, 'SwagPayPal.settings.ecsButtonShape', '{\"_value\": \"rect\"}', NULL, '2023-05-09 15:05:24.733', NULL), (0xdc0f34ed9fd74a1fa6bb0ad1f8ec56c0, 'core.newsletter.subscribeUrl', '{\"_value\": \"/newsletter-subscribe?em=%%HASHEDEMAIL%%&hash=%%SUBSCRIBEHASH%%\"}', NULL, '2023-05-09 17:56:09.040', NULL), (0xdcb21706f1f447e48d6384f66df652e9, 'core.logging.cleanupInterval', '{\"_value\": \"86400\"}', NULL, '2023-05-09 17:55:46.373', NULL), (0xe12775711f944b00a2fab639a5f94d5e, 'core.loginRegistration.unusedGuestCustomerLifetime', '{\"_value\": 86400}', NULL, '2023-05-09 17:56:10.759', NULL), (0xe2478786cf0a4b7a86b6ac0a4f6ffe95, 'core.basicInformation.shippingPaymentInfoPage', '{\"_value\": \"7eb1ce7b4b36460a96664a87faa2e499\"}', NULL, '2023-05-09 17:55:52.249', NULL), (0xe2a5fc9229404b5cbb3f10074a1f8eda, 'SwagPayPal.settings.spbShowPayLater', '{\"_value\": false}', NULL, '2023-05-09 15:05:24.750', NULL), (0xe71e29e6cb2c4e858a80f113a41b37b1, 'SwagPayPal.settings.submitCart', '{\"_value\": true}', NULL, '2023-05-09 15:05:24.699', NULL), (0xe801e1aea9274c9fa74eb395d0ee945b, 'core.sitemap.sitemapRefreshTime', '{\"_value\": 3600}', NULL, '2023-05-09 17:55:50.221', NULL), (0xf28e82275e0e4825ae2b5795f038ca1c, 'core.defaultSalesChannel.active', '{\"_value\": true}', NULL, '2023-05-09 15:05:12.919', NULL), (0xf3a70f635dda4d14a381ca6362061cf5, 'core.app.shopId', '{\"_value\": {\"value\": \"Vo2vU6bsQuLcnkiU\", \"app_url\": \"http://toner-aktuell.de\"}}', NULL, '2023-05-09 15:03:12.942', NULL), (0xfabc2ff96ece45bc8b4a3637106008d6, 'SwagPayPal.settings.spbButtonShape', '{\"_value\": \"rect\"}', NULL, '2023-05-09 15:05:24.747', NULL), (0xfb50acfb84db4baf89abfbba5be2aa88, 'core.newsletter.subscribeDomain', '{\"_value\": \"http://localhost\"}', 0x98432def39fc4624b33213a56b8c944d, '2023-05-09 17:55:45.789', NULL), (0xfe9b500d4fba4f6c87dd14c082dc7e93, 'core.address.showZipcodeInFrontOfCity', '{\"_value\": true}', NULL, '2023-05-09 17:55:47.068', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tag` -- CREATE TABLE `tag` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tax` -- CREATE TABLE `tax` ( `id` binary(16) NOT NULL, `tax_rate` decimal(10,2) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL DEFAULT '0', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `tax` -- INSERT INTO `tax` (`id`, `tax_rate`, `name`, `position`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x21a9abe3efa34f67884c59b8936263aa, 19.00, 'Standard rate', 1, NULL, '2023-05-09 17:55:45.398', NULL), (0x4210a6e88c4c4dbc945d701027cde24f, 7.00, 'Reduced rate', 2, NULL, '2023-05-09 17:55:45.400', NULL), (0xe117c78b0c9d427e8548e41b2f50bce2, 0.00, 'Reduced rate 2', 3, NULL, '2023-05-09 17:55:55.555', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tax_rule` -- CREATE TABLE `tax_rule` ( `id` binary(16) NOT NULL, `tax_id` binary(16) NOT NULL, `tax_rule_type_id` binary(16) NOT NULL, `country_id` binary(16) NOT NULL, `tax_rate` double(10,2) NOT NULL, `data` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `tax_rule` -- INSERT INTO `tax_rule` (`id`, `tax_id`, `tax_rule_type_id`, `country_id`, `tax_rate`, `data`, `created_at`, `updated_at`) VALUES (0x005c5f1c006c456d87e896debc7a4ce3, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x1b5874630b1f49a7bb6d0146d0b84654, 13.00, NULL, '2023-05-09 17:55:55.582', NULL), (0x00de1589c63b433788726d11f4e32615, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x985c250d70f24291b7374fb48e9b8585, 5.00, NULL, '2023-05-09 17:55:55.600', NULL), (0x03c8494ccf3d4be283bff2f97fe5d774, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x525ddcacb8c4449aaa7d12e6d471657a, 20.00, NULL, '2023-05-09 17:55:55.627', NULL), (0x0ac96e9907344881bdb22cc16b028497, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x4b2f3ee58474467984968bd2371f52e5, 20.00, NULL, '2023-05-09 17:55:55.587', NULL), (0x10099f35f9b44345a4d39b95f4a5c27e, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x32289a831ebf4be287e124fcce34f510, 15.00, NULL, '2023-05-09 17:55:55.570', NULL), (0x12f65cb8c02940488358961b522f6775, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x4b6b474d56b74911a7c6095c6befd313, 13.00, NULL, '2023-05-09 17:55:55.591', NULL), (0x1362d1e20a5e4c86a4e70cbeb15f8470, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x2b09d689f1d14c13aa0b6b81c65240c3, 21.00, NULL, '2023-05-09 17:55:55.584', NULL), (0x165931fa0c8245c88b64cd8a42ebfdf6, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0xf3607270673b4500ab2bfa31dccfceef, 23.00, NULL, '2023-05-09 17:55:55.617', NULL), (0x16b4af1ff9324a23ba5104ee91be271e, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x40ab11b68f064639914ac09e0f53c00c, 7.00, NULL, '2023-05-09 17:55:55.610', NULL), (0x19acaeb4bb02410490bd0ab153eac553, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x4b2f3ee58474467984968bd2371f52e5, 5.50, NULL, '2023-05-09 17:55:55.589', NULL), (0x1ad490ce1dba466d8ab5df251f5dbc50, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0xfb4e558f1d974e91b38082dbc7812d3e, 5.00, NULL, '2023-05-09 17:55:55.603', NULL), (0x1cdfcaf6efd44efabce29352d7257883, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x541b48b019654abfa9a8e0a3432c5fb4, 10.00, NULL, '2023-05-09 17:55:55.615', NULL), (0x1f7fe3a665284b8cb61d2d52e01b79fd, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x2b09d689f1d14c13aa0b6b81c65240c3, 10.00, NULL, '2023-05-09 17:55:55.585', NULL), (0x2282c0f23dad4e318850fbaf1b869e33, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x416887cf33af4694b1768f00ebe445dc, 9.00, NULL, '2023-05-09 17:55:55.597', NULL), (0x2ee6e97e588d48abb21e3caa08538fa0, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0xddc5a342f0fc41ce9bd73a3a1c37f2b5, 13.50, NULL, '2023-05-09 17:55:55.579', NULL), (0x310fbd251a3e42e89715664fc7012486, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0xddc5a342f0fc41ce9bd73a3a1c37f2b5, 23.00, NULL, '2023-05-09 17:55:55.578', NULL), (0x31d9e402af6a442b9fb5bec3cf1bfe5b, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x525ddcacb8c4449aaa7d12e6d471657a, 10.00, NULL, '2023-05-09 17:55:55.628', NULL), (0x3350909475274c02abcf3007d858e52e, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x3a63f414714d459184876a908fccb74c, 6.00, NULL, '2023-05-09 17:55:55.622', NULL), (0x382566389f2b4ecd81a33b8e18a148ed, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x58c185feb90d47249b480dd042599f50, 27.00, NULL, '2023-05-09 17:55:55.606', NULL), (0x3a337aacf3884020a08cf92fbf0ef3d3, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x58c185feb90d47249b480dd042599f50, 18.00, NULL, '2023-05-09 17:55:55.607', NULL), (0x3a4041254c424ab4a46bca1f6e29922d, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0xe202a815f4fb42b7b3374c44fc1920a3, 22.00, NULL, '2023-05-09 17:55:55.593', NULL), (0x3e1bb5928ba845b69e673095cde39e86, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x40ab11b68f064639914ac09e0f53c00c, 5.00, NULL, '2023-05-09 17:55:55.611', NULL), (0x3fe575b325c24a449ac2e170c60ac209, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x541b48b019654abfa9a8e0a3432c5fb4, 13.00, NULL, '2023-05-09 17:55:55.614', NULL), (0x467ae1b252c44465a966236c2a504e9e, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0xf3607270673b4500ab2bfa31dccfceef, 5.00, NULL, '2023-05-09 17:55:55.619', NULL), (0x471c57ff18be4771b40436c136eb5ec9, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0xc375ef3a5cc348c19311e702794b879c, 9.00, NULL, '2023-05-09 17:55:55.613', NULL), (0x472016512dfd4ed98fbe3742015cb17a, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x458c1f7b461f4340bebd7b331d6e0241, 7.00, NULL, '2023-05-09 17:55:55.575', NULL), (0x479dee5f92314717b907db8e1c4d4641, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x7e59543ba56f4fac9f19765e4454ae47, 24.00, NULL, '2023-05-09 17:55:55.629', NULL), (0x4893889a7e604fa98bf402c367f615d8, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x416887cf33af4694b1768f00ebe445dc, 5.00, NULL, '2023-05-09 17:55:55.598', NULL), (0x49cda1e0fdf8499da639bdbf2fea9f9e, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x2b09d689f1d14c13aa0b6b81c65240c3, 4.00, NULL, '2023-05-09 17:55:55.586', NULL), (0x4c2c49ead93c405d984ffbe166b23aaf, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x7e59543ba56f4fac9f19765e4454ae47, 10.00, NULL, '2023-05-09 17:55:55.631', NULL), (0x5159ece4ef1943af9f66d8f17ead41da, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x400f204d0c5c4cbcbb588df84a60b19b, 9.00, NULL, '2023-05-09 17:55:55.624', NULL), (0x57d76945f24f4a6197ce1708e325c612, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x6bf03d7cfb5f4f23b7b5808ccff63590, 9.50, NULL, '2023-05-09 17:55:55.626', NULL), (0x5e8f38a595ea452d8cf13ac149a06aa9, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x416887cf33af4694b1768f00ebe445dc, 19.00, NULL, '2023-05-09 17:55:55.596', NULL), (0x627b03b7f1874a76bde47b624c6397f6, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x976d0ea0f07a41699fdfc088e58001ae, 20.00, NULL, '2023-05-09 17:55:55.567', NULL), (0x64cdfe2bb4894efeb17f7ac911644ac7, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x0923f7babe4a4f3db1418a49a89a4335, 25.00, NULL, '2023-05-09 17:55:55.573', NULL), (0x6707b5fd38894b729963ed680469bf03, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x2f16d7c081694093afea939989192cd7, 12.00, NULL, '2023-05-09 17:55:55.633', NULL), (0x6885512cbc9548169406976947d2cc31, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x32289a831ebf4be287e124fcce34f510, 10.00, NULL, '2023-05-09 17:55:55.571', NULL), (0x69377160647140c789e62cb1124ff988, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x400f204d0c5c4cbcbb588df84a60b19b, 5.00, NULL, '2023-05-09 17:55:55.625', NULL), (0x6eb45b1c98d54d04a9de05fb683bc506, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x458c1f7b461f4340bebd7b331d6e0241, 19.00, NULL, '2023-05-09 17:55:55.574', NULL), (0x709238ce03cf4f1f948fdecdccd46015, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x3a63f414714d459184876a908fccb74c, 23.00, NULL, '2023-05-09 17:55:55.620', NULL), (0x7227d1e7b0a5496d9f3f295c3a04f938, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x32289a831ebf4be287e124fcce34f510, 21.00, NULL, '2023-05-09 17:55:55.569', NULL), (0x7432d1a8f0494e3490af5a104dc6880b, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x1b5874630b1f49a7bb6d0146d0b84654, 24.00, NULL, '2023-05-09 17:55:55.581', NULL), (0x77a995ee4cb5470dad2b70b9eda39a1a, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x400f204d0c5c4cbcbb588df84a60b19b, 19.00, NULL, '2023-05-09 17:55:55.623', NULL), (0x7a073881af9c47b8961a8b7d189487d1, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0xf3607270673b4500ab2bfa31dccfceef, 8.00, NULL, '2023-05-09 17:55:55.618', NULL), (0x7c10123cf4834c39bf69c0f970bce3f5, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0xe202a815f4fb42b7b3374c44fc1920a3, 10.00, NULL, '2023-05-09 17:55:55.594', NULL), (0x80855b3c400749df918e805dcfce3292, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x541b48b019654abfa9a8e0a3432c5fb4, 20.00, NULL, '2023-05-09 17:55:55.613', NULL), (0x84d2b9da71404ae9a98cb180aaa3c970, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x3a63f414714d459184876a908fccb74c, 13.00, NULL, '2023-05-09 17:55:55.621', NULL), (0x85fd89853103470f8c5ec96fb7ba7f8b, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x985c250d70f24291b7374fb48e9b8585, 21.00, NULL, '2023-05-09 17:55:55.598', NULL), (0x8a4a097609744384ab1674f4275dd10f, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x4b2f3ee58474467984968bd2371f52e5, 10.00, NULL, '2023-05-09 17:55:55.588', NULL), (0x8dfc1ac0402546a09747e5da8e519480, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x2f16d7c081694093afea939989192cd7, 6.00, NULL, '2023-05-09 17:55:55.634', NULL), (0x8e98db18f1cb4e6ca7bef31b3ee92f85, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x4b6b474d56b74911a7c6095c6befd313, 5.00, NULL, '2023-05-09 17:55:55.592', NULL), (0x913351ca070e4e588a02a3ab66ef220a, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x8d8fd87cd64d44c8b90cc131f8f18f99, 3.00, NULL, '2023-05-09 17:55:55.606', NULL), (0x9545ea91c31f49f287403b542413f35b, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0xe202a815f4fb42b7b3374c44fc1920a3, 5.00, NULL, '2023-05-09 17:55:55.595', NULL), (0x954e68bb249449d68ea7a82b572840ac, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x976d0ea0f07a41699fdfc088e58001ae, 9.00, NULL, '2023-05-09 17:55:55.568', NULL), (0x967b4d35042a4baf9c05e2392a53d7fc, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0xda33abae47e64a3eb393b0a0f29bff37, 5.00, NULL, '2023-05-09 17:55:55.636', NULL), (0x9d38050c9aa844f5b3ce9f18143121c0, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x4b6b474d56b74911a7c6095c6befd313, 25.00, NULL, '2023-05-09 17:55:55.590', NULL), (0xb26d63661eec4ca4a6757ccd8fab0f00, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0xfb4e558f1d974e91b38082dbc7812d3e, 21.00, NULL, '2023-05-09 17:55:55.601', NULL), (0xb38b97f62af7477eaf5a7f50acc6823a, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x8d8fd87cd64d44c8b90cc131f8f18f99, 17.00, NULL, '2023-05-09 17:55:55.604', NULL), (0xbc8a1580fbb84fc5bef547e59ed9f239, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x1b5874630b1f49a7bb6d0146d0b84654, 6.00, NULL, '2023-05-09 17:55:55.583', NULL), (0xbd8dbc15c3fc47bf9b135a5162ad47db, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0xfe64d957d9f149788fa9cdbd98bbb59a, 12.00, NULL, '2023-05-09 17:55:55.563', NULL), (0xbede6567357b441d8670d81d95650e6a, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0xddc5a342f0fc41ce9bd73a3a1c37f2b5, 9.00, NULL, '2023-05-09 17:55:55.580', NULL), (0xc4f90561a9084c3fa04b64ccf48534e0, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x88ca70c1ac71475ea87428d343a1c4e9, 9.00, NULL, '2023-05-09 17:55:55.577', NULL), (0xcbf1228055a3431bb8a516288f828eb4, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x40ab11b68f064639914ac09e0f53c00c, 18.00, NULL, '2023-05-09 17:55:55.609', NULL), (0xce65bf58a28c4102bf3423555bd70840, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0xfb4e558f1d974e91b38082dbc7812d3e, 9.00, NULL, '2023-05-09 17:55:55.602', NULL), (0xd20392e52a77496a96a087235f464a19, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x2f16d7c081694093afea939989192cd7, 25.00, NULL, '2023-05-09 17:55:55.632', NULL), (0xd38072fc4167495ca0f4c5adb3ab9320, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0xda33abae47e64a3eb393b0a0f29bff37, 20.00, NULL, '2023-05-09 17:55:55.635', NULL), (0xd860533951c5408eb4feca9ea995e337, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x985c250d70f24291b7374fb48e9b8585, 12.00, NULL, '2023-05-09 17:55:55.599', NULL), (0xdd7eb2e166b64d23b4157b1ba182b0d3, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x8d8fd87cd64d44c8b90cc131f8f18f99, 8.00, NULL, '2023-05-09 17:55:55.605', NULL), (0xe7e0c4ae5089480886a3a942f2369a45, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0xc375ef3a5cc348c19311e702794b879c, 21.00, NULL, '2023-05-09 17:55:55.612', NULL), (0xeb54c74162a74bc1b4fd5b0f1d4f202f, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0x58c185feb90d47249b480dd042599f50, 5.00, NULL, '2023-05-09 17:55:55.608', NULL), (0xf2f0dddc34da45e7b7601da7ea85a7b1, 0x4210a6e88c4c4dbc945d701027cde24f, 0x7b6668afb70e49828e5061340bc772d1, 0x7e59543ba56f4fac9f19765e4454ae47, 14.00, NULL, '2023-05-09 17:55:55.630', NULL), (0xf3cb66fa570148a2a369481e54959596, 0xe117c78b0c9d427e8548e41b2f50bce2, 0x7b6668afb70e49828e5061340bc772d1, 0xfe64d957d9f149788fa9cdbd98bbb59a, 6.00, NULL, '2023-05-09 17:55:55.566', NULL), (0xf659b449c93446abbb6da21f79a036b6, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x6bf03d7cfb5f4f23b7b5808ccff63590, 22.00, NULL, '2023-05-09 17:55:55.625', NULL), (0xf810af65f21d41279b6498f24b843882, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0x88ca70c1ac71475ea87428d343a1c4e9, 20.00, NULL, '2023-05-09 17:55:55.576', NULL), (0xff98c94792c7463892981b5b0dd0cf2e, 0x21a9abe3efa34f67884c59b8936263aa, 0x7b6668afb70e49828e5061340bc772d1, 0xfe64d957d9f149788fa9cdbd98bbb59a, 21.00, NULL, '2023-05-09 17:55:55.560', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tax_rule_type` -- CREATE TABLE `tax_rule_type` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `position` int NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `tax_rule_type` -- INSERT INTO `tax_rule_type` (`id`, `technical_name`, `position`, `created_at`, `updated_at`) VALUES (0x40429c933aed4602b4e543a70692b7de, 'zip_code_range', 1, '2023-05-09 17:55:49.898', NULL), (0x7b6668afb70e49828e5061340bc772d1, 'entire_country', 3, '2023-05-09 17:55:49.903', NULL), (0x812f2add7c3b4668a53cb621667885a6, 'individual_states', 2, '2023-05-09 17:55:49.900', NULL), (0x8849467e80a2485d9ac306d3c95da9c4, 'zip_code', 0, '2023-05-09 17:55:49.893', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `tax_rule_type_translation` -- CREATE TABLE `tax_rule_type_translation` ( `tax_rule_type_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `type_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `tax_rule_type_translation` -- INSERT INTO `tax_rule_type_translation` (`tax_rule_type_id`, `language_id`, `type_name`, `created_at`, `updated_at`) VALUES (0x40429c933aed4602b4e543a70692b7de, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Postleitzahl Bereich', '2023-05-09 17:55:49.900', NULL), (0x40429c933aed4602b4e543a70692b7de, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Zip Code Range', '2023-05-09 17:55:49.899', NULL), (0x7b6668afb70e49828e5061340bc772d1, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Gesamte Land', '2023-05-09 17:55:49.905', NULL), (0x7b6668afb70e49828e5061340bc772d1, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Entire Country', '2023-05-09 17:55:49.904', NULL), (0x812f2add7c3b4668a53cb621667885a6, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Individuelle Bundesländer', '2023-05-09 17:55:49.902', NULL), (0x812f2add7c3b4668a53cb621667885a6, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Individual States', '2023-05-09 17:55:49.901', NULL), (0x8849467e80a2485d9ac306d3c95da9c4, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, 'Postleitzahl', '2023-05-09 17:55:49.897', NULL), (0x8849467e80a2485d9ac306d3c95da9c4, 0x8e6d712041cf4de1b4149dd70cf58df8, 'Zip Code', '2023-05-09 17:55:49.895', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme` -- CREATE TABLE `theme` ( `id` binary(16) NOT NULL, `technical_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `author` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `preview_media_id` binary(16) DEFAULT NULL, `parent_theme_id` binary(16) DEFAULT NULL, `base_config` json DEFAULT NULL, `config_values` json DEFAULT NULL, `active` tinyint(1) NOT NULL DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `theme` -- INSERT INTO `theme` (`id`, `technical_name`, `name`, `author`, `preview_media_id`, `parent_theme_id`, `base_config`, `config_values`, `active`, `created_at`, `updated_at`) VALUES (0x9d00e18abf88404585c25a7d22e757a9, 'Storefront', 'Shopware default theme', 'shopware AG', 0x92c227102a29461fb90f4db702eba047, NULL, '{\"blocks\": {\"media\": {\"label\": {\"de-DE\": \"Medien\", \"en-GB\": \"Media\"}}, \"eCommerce\": {\"label\": {\"de-DE\": \"E-Commerce\", \"en-GB\": \"E-Commerce\"}}, \"unordered\": {\"label\": {\"de-DE\": \"Sonstige\", \"en-GB\": \"Misc\"}}, \"typography\": {\"label\": {\"de-DE\": \"Typografie\", \"en-GB\": \"Typography\"}}, \"themeColors\": {\"label\": {\"de-DE\": \"Theme-Farben\", \"en-GB\": \"Theme colours\"}}, \"statusColors\": {\"label\": {\"de-DE\": \"Status-Ausgaben\", \"en-GB\": \"Status messages\"}}}, \"fields\": {\"sw-color-info\": {\"type\": \"color\", \"block\": \"statusColors\", \"label\": {\"de-DE\": \"Information\", \"en-GB\": \"Information\"}, \"order\": 200, \"value\": \"#26b6cf\", \"editable\": true}, \"sw-logo-share\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"App- & Share-Icon\", \"en-GB\": \"App & share icon\"}, \"order\": 400, \"value\": \"\", \"editable\": true}, \"sw-text-color\": {\"type\": \"color\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Textfarbe\", \"en-GB\": \"Text colour\"}, \"order\": 200, \"value\": \"#4a545b\", \"editable\": true}, \"sw-color-price\": {\"type\": \"color\", \"block\": \"eCommerce\", \"label\": {\"de-DE\": \"Preis\", \"en-GB\": \"Price\"}, \"order\": 100, \"value\": \"#4a545b\", \"editable\": true}, \"sw-logo-mobile\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Mobil\", \"en-GB\": \"Mobile\"}, \"order\": 300, \"value\": \"3b3d48a000ab4e40b23df6ebce3cfab8\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird bis zu einem Viewport von 767px angezeigt\", \"en-GB\": \"Displayed up to a viewport of 767px\"}, \"fullWidth\": true}, \"sw-logo-tablet\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Tablet\", \"en-GB\": \"Tablet\"}, \"order\": 200, \"value\": \"3b3d48a000ab4e40b23df6ebce3cfab8\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird zwischen einem viewport von 767px bis 991px angezeigt\", \"en-GB\": \"Displayed between a viewport of 767px to 991px\"}, \"fullWidth\": true}, \"sw-border-color\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Rahmen\", \"en-GB\": \"Border\"}, \"order\": 300, \"value\": \"#bcc1c7\", \"editable\": true}, \"sw-color-danger\": {\"type\": \"color\", \"block\": \"statusColors\", \"label\": {\"de-DE\": \"Fehler\", \"en-GB\": \"Error\"}, \"order\": 400, \"value\": \"#e52427\", \"editable\": true}, \"sw-logo-desktop\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Desktop\", \"en-GB\": \"Desktop\"}, \"order\": 100, \"value\": \"3b3d48a000ab4e40b23df6ebce3cfab8\", \"editable\": true, \"helpText\": {\"de-DE\": \"Wird bei Ansichten über 991px angezeigt und als Alternative bei kleineren Auflösungen, für die kein anderes Logo eingestellt ist.\", \"en-GB\": \"Displayed on viewport sizes above 991px and as a fallback on smaller viewports, if no other logo is set.\"}, \"fullWidth\": true}, \"sw-logo-favicon\": {\"type\": \"media\", \"block\": \"media\", \"label\": {\"de-DE\": \"Favicon\", \"en-GB\": \"Favicon\"}, \"order\": 500, \"value\": \"ef5f4572bedc4e9fac51d7d4de8bdf53\", \"editable\": true}, \"sw-color-success\": {\"type\": \"color\", \"block\": \"statusColors\", \"label\": {\"de-DE\": \"Erfolg\", \"en-GB\": \"Success\"}, \"order\": 100, \"value\": \"#3cc261\", \"editable\": true}, \"sw-color-warning\": {\"type\": \"color\", \"block\": \"statusColors\", \"label\": {\"de-DE\": \"Hinweis\", \"en-GB\": \"Notice\"}, \"order\": 300, \"value\": \"#ffbd5d\", \"editable\": true}, \"sw-headline-color\": {\"type\": \"color\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Überschriftfarbe\", \"en-GB\": \"Headline colour\"}, \"order\": 400, \"value\": \"#4a545b\", \"editable\": true}, \"sw-background-color\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Hintergrund\", \"en-GB\": \"Background\"}, \"order\": 400, \"value\": \"#fff\", \"editable\": true}, \"sw-color-buy-button\": {\"type\": \"color\", \"block\": \"eCommerce\", \"label\": {\"de-DE\": \"Kaufen-Button\", \"en-GB\": \"Buy button\"}, \"order\": 200, \"value\": \"#008490\", \"editable\": true}, \"sw-font-family-base\": {\"type\": \"fontFamily\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Schriftart Text\", \"en-GB\": \"Fonttype text\"}, \"order\": 100, \"value\": \"\'Inter\', sans-serif\", \"editable\": true}, \"sw-color-brand-primary\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Primärfarbe\", \"en-GB\": \"Primary colour\"}, \"order\": 100, \"value\": \"#008490\", \"editable\": true}, \"sw-font-family-headline\": {\"type\": \"fontFamily\", \"block\": \"typography\", \"label\": {\"de-DE\": \"Schriftart Überschrift\", \"en-GB\": \"Fonttype headline\"}, \"order\": 300, \"value\": \"\'Inter\', sans-serif\", \"editable\": true}, \"sw-color-brand-secondary\": {\"type\": \"color\", \"block\": \"themeColors\", \"label\": {\"de-DE\": \"Sekundärfarbe\", \"en-GB\": \"Secondary colour\"}, \"order\": 200, \"value\": \"#526e7f\", \"editable\": true}, \"sw-color-buy-button-text\": {\"type\": \"color\", \"block\": \"eCommerce\", \"label\": {\"de-DE\": \"Kaufen-Button Text\", \"en-GB\": \"Buy button text\"}, \"order\": 300, \"value\": \"#fff\", \"editable\": true}}}', NULL, 1, '2023-05-09 15:05:32.725', '2023-05-09 15:05:32.754'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme_child` -- CREATE TABLE `theme_child` ( `parent_id` binary(16) NOT NULL, `child_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme_media` -- CREATE TABLE `theme_media` ( `theme_id` binary(16) NOT NULL, `media_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `theme_media` -- INSERT INTO `theme_media` (`theme_id`, `media_id`) VALUES (0x9d00e18abf88404585c25a7d22e757a9, 0x3b3d48a000ab4e40b23df6ebce3cfab8), (0x9d00e18abf88404585c25a7d22e757a9, 0x92c227102a29461fb90f4db702eba047), (0x9d00e18abf88404585c25a7d22e757a9, 0xef5f4572bedc4e9fac51d7d4de8bdf53); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme_sales_channel` -- CREATE TABLE `theme_sales_channel` ( `theme_id` binary(16) NOT NULL, `sales_channel_id` binary(16) NOT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -- Tablo döküm verisi `theme_sales_channel` -- INSERT INTO `theme_sales_channel` (`theme_id`, `sales_channel_id`) VALUES (0x9d00e18abf88404585c25a7d22e757a9, 0x05b03c671cf8409aa4084628de7ce7f8); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `theme_translation` -- CREATE TABLE `theme_translation` ( `theme_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `description` mediumtext CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci, `labels` json DEFAULT NULL, `help_texts` json DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `theme_translation` -- INSERT INTO `theme_translation` (`theme_id`, `language_id`, `description`, `labels`, `help_texts`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x9d00e18abf88404585c25a7d22e757a9, 0x2fbb5fe2e29a4d70aa5854ce7ce3e20b, NULL, '{\"blocks.media\": \"Medien\", \"blocks.eCommerce\": \"E-Commerce\", \"blocks.unordered\": \"Sonstige\", \"blocks.typography\": \"Typografie\", \"blocks.themeColors\": \"Theme-Farben\", \"blocks.statusColors\": \"Status-Ausgaben\", \"fields.sw-color-info\": \"Information\", \"fields.sw-logo-share\": \"App- & Share-Icon\", \"fields.sw-text-color\": \"Textfarbe\", \"fields.sw-color-price\": \"Preis\", \"fields.sw-logo-mobile\": \"Mobil\", \"fields.sw-logo-tablet\": \"Tablet\", \"fields.sw-border-color\": \"Rahmen\", \"fields.sw-color-danger\": \"Fehler\", \"fields.sw-logo-desktop\": \"Desktop\", \"fields.sw-logo-favicon\": \"Favicon\", \"fields.sw-color-success\": \"Erfolg\", \"fields.sw-color-warning\": \"Hinweis\", \"fields.sw-headline-color\": \"Überschriftfarbe\", \"fields.sw-background-color\": \"Hintergrund\", \"fields.sw-color-buy-button\": \"Kaufen-Button\", \"fields.sw-font-family-base\": \"Schriftart Text\", \"fields.sw-color-brand-primary\": \"Primärfarbe\", \"fields.sw-font-family-headline\": \"Schriftart Überschrift\", \"fields.sw-color-brand-secondary\": \"Sekundärfarbe\", \"fields.sw-color-buy-button-text\": \"Kaufen-Button Text\"}', '{\"fields.sw-logo-mobile\": \"Wird bis zu einem Viewport von 767px angezeigt\", \"fields.sw-logo-tablet\": \"Wird zwischen einem viewport von 767px bis 991px angezeigt\", \"fields.sw-logo-desktop\": \"Wird bei Ansichten über 991px angezeigt und als Alternative bei kleineren Auflösungen, für die kein anderes Logo eingestellt ist.\"}', NULL, '2023-05-09 15:05:32.726', '2023-05-09 15:05:32.754'), (0x9d00e18abf88404585c25a7d22e757a9, 0x8e6d712041cf4de1b4149dd70cf58df8, NULL, '{\"blocks.media\": \"Media\", \"blocks.eCommerce\": \"E-Commerce\", \"blocks.unordered\": \"Misc\", \"blocks.typography\": \"Typography\", \"blocks.themeColors\": \"Theme colours\", \"blocks.statusColors\": \"Status messages\", \"fields.sw-color-info\": \"Information\", \"fields.sw-logo-share\": \"App & share icon\", \"fields.sw-text-color\": \"Text colour\", \"fields.sw-color-price\": \"Price\", \"fields.sw-logo-mobile\": \"Mobile\", \"fields.sw-logo-tablet\": \"Tablet\", \"fields.sw-border-color\": \"Border\", \"fields.sw-color-danger\": \"Error\", \"fields.sw-logo-desktop\": \"Desktop\", \"fields.sw-logo-favicon\": \"Favicon\", \"fields.sw-color-success\": \"Success\", \"fields.sw-color-warning\": \"Notice\", \"fields.sw-headline-color\": \"Headline colour\", \"fields.sw-background-color\": \"Background\", \"fields.sw-color-buy-button\": \"Buy button\", \"fields.sw-font-family-base\": \"Fonttype text\", \"fields.sw-color-brand-primary\": \"Primary colour\", \"fields.sw-font-family-headline\": \"Fonttype headline\", \"fields.sw-color-brand-secondary\": \"Secondary colour\", \"fields.sw-color-buy-button-text\": \"Buy button text\"}', '{\"fields.sw-logo-mobile\": \"Displayed up to a viewport of 767px\", \"fields.sw-logo-tablet\": \"Displayed between a viewport of 767px to 991px\", \"fields.sw-logo-desktop\": \"Displayed on viewport sizes above 991px and as a fallback on smaller viewports, if no other logo is set.\"}', NULL, '2023-05-09 15:05:32.726', '2023-05-09 15:05:32.754'); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `unit` -- CREATE TABLE `unit` ( `id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `unit_translation` -- CREATE TABLE `unit_translation` ( `unit_id` binary(16) NOT NULL, `language_id` binary(16) NOT NULL, `short_code` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `user` -- CREATE TABLE `user` ( `id` binary(16) NOT NULL, `username` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `password` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `first_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `last_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `title` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci DEFAULT NULL, `email` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `active` tinyint(1) NOT NULL DEFAULT '0', `admin` tinyint(1) DEFAULT NULL, `avatar_id` binary(16) DEFAULT NULL, `locale_id` binary(16) NOT NULL, `store_token` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `last_updated_password_at` datetime(3) DEFAULT NULL, `time_zone` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL DEFAULT 'UTC', `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Tablo döküm verisi `user` -- INSERT INTO `user` (`id`, `username`, `password`, `first_name`, `last_name`, `title`, `email`, `active`, `admin`, `avatar_id`, `locale_id`, `store_token`, `last_updated_password_at`, `time_zone`, `custom_fields`, `created_at`, `updated_at`) VALUES (0x4fb0a06161984226b96d50f2e9b58b6d, 'uygarsa', '$2y$10$U0xnX4bTgUHif7hyh5k0Ze3tj/bmEabsQORSFEQ2eKkf7uUroVuE2', 'Uygar', 'Sarıoğlu', NULL, 'uygarsarioglu@gmail.com', 1, 1, NULL, 0xd661fb44843d468ab41bd6bebfecad2d, NULL, NULL, 'UTC', NULL, '2023-05-09 18:02:59.046', NULL); -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `user_access_key` -- CREATE TABLE `user_access_key` ( `id` binary(16) NOT NULL, `user_id` binary(16) NOT NULL, `write_access` tinyint(1) NOT NULL, `access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `secret_access_key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `last_usage_at` datetime(3) DEFAULT NULL, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `user_config` -- CREATE TABLE `user_config` ( `id` binary(16) NOT NULL, `user_id` binary(16) NOT NULL, `key` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `value` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `user_recovery` -- CREATE TABLE `user_recovery` ( `id` binary(16) NOT NULL, `user_id` binary(16) NOT NULL, `hash` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `version` -- CREATE TABLE `version` ( `id` binary(16) NOT NULL, `name` varchar(255) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `version_commit` -- CREATE TABLE `version_commit` ( `id` binary(16) NOT NULL, `auto_increment` bigint NOT NULL, `is_merge` tinyint(1) NOT NULL DEFAULT '0', `message` varchar(5000) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `user_id` binary(16) DEFAULT NULL, `integration_id` binary(16) DEFAULT NULL, `version_id` binary(16) NOT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `version_commit_data` -- CREATE TABLE `version_commit_data` ( `id` binary(16) NOT NULL, `auto_increment` bigint NOT NULL, `version_commit_id` binary(16) NOT NULL, `entity_name` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `entity_id` json NOT NULL, `action` varchar(100) CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci NOT NULL, `payload` json NOT NULL, `user_id` binary(16) DEFAULT NULL, `integration_id` binary(16) DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `webhook` -- CREATE TABLE `webhook` ( `id` binary(16) NOT NULL, `name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `event_name` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `url` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `app_id` binary(16) DEFAULT NULL, `active` tinyint(1) DEFAULT '1', `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL, `error_count` int NOT NULL DEFAULT '0' ) ENGINE=InnoDB DEFAULT CHARSET=utf8mb4 COLLATE=utf8mb4_unicode_ci; -- -------------------------------------------------------- -- -- Tablo için tablo yapısı `webhook_event_log` -- CREATE TABLE `webhook_event_log` ( `id` binary(16) NOT NULL, `app_name` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `webhook_name` text COLLATE utf8mb4_unicode_ci NOT NULL, `event_name` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `delivery_status` varchar(255) COLLATE utf8mb4_unicode_ci NOT NULL, `timestamp` int DEFAULT NULL, `processing_time` int DEFAULT NULL, `app_version` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `request_content` json DEFAULT NULL, `response_content` json DEFAULT NULL, `response_status_code` int DEFAULT NULL, `response_reason_phrase` varchar(255) COLLATE utf8mb4_unicode_ci DEFAULT NULL, `url` varchar(500) COLLATE utf8mb4_unicode_ci NOT NULL, `serialized_webhook_message` longblob, `custom_fields` json DEFAULT NULL, `created_at` datetime(3) NOT NULL, `updated_at` datetime(3) DEFAULT NULL ) ; -- -- Dökümü yapılmış tablolar için indeksler -- -- -- Tablo için indeksler `acl_role` -- ALTER TABLE `acl_role` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `acl_user_role` -- ALTER TABLE `acl_user_role` ADD PRIMARY KEY (`user_id`,`acl_role_id`), ADD KEY `fk.acl_user_role.acl_role_id` (`acl_role_id`); -- -- Tablo için indeksler `admin_elasticsearch_index_task` -- ALTER TABLE `admin_elasticsearch_index_task` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `app` -- ALTER TABLE `app` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.name` (`name`), ADD KEY `fk.app.integration_id` (`integration_id`), ADD KEY `fk.app.acl_role_id` (`acl_role_id`); -- -- Tablo için indeksler `app_action_button` -- ALTER TABLE `app_action_button` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.app_action_button.action` (`action`,`app_id`), ADD KEY `fk.app_action_button.app_id` (`app_id`); -- -- Tablo için indeksler `app_action_button_translation` -- ALTER TABLE `app_action_button_translation` ADD PRIMARY KEY (`app_action_button_id`,`language_id`), ADD KEY `fk.app_action_button_translation.app_action_button_id` (`app_action_button_id`), ADD KEY `fk.app_action_button_translation.language_id` (`language_id`); -- -- Tablo için indeksler `app_administration_snippet` -- ALTER TABLE `app_administration_snippet` ADD PRIMARY KEY (`id`), ADD KEY `fk.app_id` (`app_id`), ADD KEY `fk.locale_id` (`locale_id`); -- -- Tablo için indeksler `app_cms_block` -- ALTER TABLE `app_cms_block` ADD PRIMARY KEY (`id`), ADD KEY `fk.app_cms_block.app_id` (`app_id`); -- -- Tablo için indeksler `app_cms_block_translation` -- ALTER TABLE `app_cms_block_translation` ADD PRIMARY KEY (`app_cms_block_id`,`language_id`), ADD KEY `fk.app_cms_block_translation.app_cms_block_id` (`app_cms_block_id`), ADD KEY `fk.app_cms_block_translation.language_id` (`language_id`); -- -- Tablo için indeksler `app_config` -- ALTER TABLE `app_config` ADD PRIMARY KEY (`key`); -- -- Tablo için indeksler `app_flow_action` -- ALTER TABLE `app_flow_action` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.app_flow_action.name` (`name`), ADD KEY `fk.app_flow_action.app_id` (`app_id`); -- -- Tablo için indeksler `app_flow_action_translation` -- ALTER TABLE `app_flow_action_translation` ADD PRIMARY KEY (`app_flow_action_id`,`language_id`), ADD KEY `fk.app_flow_action_translation.language_id` (`language_id`); -- -- Tablo için indeksler `app_payment_method` -- ALTER TABLE `app_payment_method` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.app_payment_method.payment_method_id` (`payment_method_id`), ADD KEY `fk.app_payment_method.app_id` (`app_id`), ADD KEY `fk.app_payment_method.original_media_id` (`original_media_id`); -- -- Tablo için indeksler `app_script_condition` -- ALTER TABLE `app_script_condition` ADD PRIMARY KEY (`id`), ADD KEY `fk.app_script_condition.app_id` (`app_id`); -- -- Tablo için indeksler `app_script_condition_translation` -- ALTER TABLE `app_script_condition_translation` ADD PRIMARY KEY (`app_script_condition_id`,`language_id`), ADD KEY `fk.app_script_condition_translation.app_script_condition_id` (`app_script_condition_id`), ADD KEY `fk.app_script_condition_translation.language_id` (`language_id`); -- -- Tablo için indeksler `app_template` -- ALTER TABLE `app_template` ADD PRIMARY KEY (`id`), ADD KEY `idx.template.path` (`path`(256)), ADD KEY `fk.template.app_id` (`app_id`); -- -- Tablo için indeksler `app_translation` -- ALTER TABLE `app_translation` ADD PRIMARY KEY (`app_id`,`language_id`), ADD KEY `fk.app_translation.app_id` (`app_id`), ADD KEY `fk.app_translation.language_id` (`language_id`); -- -- Tablo için indeksler `cart` -- ALTER TABLE `cart` ADD PRIMARY KEY (`token`), ADD UNIQUE KEY `auto_increment` (`auto_increment`), ADD KEY `fk.cart.country_id` (`country_id`), ADD KEY `fk.cart.currency_id` (`currency_id`), ADD KEY `fk.cart.customer_id` (`customer_id`), ADD KEY `fk.cart.payment_method_id` (`payment_method_id`), ADD KEY `fk.cart.shipping_method_id` (`shipping_method_id`), ADD KEY `fk.cart.sales_channel_id` (`sales_channel_id`), ADD KEY `idx.cart.created_at` (`created_at`); -- -- Tablo için indeksler `category` -- ALTER TABLE `category` ADD PRIMARY KEY (`id`,`version_id`), ADD UNIQUE KEY `auto_increment` (`auto_increment`), ADD KEY `idx.level` (`level`), ADD KEY `fk.category.media_id` (`media_id`), ADD KEY `fk.category.parent_id` (`parent_id`,`parent_version_id`), ADD KEY `fk.category.after_category_id` (`after_category_id`,`after_category_version_id`), ADD KEY `fk.category.product_stream_id` (`product_stream_id`), ADD KEY `fk.category.cms_page_id` (`cms_page_id`,`cms_page_version_id`); -- -- Tablo için indeksler `category_tag` -- ALTER TABLE `category_tag` ADD PRIMARY KEY (`category_id`,`category_version_id`,`tag_id`), ADD KEY `fk.category_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `category_translation` -- ALTER TABLE `category_translation` ADD PRIMARY KEY (`category_id`,`category_version_id`,`language_id`), ADD KEY `fk.category_translation.language_id` (`language_id`); -- -- Tablo için indeksler `cms_block` -- ALTER TABLE `cms_block` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.cms_block.background_media_id` (`background_media_id`), ADD KEY `fk.cms_block.cms_section_id` (`cms_section_id`,`cms_section_version_id`); -- -- Tablo için indeksler `cms_page` -- ALTER TABLE `cms_page` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.cms_page.preview_media_id` (`preview_media_id`); -- -- Tablo için indeksler `cms_page_translation` -- ALTER TABLE `cms_page_translation` ADD PRIMARY KEY (`cms_page_id`,`language_id`,`cms_page_version_id`), ADD KEY `fk.cms_page_translation.language_id` (`language_id`), ADD KEY `fk.cms_page_translation.cms_page_id` (`cms_page_id`,`cms_page_version_id`); -- -- Tablo için indeksler `cms_section` -- ALTER TABLE `cms_section` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.cms_section.background_media_id` (`background_media_id`), ADD KEY `fk.cms_section.cms_page_id` (`cms_page_id`,`cms_page_version_id`); -- -- Tablo için indeksler `cms_slot` -- ALTER TABLE `cms_slot` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.cms_slot.cms_block_id` (`cms_block_id`,`cms_block_version_id`); -- -- Tablo için indeksler `cms_slot_translation` -- ALTER TABLE `cms_slot_translation` ADD PRIMARY KEY (`cms_slot_id`,`cms_slot_version_id`,`language_id`), ADD KEY `fk.cms_slot_translation.language_id` (`language_id`); -- -- Tablo için indeksler `country` -- ALTER TABLE `country` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `country_state` -- ALTER TABLE `country_state` ADD PRIMARY KEY (`id`), ADD KEY `fk.country_state.country_id` (`country_id`); -- -- Tablo için indeksler `country_state_translation` -- ALTER TABLE `country_state_translation` ADD PRIMARY KEY (`country_state_id`,`language_id`), ADD KEY `fk.country_state_translation.language_id` (`language_id`); -- -- Tablo için indeksler `country_translation` -- ALTER TABLE `country_translation` ADD PRIMARY KEY (`country_id`,`language_id`), ADD KEY `fk.country_translation.language_id` (`language_id`); -- -- Tablo için indeksler `currency` -- ALTER TABLE `currency` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.currency.iso_code` (`iso_code`); -- -- Tablo için indeksler `currency_country_rounding` -- ALTER TABLE `currency_country_rounding` ADD PRIMARY KEY (`id`), ADD KEY `currency_id` (`currency_id`), ADD KEY `country_id` (`country_id`); -- -- Tablo için indeksler `currency_translation` -- ALTER TABLE `currency_translation` ADD PRIMARY KEY (`currency_id`,`language_id`), ADD KEY `fk.currency_translation.language_id` (`language_id`); -- -- Tablo için indeksler `customer` -- ALTER TABLE `customer` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.auto_increment` (`auto_increment`), ADD UNIQUE KEY `hash` (`hash`), ADD KEY `idx.firstlogin` (`first_login`), ADD KEY `idx.lastlogin` (`last_login`), ADD KEY `idx.customer.default_billing_address_id` (`default_billing_address_id`), ADD KEY `idx.customer.default_shipping_address_id` (`default_shipping_address_id`), ADD KEY `fk.customer.customer_group_id` (`customer_group_id`), ADD KEY `fk.customer.default_payment_method_id` (`default_payment_method_id`), ADD KEY `fk.customer.last_payment_method_id` (`last_payment_method_id`), ADD KEY `fk.customer.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.customer.salutation_id` (`salutation_id`), ADD KEY `fk.customer.requested_customer_group_id` (`requested_customer_group_id`), ADD KEY `fk.customer.bound_sales_channel_id` (`bound_sales_channel_id`), ADD KEY `idx.email` (`email`), ADD KEY `fk.customer.created_by_id` (`created_by_id`), ADD KEY `fk.customer.updated_by_id` (`updated_by_id`); -- -- Tablo için indeksler `customer_address` -- ALTER TABLE `customer_address` ADD PRIMARY KEY (`id`), ADD KEY `fk.customer_address.country_id` (`country_id`), ADD KEY `fk.customer_address.country_state_id` (`country_state_id`), ADD KEY `fk.customer_address.customer_id` (`customer_id`), ADD KEY `fk.customer_address.salutation_id` (`salutation_id`); -- -- Tablo için indeksler `customer_group` -- ALTER TABLE `customer_group` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `customer_group_registration_sales_channels` -- ALTER TABLE `customer_group_registration_sales_channels` ADD PRIMARY KEY (`customer_group_id`,`sales_channel_id`), ADD KEY `fk.customer_group_registration_sales_channels.customer_group_id` (`customer_group_id`), ADD KEY `fk.customer_group_registration_sales_channels.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `customer_group_translation` -- ALTER TABLE `customer_group_translation` ADD PRIMARY KEY (`customer_group_id`,`language_id`), ADD KEY `fk.customer_group_translation.language_id` (`language_id`); -- -- Tablo için indeksler `customer_recovery` -- ALTER TABLE `customer_recovery` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.customer_recovery.customer_id` (`customer_id`); -- -- Tablo için indeksler `customer_tag` -- ALTER TABLE `customer_tag` ADD PRIMARY KEY (`customer_id`,`tag_id`), ADD KEY `fk.customer_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `customer_wishlist` -- ALTER TABLE `customer_wishlist` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.customer_wishlist` (`sales_channel_id`,`customer_id`), ADD KEY `fk.customer_wishlist.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.customer_wishlist.customer_id` (`customer_id`); -- -- Tablo için indeksler `customer_wishlist_product` -- ALTER TABLE `customer_wishlist_product` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.customer_wishlist.sales_channel_id__customer_id` (`customer_wishlist_id`,`product_id`), ADD KEY `fk.customer_wishlist_product.product_id` (`product_id`,`product_version_id`), ADD KEY `fk.customer_wishlist_product.customer_wishlist_id` (`customer_wishlist_id`); -- -- Tablo için indeksler `custom_entity` -- ALTER TABLE `custom_entity` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `name` (`name`), ADD KEY `app_id` (`app_id`); -- -- Tablo için indeksler `custom_field` -- ALTER TABLE `custom_field` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.custom_field.name` (`name`), ADD KEY `fk.custom_field.set_id` (`set_id`); -- -- Tablo için indeksler `custom_field_set` -- ALTER TABLE `custom_field_set` ADD PRIMARY KEY (`id`), ADD KEY `fk.custom_field_set.app_id` (`app_id`); -- -- Tablo için indeksler `custom_field_set_relation` -- ALTER TABLE `custom_field_set_relation` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.custom_field_set_relation.entity_name` (`set_id`,`entity_name`); -- -- Tablo için indeksler `dead_message` -- ALTER TABLE `dead_message` ADD PRIMARY KEY (`id`), ADD KEY `fk.dead_message.scheduled_task_id` (`scheduled_task_id`); -- -- Tablo için indeksler `delivery_time` -- ALTER TABLE `delivery_time` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `delivery_time_translation` -- ALTER TABLE `delivery_time_translation` ADD PRIMARY KEY (`delivery_time_id`,`language_id`), ADD KEY `fk.delivery_time_translation.language_id` (`language_id`); -- -- Tablo için indeksler `document` -- ALTER TABLE `document` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.deep_link_code` (`deep_link_code`), ADD KEY `fk.document.document_type_id` (`document_type_id`), ADD KEY `fk.document.referenced_document_id` (`referenced_document_id`), ADD KEY `fk.document.order_id` (`order_id`,`order_version_id`), ADD KEY `fk.document.document_media_file_id` (`document_media_file_id`); -- -- Tablo için indeksler `document_base_config` -- ALTER TABLE `document_base_config` ADD PRIMARY KEY (`id`), ADD KEY `idx.document_base_config.type_id` (`document_type_id`), ADD KEY `fk.document_base_config.logo_id` (`logo_id`); -- -- Tablo için indeksler `document_base_config_sales_channel` -- ALTER TABLE `document_base_config_sales_channel` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.document_base_configuration_id__sales_channel_id` (`document_type_id`,`sales_channel_id`), ADD KEY `fk.document_base_config_sales_channel.document_base_config_id` (`document_base_config_id`), ADD KEY `fk.document_base_config_sales_channel.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `document_type` -- ALTER TABLE `document_type` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.document_type.technical_name` (`technical_name`); -- -- Tablo için indeksler `document_type_translation` -- ALTER TABLE `document_type_translation` ADD PRIMARY KEY (`document_type_id`,`language_id`), ADD KEY `fk.document_type_translation.language_id` (`language_id`); -- -- Tablo için indeksler `elasticsearch_index_task` -- ALTER TABLE `elasticsearch_index_task` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `enqueue` -- ALTER TABLE `enqueue` ADD PRIMARY KEY (`id`), ADD KEY `IDX_CFC35A6862A6DC27E0D4FDE17FFD7F63121369211A065DF8BF396750` (`priority`,`published_at`,`queue`,`delivery_id`,`delayed_until`,`id`), ADD KEY `IDX_CFC35A68AA0BDFF712136921` (`redeliver_after`,`delivery_id`), ADD KEY `IDX_CFC35A68E0669C0612136921` (`time_to_live`,`delivery_id`), ADD KEY `delivery_id` (`delivery_id`); -- -- Tablo için indeksler `event_action` -- ALTER TABLE `event_action` ADD PRIMARY KEY (`id`), ADD KEY `idx.event_action.event_name` (`event_name`), ADD KEY `idx.event_action.action_name` (`action_name`); -- -- Tablo için indeksler `event_action_rule` -- ALTER TABLE `event_action_rule` ADD PRIMARY KEY (`event_action_id`,`rule_id`), ADD KEY `rule_id` (`rule_id`); -- -- Tablo için indeksler `event_action_sales_channel` -- ALTER TABLE `event_action_sales_channel` ADD PRIMARY KEY (`event_action_id`,`sales_channel_id`), ADD KEY `sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `flow` -- ALTER TABLE `flow` ADD PRIMARY KEY (`id`), ADD KEY `idx.flow.event_name` (`event_name`,`priority`); -- -- Tablo için indeksler `flow_sequence` -- ALTER TABLE `flow_sequence` ADD PRIMARY KEY (`id`), ADD KEY `fk.flow_sequence.flow_id` (`flow_id`), ADD KEY `fk.flow_sequence.rule_id` (`rule_id`), ADD KEY `fk.flow_sequence.parent_id` (`parent_id`), ADD KEY `fk.flow_sequence.app_flow_action_id` (`app_flow_action_id`); -- -- Tablo için indeksler `flow_template` -- ALTER TABLE `flow_template` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `import_export_file` -- ALTER TABLE `import_export_file` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `import_export_log` -- ALTER TABLE `import_export_log` ADD PRIMARY KEY (`id`), ADD KEY `fk.import_export_log.user_id` (`user_id`), ADD KEY `fk.import_export_log.profile_id` (`profile_id`), ADD KEY `fk.import_export_log.invalid_records_log_id` (`invalid_records_log_id`), ADD KEY `fk.import_export_log.file_id` (`file_id`); -- -- Tablo için indeksler `import_export_profile` -- ALTER TABLE `import_export_profile` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `import_export_profile_translation` -- ALTER TABLE `import_export_profile_translation` ADD PRIMARY KEY (`import_export_profile_id`,`language_id`), ADD KEY `fk.import_export_profile_translation.language_id` (`language_id`); -- -- Tablo için indeksler `increment` -- ALTER TABLE `increment` ADD PRIMARY KEY (`pool`,`cluster`,`key`); -- -- Tablo için indeksler `integration` -- ALTER TABLE `integration` ADD PRIMARY KEY (`id`), ADD KEY `idx.access_key` (`access_key`); -- -- Tablo için indeksler `integration_role` -- ALTER TABLE `integration_role` ADD PRIMARY KEY (`integration_id`,`acl_role_id`), ADD KEY `fk.integration_acl_role.acl_role_id` (`acl_role_id`); -- -- Tablo için indeksler `landing_page` -- ALTER TABLE `landing_page` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.landing_page.cms_page_id` (`cms_page_id`,`cms_page_version_id`); -- -- Tablo için indeksler `landing_page_sales_channel` -- ALTER TABLE `landing_page_sales_channel` ADD PRIMARY KEY (`landing_page_id`,`landing_page_version_id`,`sales_channel_id`), ADD KEY `fk.landing_page_sales_channel.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `landing_page_tag` -- ALTER TABLE `landing_page_tag` ADD PRIMARY KEY (`landing_page_id`,`landing_page_version_id`,`tag_id`), ADD KEY `fk.landing_page_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `landing_page_translation` -- ALTER TABLE `landing_page_translation` ADD PRIMARY KEY (`landing_page_id`,`landing_page_version_id`,`language_id`), ADD KEY `fk.landing_page_translation.language_id` (`language_id`); -- -- Tablo için indeksler `language` -- ALTER TABLE `language` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.translation_code_id` (`translation_code_id`), ADD KEY `idx.language.translation_code_id` (`translation_code_id`), ADD KEY `idx.language.language_id_parent_language_id` (`id`,`parent_id`), ADD KEY `fk.language.parent_id` (`parent_id`), ADD KEY `fk.language.locale_id` (`locale_id`), ADD KEY `fk.language_swag_language_pack_language` (`swag_language_pack_language_id`); -- -- Tablo için indeksler `locale` -- ALTER TABLE `locale` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.code` (`code`); -- -- Tablo için indeksler `locale_translation` -- ALTER TABLE `locale_translation` ADD PRIMARY KEY (`locale_id`,`language_id`), ADD KEY `fk.locale_translation.language_id` (`language_id`); -- -- Tablo için indeksler `log_entry` -- ALTER TABLE `log_entry` ADD PRIMARY KEY (`id`), ADD KEY `idx.log_entry.created_at` (`created_at`); -- -- Tablo için indeksler `mail_header_footer` -- ALTER TABLE `mail_header_footer` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `mail_header_footer_translation` -- ALTER TABLE `mail_header_footer_translation` ADD PRIMARY KEY (`mail_header_footer_id`,`language_id`), ADD KEY `fk.mail_header_footer_translation.language_id` (`language_id`); -- -- Tablo için indeksler `mail_template` -- ALTER TABLE `mail_template` ADD PRIMARY KEY (`id`), ADD KEY `fk.mail_template.mail_template_type_id` (`mail_template_type_id`); -- -- Tablo için indeksler `mail_template_media` -- ALTER TABLE `mail_template_media` ADD PRIMARY KEY (`id`), ADD KEY `fk.mail_template_media.mail_template_id` (`mail_template_id`), ADD KEY `fk.mail_template_media.media_id` (`media_id`), ADD KEY `fk.mail_template_media.language_id` (`language_id`); -- -- Tablo için indeksler `mail_template_sales_channel` -- ALTER TABLE `mail_template_sales_channel` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.mail_template_id__sales_channel_id` (`mail_template_id`,`sales_channel_id`), ADD KEY `fk.mail_template_sales_channel.mail_template_type_id` (`mail_template_type_id`), ADD KEY `fk.mail_template_sales_channel.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `mail_template_translation` -- ALTER TABLE `mail_template_translation` ADD PRIMARY KEY (`mail_template_id`,`language_id`), ADD KEY `fk.mail_template_translation.language_id` (`language_id`); -- -- Tablo için indeksler `mail_template_type` -- ALTER TABLE `mail_template_type` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.mail_template_type.technical_name` (`technical_name`); -- -- Tablo için indeksler `mail_template_type_translation` -- ALTER TABLE `mail_template_type_translation` ADD PRIMARY KEY (`mail_template_type_id`,`language_id`), ADD KEY `fk.mail_template_type_translation.language_id` (`language_id`); -- -- Tablo için indeksler `main_category` -- ALTER TABLE `main_category` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.main_category.sales_channel_product` (`product_id`,`product_version_id`,`sales_channel_id`), ADD KEY `fk.main_category.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.main_category.category_id` (`category_id`,`category_version_id`); -- -- Tablo için indeksler `media` -- ALTER TABLE `media` ADD PRIMARY KEY (`id`), ADD KEY `fk.media.user_id` (`user_id`), ADD KEY `fk.media.media_folder_id` (`media_folder_id`); -- -- Tablo için indeksler `media_default_folder` -- ALTER TABLE `media_default_folder` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.media_default_folder.entity` (`entity`); -- -- Tablo için indeksler `media_folder` -- ALTER TABLE `media_folder` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.media_folder.default_folder_id` (`default_folder_id`), ADD KEY `fk.media_folder.parent_id` (`parent_id`); -- -- Tablo için indeksler `media_folder_configuration` -- ALTER TABLE `media_folder_configuration` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `media_folder_configuration_media_thumbnail_size` -- ALTER TABLE `media_folder_configuration_media_thumbnail_size` ADD PRIMARY KEY (`media_folder_configuration_id`,`media_thumbnail_size_id`), ADD KEY `fk.media_folder_configuration_media_thumbnail_size.size_id` (`media_thumbnail_size_id`); -- -- Tablo için indeksler `media_tag` -- ALTER TABLE `media_tag` ADD PRIMARY KEY (`media_id`,`tag_id`), ADD KEY `fk.media_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `media_thumbnail` -- ALTER TABLE `media_thumbnail` ADD PRIMARY KEY (`id`), ADD KEY `fk.media_thumbnail.media_id` (`media_id`); -- -- Tablo için indeksler `media_thumbnail_size` -- ALTER TABLE `media_thumbnail_size` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.width` (`width`,`height`); -- -- Tablo için indeksler `media_translation` -- ALTER TABLE `media_translation` ADD PRIMARY KEY (`media_id`,`language_id`), ADD KEY `fk.media_translation.language_id` (`language_id`); -- -- Tablo için indeksler `message_queue_stats` -- ALTER TABLE `message_queue_stats` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.message_queue_stats.name` (`name`); -- -- Tablo için indeksler `migration` -- ALTER TABLE `migration` ADD PRIMARY KEY (`class`); -- -- Tablo için indeksler `newsletter_recipient` -- ALTER TABLE `newsletter_recipient` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `hash` (`hash`), ADD KEY `fk.newsletter_recipient.salutation_id` (`salutation_id`), ADD KEY `fk.newsletter_recipient.language_id` (`language_id`), ADD KEY `fk.newsletter_recipient.sales_channel_id` (`sales_channel_id`), ADD KEY `idx.newsletter_recipient.email` (`email`); -- -- Tablo için indeksler `newsletter_recipient_tag` -- ALTER TABLE `newsletter_recipient_tag` ADD PRIMARY KEY (`newsletter_recipient_id`,`tag_id`), ADD KEY `fk.newsletter_recipient_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `notification` -- ALTER TABLE `notification` ADD PRIMARY KEY (`id`), ADD KEY `fk.notification.created_by_integration_id` (`created_by_integration_id`), ADD KEY `fk.notification.created_by_user_id` (`created_by_user_id`); -- -- Tablo için indeksler `number_range` -- ALTER TABLE `number_range` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `number_range_sales_channel` -- ALTER TABLE `number_range_sales_channel` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.numer_range_id__sales_channel_id` (`number_range_id`,`sales_channel_id`), ADD KEY `fk.number_range_sales_channel.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.number_range_sales_channel.number_range_type_id` (`number_range_type_id`); -- -- Tablo için indeksler `number_range_state` -- ALTER TABLE `number_range_state` ADD PRIMARY KEY (`number_range_id`), ADD UNIQUE KEY `uniq.id` (`id`), ADD KEY `idx.number_range_id` (`number_range_id`); -- -- Tablo için indeksler `number_range_translation` -- ALTER TABLE `number_range_translation` ADD PRIMARY KEY (`number_range_id`,`language_id`), ADD KEY `fk.number_range_translation.language_id` (`language_id`); -- -- Tablo için indeksler `number_range_type` -- ALTER TABLE `number_range_type` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.technical_name` (`technical_name`); -- -- Tablo için indeksler `number_range_type_translation` -- ALTER TABLE `number_range_type_translation` ADD PRIMARY KEY (`number_range_type_id`,`language_id`), ADD KEY `fk.number_range_type_translation.language_id` (`language_id`); -- -- Tablo için indeksler `order` -- ALTER TABLE `order` ADD PRIMARY KEY (`id`,`version_id`), ADD UNIQUE KEY `uniq.auto_increment` (`auto_increment`), ADD UNIQUE KEY `uniq.deep_link_code` (`deep_link_code`,`version_id`), ADD KEY `idx.state_index` (`state_id`), ADD KEY `fk.order.currency_id` (`currency_id`), ADD KEY `fk.order.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.language_id` (`language_id`), ADD KEY `fk.order.created_by_id` (`created_by_id`), ADD KEY `fk.order.updated_by_id` (`updated_by_id`), ADD KEY `idx.order_date_currency_id` (`order_date`,`currency_id`); -- -- Tablo için indeksler `order_address` -- ALTER TABLE `order_address` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.order_address.country_id` (`country_id`), ADD KEY `fk.order_address.country_state_id` (`country_state_id`), ADD KEY `fk.order_address.order_id` (`order_id`,`order_version_id`), ADD KEY `fk.order_address.salutation_id` (`salutation_id`); -- -- Tablo için indeksler `order_customer` -- ALTER TABLE `order_customer` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.order_customer.customer_id` (`customer_id`), ADD KEY `fk.order_customer.order_id` (`order_id`,`order_version_id`), ADD KEY `fk.order_customer.salutation_id` (`salutation_id`); -- -- Tablo için indeksler `order_delivery` -- ALTER TABLE `order_delivery` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `idx.state_index` (`state_id`), ADD KEY `fk.order_delivery.order_id` (`order_id`,`order_version_id`), ADD KEY `fk.order_delivery.shipping_method_id` (`shipping_method_id`), ADD KEY `fk.order_delivery.shipping_order_address_id` (`shipping_order_address_id`,`shipping_order_address_version_id`); -- -- Tablo için indeksler `order_delivery_position` -- ALTER TABLE `order_delivery_position` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.order_delivery_position.order_delivery_id` (`order_delivery_id`,`order_delivery_version_id`), ADD KEY `fk.order_delivery_position.order_line_item_id` (`order_line_item_id`,`order_line_item_version_id`); -- -- Tablo için indeksler `order_line_item` -- ALTER TABLE `order_line_item` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.order_line_item.order_id` (`order_id`,`order_version_id`), ADD KEY `fk.order_line_item.parent_id` (`parent_id`,`parent_version_id`), ADD KEY `product_id` (`product_id`,`product_version_id`), ADD KEY `fk.order_line_item.cover_id` (`cover_id`), ADD KEY `fk.order_line_item.promotion_id` (`promotion_id`); -- -- Tablo için indeksler `order_line_item_download` -- ALTER TABLE `order_line_item_download` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.order_line_item_download.media_id` (`media_id`), ADD KEY `fk.order_line_item_download.order_line_item_id` (`order_line_item_id`,`order_line_item_version_id`); -- -- Tablo için indeksler `order_tag` -- ALTER TABLE `order_tag` ADD PRIMARY KEY (`order_id`,`order_version_id`,`tag_id`), ADD KEY `fk.order_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `order_transaction` -- ALTER TABLE `order_transaction` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `idx.state_index` (`state_id`), ADD KEY `fk.order_transaction.order_id` (`order_id`,`order_version_id`), ADD KEY `fk.order_transaction.payment_method_id` (`payment_method_id`); -- -- Tablo için indeksler `order_transaction_capture` -- ALTER TABLE `order_transaction_capture` ADD PRIMARY KEY (`id`), ADD KEY `fk.order_transaction_capture.order_transaction_id` (`order_transaction_id`,`order_transaction_version_id`), ADD KEY `fk.order_transaction_capture.state_id` (`state_id`); -- -- Tablo için indeksler `order_transaction_capture_refund` -- ALTER TABLE `order_transaction_capture_refund` ADD PRIMARY KEY (`id`), ADD KEY `fk.order_transaction_capture_refund.capture_id` (`capture_id`), ADD KEY `fk.order_transaction_capture_refund.state_id` (`state_id`); -- -- Tablo için indeksler `order_transaction_capture_refund_position` -- ALTER TABLE `order_transaction_capture_refund_position` ADD PRIMARY KEY (`id`), ADD KEY `fk.order_transaction_capture_refund_position.refund_id` (`refund_id`), ADD KEY `fk.order_transaction_capture_refund_position.order_line_item_id` (`order_line_item_id`,`order_line_item_version_id`); -- -- Tablo için indeksler `payment_method` -- ALTER TABLE `payment_method` ADD PRIMARY KEY (`id`), ADD KEY `fk.payment_method.plugin_id` (`plugin_id`), ADD KEY `fk.payment_method.media_id` (`media_id`), ADD KEY `fk.payment_method.availability_rule_id` (`availability_rule_id`); -- -- Tablo için indeksler `payment_method_translation` -- ALTER TABLE `payment_method_translation` ADD PRIMARY KEY (`payment_method_id`,`language_id`), ADD KEY `fk.payment_method_translation.language_id` (`language_id`); -- -- Tablo için indeksler `payment_token` -- ALTER TABLE `payment_token` ADD PRIMARY KEY (`token`); -- -- Tablo için indeksler `plugin` -- ALTER TABLE `plugin` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.name` (`name`), ADD UNIQUE KEY `uniq.baseClass` (`base_class`); -- -- Tablo için indeksler `plugin_translation` -- ALTER TABLE `plugin_translation` ADD PRIMARY KEY (`plugin_id`,`language_id`), ADD KEY `fk.plugin_translation.language_id` (`language_id`); -- -- Tablo için indeksler `product` -- ALTER TABLE `product` ADD PRIMARY KEY (`id`,`version_id`), ADD UNIQUE KEY `auto_increment` (`auto_increment`), ADD UNIQUE KEY `uniq.product.product_number__version_id` (`product_number`,`version_id`), ADD KEY `fk.product.tax_id` (`tax_id`), ADD KEY `fk.product.unit_id` (`unit_id`), ADD KEY `fk.product.parent_id` (`parent_id`,`parent_version_id`), ADD KEY `fk.product.product_media_id` (`product_media_id`,`product_media_version_id`), ADD KEY `fk.product.main_variant_id` (`main_variant_id`), ADD KEY `fk.product.feature_set_id` (`product_feature_set_id`), ADD KEY `fk.product.canonical_product_id` (`canonical_product_id`), ADD KEY `fk.product.cms_page_id` (`cms_page_id`,`cms_page_version_id`), ADD KEY `product_manufacturer_id` (`product_manufacturer_id`,`product_manufacturer_version_id`); -- -- Tablo için indeksler `product_category` -- ALTER TABLE `product_category` ADD PRIMARY KEY (`product_id`,`product_version_id`,`category_id`,`category_version_id`), ADD KEY `fk.product_category.category_id` (`category_id`,`category_version_id`); -- -- Tablo için indeksler `product_category_tree` -- ALTER TABLE `product_category_tree` ADD PRIMARY KEY (`product_id`,`product_version_id`,`category_id`,`category_version_id`), ADD KEY `fk.product_category_tree.category_id` (`category_id`,`category_version_id`); -- -- Tablo için indeksler `product_configurator_setting` -- ALTER TABLE `product_configurator_setting` ADD PRIMARY KEY (`id`,`version_id`), ADD UNIQUE KEY `uniq.product_configurator_setting.prod_id.vers_id.prop_group_id` (`product_id`,`version_id`,`property_group_option_id`), ADD KEY `fk.product_configurator_setting.product_id` (`product_id`,`product_version_id`), ADD KEY `fk.product_configurator_setting.media_id` (`media_id`), ADD KEY `fk.product_configurator_setting.property_group_option_id` (`property_group_option_id`); -- -- Tablo için indeksler `product_cross_selling` -- ALTER TABLE `product_cross_selling` ADD PRIMARY KEY (`id`), ADD KEY `fk.product_cross_selling.product_id` (`product_id`,`product_version_id`), ADD KEY `fk.product_cross_selling.product_stream_id` (`product_stream_id`); -- -- Tablo için indeksler `product_cross_selling_assigned_products` -- ALTER TABLE `product_cross_selling_assigned_products` ADD PRIMARY KEY (`id`), ADD KEY `fk.product_cross_selling_assigned_products.cross_selling_id` (`cross_selling_id`), ADD KEY `product_id` (`product_id`,`product_version_id`); -- -- Tablo için indeksler `product_cross_selling_translation` -- ALTER TABLE `product_cross_selling_translation` ADD PRIMARY KEY (`product_cross_selling_id`,`language_id`), ADD KEY `fk.product_cross_selling_translation.language_id` (`language_id`); -- -- Tablo için indeksler `product_custom_field_set` -- ALTER TABLE `product_custom_field_set` ADD PRIMARY KEY (`custom_field_set_id`,`product_id`,`product_version_id`), ADD KEY `fk.product_custom_field_set.product_id` (`product_id`,`product_version_id`); -- -- Tablo için indeksler `product_download` -- ALTER TABLE `product_download` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.product_download.media_id` (`media_id`), ADD KEY `fk.product_download.product_id` (`product_id`,`product_version_id`); -- -- Tablo için indeksler `product_export` -- ALTER TABLE `product_export` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `file_name` (`file_name`), ADD KEY `fk.product_export.product_stream_id` (`product_stream_id`), ADD KEY `fk.product_export.storefront_sales_channel_id` (`storefront_sales_channel_id`), ADD KEY `fk.product_export.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.product_export.sales_channel_domain_id` (`sales_channel_domain_id`); -- -- Tablo için indeksler `product_feature_set` -- ALTER TABLE `product_feature_set` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `product_feature_set_translation` -- ALTER TABLE `product_feature_set_translation` ADD PRIMARY KEY (`product_feature_set_id`,`language_id`), ADD KEY `fk.product_feature_set_translation.language_id` (`language_id`); -- -- Tablo için indeksler `product_keyword_dictionary` -- ALTER TABLE `product_keyword_dictionary` ADD PRIMARY KEY (`id`,`language_id`), ADD UNIQUE KEY `uniq.language_id_keyword` (`language_id`,`keyword`), ADD KEY `idx.product_keyword_dictionary.language_id` (`language_id`); -- -- Tablo için indeksler `product_manufacturer` -- ALTER TABLE `product_manufacturer` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.product_manufacturer.media_id` (`media_id`); -- -- Tablo için indeksler `product_manufacturer_translation` -- ALTER TABLE `product_manufacturer_translation` ADD PRIMARY KEY (`product_manufacturer_id`,`product_manufacturer_version_id`,`language_id`), ADD KEY `fk.product_manufacturer_translation.language_id` (`language_id`); -- -- Tablo için indeksler `product_media` -- ALTER TABLE `product_media` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.product_media.media_id` (`media_id`), ADD KEY `fk.product_media.product_id` (`product_id`,`product_version_id`); -- -- Tablo için indeksler `product_option` -- ALTER TABLE `product_option` ADD PRIMARY KEY (`product_id`,`product_version_id`,`property_group_option_id`), ADD KEY `fk.product_option.property_group_option_id` (`property_group_option_id`); -- -- Tablo için indeksler `product_price` -- ALTER TABLE `product_price` ADD PRIMARY KEY (`id`,`version_id`), ADD KEY `fk.product_price.product_id` (`product_id`,`product_version_id`), ADD KEY `fk.product_price.rule_id` (`rule_id`); -- -- Tablo için indeksler `product_property` -- ALTER TABLE `product_property` ADD PRIMARY KEY (`product_id`,`product_version_id`,`property_group_option_id`), ADD KEY `fk.product_property.configuration_option_id` (`property_group_option_id`); -- -- Tablo için indeksler `product_review` -- ALTER TABLE `product_review` ADD PRIMARY KEY (`id`), ADD KEY `fk.product_review.product_id` (`product_id`,`product_version_id`), ADD KEY `fk.product_review.customer_id` (`customer_id`), ADD KEY `fk.product_review.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.product_review.language_id` (`language_id`); -- -- Tablo için indeksler `product_search_config` -- ALTER TABLE `product_search_config` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.product_search_config.language_id` (`language_id`); -- -- Tablo için indeksler `product_search_config_field` -- ALTER TABLE `product_search_config_field` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.search_config_field.field__config_id` (`field`,`product_search_config_id`), ADD KEY `fk.search_config_field.product_search_config_id` (`product_search_config_id`), ADD KEY `fk.search_config_field.custom_field_id` (`custom_field_id`); -- -- Tablo için indeksler `product_search_keyword` -- ALTER TABLE `product_search_keyword` ADD PRIMARY KEY (`id`,`version_id`,`language_id`), ADD KEY `idx.product_search_keyword.product_id` (`product_id`,`product_version_id`), ADD KEY `idx.product_search_keyword.language_id` (`language_id`), ADD KEY `idx.product_search_keyword.keyword_language` (`keyword`,`language_id`); -- -- Tablo için indeksler `product_sorting` -- ALTER TABLE `product_sorting` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.product_sorting.url_key` (`url_key`); -- -- Tablo için indeksler `product_sorting_translation` -- ALTER TABLE `product_sorting_translation` ADD PRIMARY KEY (`product_sorting_id`,`language_id`), ADD KEY `fk.product_sorting_translation.language_id` (`language_id`); -- -- Tablo için indeksler `product_stream` -- ALTER TABLE `product_stream` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `product_stream_filter` -- ALTER TABLE `product_stream_filter` ADD PRIMARY KEY (`id`), ADD KEY `fk.product_stream_filter.product_stream_id` (`product_stream_id`), ADD KEY `fk.product_stream_filter.parent_id` (`parent_id`); -- -- Tablo için indeksler `product_stream_mapping` -- ALTER TABLE `product_stream_mapping` ADD PRIMARY KEY (`product_id`,`product_version_id`,`product_stream_id`), ADD KEY `fk.product_stream_mapping.product_stream_id` (`product_stream_id`); -- -- Tablo için indeksler `product_stream_translation` -- ALTER TABLE `product_stream_translation` ADD PRIMARY KEY (`product_stream_id`,`language_id`), ADD KEY `fk.product_stream_translation.language_id` (`language_id`); -- -- Tablo için indeksler `product_tag` -- ALTER TABLE `product_tag` ADD PRIMARY KEY (`product_id`,`product_version_id`,`tag_id`), ADD KEY `fk.product_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `product_translation` -- ALTER TABLE `product_translation` ADD PRIMARY KEY (`product_id`,`product_version_id`,`language_id`), ADD KEY `fk.product_translation.language_id` (`language_id`); -- -- Tablo için indeksler `product_visibility` -- ALTER TABLE `product_visibility` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.product_id__sales_channel_id` (`product_id`,`product_version_id`,`sales_channel_id`), ADD KEY `idx.product_visibility.product_id` (`product_id`,`product_version_id`), ADD KEY `idx.product_visibility.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `promotion` -- ALTER TABLE `promotion` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `code` (`code`), ADD UNIQUE KEY `individual_code_pattern` (`individual_code_pattern`); -- -- Tablo için indeksler `promotion_cart_rule` -- ALTER TABLE `promotion_cart_rule` ADD PRIMARY KEY (`promotion_id`,`rule_id`), ADD KEY `fk.promotion_cart_rule.rule_id` (`rule_id`); -- -- Tablo için indeksler `promotion_discount` -- ALTER TABLE `promotion_discount` ADD PRIMARY KEY (`id`), ADD KEY `idx.promotion_discount.promotion_id` (`promotion_id`); -- -- Tablo için indeksler `promotion_discount_prices` -- ALTER TABLE `promotion_discount_prices` ADD PRIMARY KEY (`id`), ADD KEY `fk.promotion_discount_prices.discount_id` (`discount_id`), ADD KEY `fk.promotion_discount_prices.currency_id` (`currency_id`); -- -- Tablo için indeksler `promotion_discount_rule` -- ALTER TABLE `promotion_discount_rule` ADD PRIMARY KEY (`discount_id`,`rule_id`), ADD KEY `fk.promotion_discount_rule.rule_id` (`rule_id`); -- -- Tablo için indeksler `promotion_individual_code` -- ALTER TABLE `promotion_individual_code` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `code` (`code`), ADD KEY `idx.promotion_individual_code.promotion_id` (`promotion_id`); -- -- Tablo için indeksler `promotion_order_rule` -- ALTER TABLE `promotion_order_rule` ADD PRIMARY KEY (`promotion_id`,`rule_id`), ADD KEY `fk.promotion_order_rule.rule_id` (`rule_id`); -- -- Tablo için indeksler `promotion_persona_customer` -- ALTER TABLE `promotion_persona_customer` ADD PRIMARY KEY (`promotion_id`,`customer_id`), ADD KEY `fk.promotion_persona_customer.customer_id` (`customer_id`); -- -- Tablo için indeksler `promotion_persona_rule` -- ALTER TABLE `promotion_persona_rule` ADD PRIMARY KEY (`promotion_id`,`rule_id`), ADD KEY `fk.promotion_persona_rule.rule_id` (`rule_id`); -- -- Tablo için indeksler `promotion_sales_channel` -- ALTER TABLE `promotion_sales_channel` ADD PRIMARY KEY (`id`), ADD KEY `idx.promotion_sales_channel.sales_channel_id` (`sales_channel_id`), ADD KEY `idx.promotion_sales_channel.promotion_id` (`promotion_id`); -- -- Tablo için indeksler `promotion_setgroup` -- ALTER TABLE `promotion_setgroup` ADD PRIMARY KEY (`id`), ADD KEY `idx.promotion_setgroup.promotion_id` (`promotion_id`); -- -- Tablo için indeksler `promotion_setgroup_rule` -- ALTER TABLE `promotion_setgroup_rule` ADD PRIMARY KEY (`setgroup_id`,`rule_id`), ADD KEY `fk.promotion_setgroup_rule.rule_id` (`rule_id`); -- -- Tablo için indeksler `promotion_translation` -- ALTER TABLE `promotion_translation` ADD PRIMARY KEY (`promotion_id`,`language_id`), ADD KEY `fk.promotion_translation.promotion_id` (`promotion_id`), ADD KEY `fk.promotion_translation.language_id` (`language_id`); -- -- Tablo için indeksler `property_group` -- ALTER TABLE `property_group` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `property_group_option` -- ALTER TABLE `property_group_option` ADD PRIMARY KEY (`id`), ADD KEY `fk.property_group_option.property_group_id` (`property_group_id`), ADD KEY `fk.property_group_option.media_id` (`media_id`); -- -- Tablo için indeksler `property_group_option_translation` -- ALTER TABLE `property_group_option_translation` ADD PRIMARY KEY (`property_group_option_id`,`language_id`), ADD KEY `fk.property_group_option_translation.language_id` (`language_id`); -- -- Tablo için indeksler `property_group_translation` -- ALTER TABLE `property_group_translation` ADD PRIMARY KEY (`property_group_id`,`language_id`), ADD KEY `fk.property_group_translation.language_id` (`language_id`); -- -- Tablo için indeksler `refresh_token` -- ALTER TABLE `refresh_token` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.token_id` (`token_id`); -- -- Tablo için indeksler `rule` -- ALTER TABLE `rule` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `rule_condition` -- ALTER TABLE `rule_condition` ADD PRIMARY KEY (`id`), ADD KEY `fk.rule_condition.rule_id` (`rule_id`), ADD KEY `fk.rule_condition.parent_id` (`parent_id`), ADD KEY `fk.rule_condition.script_id` (`script_id`); -- -- Tablo için indeksler `rule_tag` -- ALTER TABLE `rule_tag` ADD PRIMARY KEY (`rule_id`,`tag_id`), ADD KEY `fk.rule_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `sales_channel` -- ALTER TABLE `sales_channel` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.access_key` (`access_key`), ADD KEY `fk.sales_channel.country_id` (`country_id`), ADD KEY `fk.sales_channel.currency_id` (`currency_id`), ADD KEY `fk.sales_channel.language_id` (`language_id`), ADD KEY `fk.sales_channel.payment_method_id` (`payment_method_id`), ADD KEY `fk.sales_channel.shipping_method_id` (`shipping_method_id`), ADD KEY `fk.sales_channel.type_id` (`type_id`), ADD KEY `fk.sales_channel.navigation_category_id` (`navigation_category_id`,`navigation_category_version_id`), ADD KEY `fk.sales_channel.footer_category_id` (`footer_category_id`,`footer_category_version_id`), ADD KEY `fk.sales_channel.service_category_id` (`service_category_id`,`service_category_version_id`), ADD KEY `fk.sales_channel.customer_group_id` (`customer_group_id`), ADD KEY `fk.sales_channel.hreflang_default_domain_id` (`hreflang_default_domain_id`), ADD KEY `fk.sales_channel.analytics_id` (`analytics_id`), ADD KEY `fk.sales_channel.header_footer_id` (`mail_header_footer_id`), ADD KEY `fk.sales_channel.home_cms_page` (`home_cms_page_id`,`home_cms_page_version_id`); -- -- Tablo için indeksler `sales_channel_analytics` -- ALTER TABLE `sales_channel_analytics` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `sales_channel_api_context` -- ALTER TABLE `sales_channel_api_context` ADD PRIMARY KEY (`token`), ADD UNIQUE KEY `uniq.sales_channel_api_context.sales_channel_id_customer_id` (`sales_channel_id`,`customer_id`), ADD KEY `fk.sales_channel_api_context.customer_id` (`customer_id`); -- -- Tablo için indeksler `sales_channel_country` -- ALTER TABLE `sales_channel_country` ADD PRIMARY KEY (`sales_channel_id`,`country_id`), ADD KEY `fk.sales_channel_country.country_id` (`country_id`); -- -- Tablo için indeksler `sales_channel_currency` -- ALTER TABLE `sales_channel_currency` ADD PRIMARY KEY (`sales_channel_id`,`currency_id`), ADD KEY `fk.sales_channel_currency.currency_id` (`currency_id`); -- -- Tablo için indeksler `sales_channel_domain` -- ALTER TABLE `sales_channel_domain` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.sales_channel_domain.url` (`url`), ADD KEY `fk.sales_channel_domain.currency_id` (`currency_id`), ADD KEY `fk.sales_channel_domain.snippet_set_id` (`snippet_set_id`), ADD KEY `fk.sales_channel_domain.language_id` (`language_id`), ADD KEY `fk.sales_channel_domain.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `sales_channel_language` -- ALTER TABLE `sales_channel_language` ADD PRIMARY KEY (`sales_channel_id`,`language_id`), ADD KEY `fk.sales_channel_language.language_id` (`language_id`); -- -- Tablo için indeksler `sales_channel_payment_method` -- ALTER TABLE `sales_channel_payment_method` ADD PRIMARY KEY (`sales_channel_id`,`payment_method_id`), ADD KEY `fk.sales_channel_payment_method.payment_method_id` (`payment_method_id`); -- -- Tablo için indeksler `sales_channel_rule` -- ALTER TABLE `sales_channel_rule` ADD PRIMARY KEY (`rule_id`,`sales_channel_id`), ADD KEY `fk.sales_channel_rule.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `sales_channel_shipping_method` -- ALTER TABLE `sales_channel_shipping_method` ADD PRIMARY KEY (`sales_channel_id`,`shipping_method_id`), ADD KEY `fk.sales_channel_shipping_method.shipping_method_id` (`shipping_method_id`); -- -- Tablo için indeksler `sales_channel_translation` -- ALTER TABLE `sales_channel_translation` ADD PRIMARY KEY (`sales_channel_id`,`language_id`), ADD KEY `fk.sales_channel_translation.language_id` (`language_id`); -- -- Tablo için indeksler `sales_channel_type` -- ALTER TABLE `sales_channel_type` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `sales_channel_type_translation` -- ALTER TABLE `sales_channel_type_translation` ADD PRIMARY KEY (`sales_channel_type_id`,`language_id`), ADD KEY `fk.sales_channel_type_translation.language_id` (`language_id`); -- -- Tablo için indeksler `salutation` -- ALTER TABLE `salutation` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.salutation_key` (`salutation_key`); -- -- Tablo için indeksler `salutation_translation` -- ALTER TABLE `salutation_translation` ADD PRIMARY KEY (`salutation_id`,`language_id`), ADD KEY `fk.salutation_translation.language_id` (`language_id`); -- -- Tablo için indeksler `scheduled_task` -- ALTER TABLE `scheduled_task` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.scheduled_task.scheduled_task_class` (`scheduled_task_class`); -- -- Tablo için indeksler `script` -- ALTER TABLE `script` ADD PRIMARY KEY (`id`), ADD KEY `idx.app_script.hook` (`hook`), ADD KEY `fk.app_script.app_id` (`app_id`); -- -- Tablo için indeksler `seo_url` -- ALTER TABLE `seo_url` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.seo_url.seo_path_info` (`language_id`,`sales_channel_id`,`seo_path_info`), ADD UNIQUE KEY `uniq.seo_url.foreign_key` (`language_id`,`sales_channel_id`,`foreign_key`,`route_name`,`is_canonical`), ADD KEY `fk.seo_url.sales_channel_id` (`sales_channel_id`), ADD KEY `idx.foreign_key` (`language_id`,`foreign_key`,`sales_channel_id`,`is_canonical`), ADD KEY `idx.path_info` (`language_id`,`sales_channel_id`,`is_canonical`,`path_info`), ADD KEY `idx.delete_query` (`foreign_key`,`sales_channel_id`); -- -- Tablo için indeksler `seo_url_template` -- ALTER TABLE `seo_url_template` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.seo_url_template.route_name` (`sales_channel_id`,`route_name`); -- -- Tablo için indeksler `shipping_method` -- ALTER TABLE `shipping_method` ADD PRIMARY KEY (`id`), ADD KEY `fk.shipping_method.media_id` (`media_id`), ADD KEY `fk.shipping_method.availability_rule_id` (`availability_rule_id`), ADD KEY `fk.shipping_method.delivery_time_id` (`delivery_time_id`), ADD KEY `fk.shipping_method.tax_id` (`tax_id`); -- -- Tablo için indeksler `shipping_method_price` -- ALTER TABLE `shipping_method_price` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.shipping_method_quantity_start` (`shipping_method_id`,`rule_id`,`quantity_start`), ADD KEY `fk.shipping_method_price.rule_id` (`rule_id`), ADD KEY `fk.shipping_method_price.calculation_rule_id` (`calculation_rule_id`); -- -- Tablo için indeksler `shipping_method_tag` -- ALTER TABLE `shipping_method_tag` ADD PRIMARY KEY (`shipping_method_id`,`tag_id`), ADD KEY `fk.shipping_method_tag.tag_id` (`tag_id`); -- -- Tablo için indeksler `shipping_method_translation` -- ALTER TABLE `shipping_method_translation` ADD PRIMARY KEY (`shipping_method_id`,`language_id`), ADD KEY `fk.shipping_method_translation.language_id` (`language_id`); -- -- Tablo için indeksler `snippet` -- ALTER TABLE `snippet` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.snippet_set_id_translation_key` (`snippet_set_id`,`translation_key`); -- -- Tablo için indeksler `snippet_set` -- ALTER TABLE `snippet_set` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `state_machine` -- ALTER TABLE `state_machine` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.state_machine.technical_name` (`technical_name`), ADD KEY `fk.state_machine.initial_state_id` (`initial_state_id`); -- -- Tablo için indeksler `state_machine_history` -- ALTER TABLE `state_machine_history` ADD PRIMARY KEY (`id`), ADD KEY `fk.state_machine_history.state_machine_id` (`state_machine_id`), ADD KEY `fk.state_machine_history.from_state_id` (`from_state_id`), ADD KEY `fk.state_machine_history.to_state_id` (`to_state_id`), ADD KEY `fk.state_machine_history.user_id` (`user_id`); -- -- Tablo için indeksler `state_machine_state` -- ALTER TABLE `state_machine_state` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.technical_name_state_machine` (`technical_name`,`state_machine_id`), ADD KEY `idx.state_machine_state.state_machine_id` (`state_machine_id`); -- -- Tablo için indeksler `state_machine_state_translation` -- ALTER TABLE `state_machine_state_translation` ADD PRIMARY KEY (`language_id`,`state_machine_state_id`), ADD KEY `idx.language` (`language_id`), ADD KEY `idx.state_machine` (`state_machine_state_id`); -- -- Tablo için indeksler `state_machine_transition` -- ALTER TABLE `state_machine_transition` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.state_machine_transition.action_name_state_machine` (`action_name`,`state_machine_id`,`from_state_id`,`to_state_id`), ADD KEY `idx.state_machine_transition.state_machine_id` (`state_machine_id`), ADD KEY `idx.state_machine_transition.from_state_id` (`from_state_id`), ADD KEY `idx.state_machine_transition.to_state_id` (`to_state_id`); -- -- Tablo için indeksler `state_machine_translation` -- ALTER TABLE `state_machine_translation` ADD PRIMARY KEY (`language_id`,`state_machine_id`), ADD KEY `idx.state_machine_translation.language` (`language_id`), ADD KEY `idx.state_machine_translation.state_machine` (`state_machine_id`); -- -- Tablo için indeksler `swag_language_pack_language` -- ALTER TABLE `swag_language_pack_language` ADD PRIMARY KEY (`id`), ADD KEY `fk.swag_language_pack_language_language` (`language_id`); -- -- Tablo için indeksler `swag_paypal_pos_sales_channel` -- ALTER TABLE `swag_paypal_pos_sales_channel` ADD PRIMARY KEY (`id`), ADD KEY `fk.swag_paypal_pos_sales_channel.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.swag_paypal_pos_sales_channel.product_stream_id` (`product_stream_id`); -- -- Tablo için indeksler `swag_paypal_pos_sales_channel_inventory` -- ALTER TABLE `swag_paypal_pos_sales_channel_inventory` ADD PRIMARY KEY (`sales_channel_id`,`product_id`,`product_version_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_inventory.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_inventory.product_id` (`product_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_inventory.product_vid` (`product_version_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_inventory.product` (`product_id`,`product_version_id`); -- -- Tablo için indeksler `swag_paypal_pos_sales_channel_media` -- ALTER TABLE `swag_paypal_pos_sales_channel_media` ADD PRIMARY KEY (`sales_channel_id`,`media_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_media.sales_channel_id` (`sales_channel_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_media.media_id` (`media_id`); -- -- Tablo için indeksler `swag_paypal_pos_sales_channel_product` -- ALTER TABLE `swag_paypal_pos_sales_channel_product` ADD PRIMARY KEY (`sales_channel_id`,`product_id`,`product_version_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_products.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `swag_paypal_pos_sales_channel_run` -- ALTER TABLE `swag_paypal_pos_sales_channel_run` ADD PRIMARY KEY (`id`), ADD KEY `fk.swag_paypal_pos_sales_channel_run.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `swag_paypal_pos_sales_channel_run_log` -- ALTER TABLE `swag_paypal_pos_sales_channel_run_log` ADD PRIMARY KEY (`id`), ADD KEY `fk.swag_paypal_pos_sales_channel_run_log.run_id` (`run_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_run_log.product_id` (`product_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_run_log.product_vid` (`product_version_id`), ADD KEY `fk.swag_paypal_pos_sales_channel_run_log.product` (`product_id`,`product_version_id`); -- -- Tablo için indeksler `system_config` -- ALTER TABLE `system_config` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.system_config.configuration_key__sales_channel_id` (`configuration_key`,`sales_channel_id`), ADD KEY `fk.system_config.sales_channel_id` (`sales_channel_id`); -- -- Tablo için indeksler `tag` -- ALTER TABLE `tag` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `tax` -- ALTER TABLE `tax` ADD PRIMARY KEY (`id`), ADD KEY `idx.tax.tax` (`tax_rate`); -- -- Tablo için indeksler `tax_rule` -- ALTER TABLE `tax_rule` ADD PRIMARY KEY (`id`), ADD KEY `fk.tax_rule.tax_id` (`tax_id`), ADD KEY `fk.tax_rule.tax_area_rule_type_id` (`tax_rule_type_id`), ADD KEY `fk.tax_rule.country_id` (`country_id`); -- -- Tablo için indeksler `tax_rule_type` -- ALTER TABLE `tax_rule_type` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.technical_name` (`technical_name`); -- -- Tablo için indeksler `tax_rule_type_translation` -- ALTER TABLE `tax_rule_type_translation` ADD PRIMARY KEY (`tax_rule_type_id`,`language_id`), ADD KEY `fk.tax_rule_type_translation.language_id` (`language_id`); -- -- Tablo için indeksler `theme` -- ALTER TABLE `theme` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.theme.technical_name` (`technical_name`), ADD KEY `fk.theme.preview_media_id` (`preview_media_id`); -- -- Tablo için indeksler `theme_child` -- ALTER TABLE `theme_child` ADD PRIMARY KEY (`parent_id`,`child_id`), ADD KEY `fk.theme_child.child_id` (`child_id`); -- -- Tablo için indeksler `theme_media` -- ALTER TABLE `theme_media` ADD PRIMARY KEY (`theme_id`,`media_id`), ADD KEY `fk.theme_media.media_id` (`media_id`); -- -- Tablo için indeksler `theme_sales_channel` -- ALTER TABLE `theme_sales_channel` ADD PRIMARY KEY (`sales_channel_id`), ADD KEY `fk.theme_sales_channel.theme_id` (`theme_id`); -- -- Tablo için indeksler `theme_translation` -- ALTER TABLE `theme_translation` ADD PRIMARY KEY (`theme_id`,`language_id`), ADD KEY `fk.theme_translation.language_id` (`language_id`); -- -- Tablo için indeksler `unit` -- ALTER TABLE `unit` ADD PRIMARY KEY (`id`); -- -- Tablo için indeksler `unit_translation` -- ALTER TABLE `unit_translation` ADD PRIMARY KEY (`unit_id`,`language_id`), ADD KEY `fk.unit_translation.language_id` (`language_id`); -- -- Tablo için indeksler `user` -- ALTER TABLE `user` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.user.email` (`email`), ADD UNIQUE KEY `uniq.user.username` (`username`), ADD KEY `fk.user.locale_id` (`locale_id`), ADD KEY `fk.user.avatar_id` (`avatar_id`); -- -- Tablo için indeksler `user_access_key` -- ALTER TABLE `user_access_key` ADD PRIMARY KEY (`id`), ADD KEY `idx.user_access_key.user_id_` (`user_id`), ADD KEY `idx.user_access_key.access_key` (`access_key`); -- -- Tablo için indeksler `user_config` -- ALTER TABLE `user_config` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.user_id_key` (`user_id`,`key`); -- -- Tablo için indeksler `user_recovery` -- ALTER TABLE `user_recovery` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.user_recovery.user_id` (`user_id`); -- -- Tablo için indeksler `version` -- ALTER TABLE `version` ADD PRIMARY KEY (`id`), ADD KEY `idx.version.created_at` (`created_at`); -- -- Tablo için indeksler `version_commit` -- ALTER TABLE `version_commit` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `auto_increment` (`auto_increment`), ADD KEY `idx.version_commit.created_at` (`created_at`); -- -- Tablo için indeksler `version_commit_data` -- ALTER TABLE `version_commit_data` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `auto_increment` (`auto_increment`), ADD KEY `fk.version_commit_data.version_commit_id` (`version_commit_id`); -- -- Tablo için indeksler `webhook` -- ALTER TABLE `webhook` ADD PRIMARY KEY (`id`), ADD UNIQUE KEY `uniq.webhook.name` (`name`,`app_id`), ADD KEY `fk.webhook.app_id` (`app_id`); -- -- Tablo için indeksler `webhook_event_log` -- ALTER TABLE `webhook_event_log` ADD PRIMARY KEY (`id`); -- -- Dökümü yapılmış tablolar için AUTO_INCREMENT değeri -- -- -- Tablo için AUTO_INCREMENT değeri `cart` -- ALTER TABLE `cart` MODIFY `auto_increment` bigint NOT NULL AUTO_INCREMENT; -- -- Tablo için AUTO_INCREMENT değeri `category` -- ALTER TABLE `category` MODIFY `auto_increment` int NOT NULL AUTO_INCREMENT, AUTO_INCREMENT=10; -- -- Tablo için AUTO_INCREMENT değeri `customer` -- ALTER TABLE `customer` MODIFY `auto_increment` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- Tablo için AUTO_INCREMENT değeri `order` -- ALTER TABLE `order` MODIFY `auto_increment` bigint UNSIGNED NOT NULL AUTO_INCREMENT; -- -- Tablo için AUTO_INCREMENT değeri `product` -- ALTER TABLE `product` MODIFY `auto_increment` int NOT NULL AUTO_INCREMENT; -- -- Tablo için AUTO_INCREMENT değeri `version_commit` -- ALTER TABLE `version_commit` MODIFY `auto_increment` bigint NOT NULL AUTO_INCREMENT; -- -- Tablo için AUTO_INCREMENT değeri `version_commit_data` -- ALTER TABLE `version_commit_data` MODIFY `auto_increment` bigint NOT NULL AUTO_INCREMENT; -- -- Dökümü yapılmış tablolar için kısıtlamalar -- -- -- Tablo kısıtlamaları `acl_user_role` -- ALTER TABLE `acl_user_role` ADD CONSTRAINT `fk.acl_user_role.acl_role_id` FOREIGN KEY (`acl_role_id`) REFERENCES `acl_role` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.acl_user_role.user_id` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `app` -- ALTER TABLE `app` ADD CONSTRAINT `fk.app.acl_role_id` FOREIGN KEY (`acl_role_id`) REFERENCES `acl_role` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.app.integration_id` FOREIGN KEY (`integration_id`) REFERENCES `integration` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_action_button` -- ALTER TABLE `app_action_button` ADD CONSTRAINT `fk.app_action_button.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_action_button_translation` -- ALTER TABLE `app_action_button_translation` ADD CONSTRAINT `fk.app_action_button_translation.app_action_button_id` FOREIGN KEY (`app_action_button_id`) REFERENCES `app_action_button` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.app_action_button_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_administration_snippet` -- ALTER TABLE `app_administration_snippet` ADD CONSTRAINT `fk.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.locale_id` FOREIGN KEY (`locale_id`) REFERENCES `locale` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_cms_block` -- ALTER TABLE `app_cms_block` ADD CONSTRAINT `fk.app_cms_block.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_cms_block_translation` -- ALTER TABLE `app_cms_block_translation` ADD CONSTRAINT `fk.app_cms_block.app_cms_block_id` FOREIGN KEY (`app_cms_block_id`) REFERENCES `app_cms_block` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.app_cms_block.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_flow_action` -- ALTER TABLE `app_flow_action` ADD CONSTRAINT `fk.app_flow_action.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_flow_action_translation` -- ALTER TABLE `app_flow_action_translation` ADD CONSTRAINT `fk.app_flow_action_translation.app_flow_action_id` FOREIGN KEY (`app_flow_action_id`) REFERENCES `app_flow_action` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.app_flow_action_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_payment_method` -- ALTER TABLE `app_payment_method` ADD CONSTRAINT `fk.app_payment_method.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.app_payment_method.original_media_id` FOREIGN KEY (`original_media_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.app_payment_method.payment_method_id` FOREIGN KEY (`payment_method_id`) REFERENCES `payment_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_script_condition` -- ALTER TABLE `app_script_condition` ADD CONSTRAINT `fk.app_script_condition.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_script_condition_translation` -- ALTER TABLE `app_script_condition_translation` ADD CONSTRAINT `fk.app_script_condition_translation.app_script_condition_id` FOREIGN KEY (`app_script_condition_id`) REFERENCES `app_script_condition` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.app_script_condition_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_template` -- ALTER TABLE `app_template` ADD CONSTRAINT `fk.template.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `app_translation` -- ALTER TABLE `app_translation` ADD CONSTRAINT `fk.app_translation.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.app_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `cart` -- ALTER TABLE `cart` ADD CONSTRAINT `fk.cart.country_id` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.cart.currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.cart.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.cart.payment_method_id` FOREIGN KEY (`payment_method_id`) REFERENCES `payment_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.cart.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.cart.shipping_method_id` FOREIGN KEY (`shipping_method_id`) REFERENCES `shipping_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `category` -- ALTER TABLE `category` ADD CONSTRAINT `fk.category.after_category_id` FOREIGN KEY (`after_category_id`,`after_category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.category.cms_page_id` FOREIGN KEY (`cms_page_id`,`cms_page_version_id`) REFERENCES `cms_page` (`id`, `version_id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.category.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.category.parent_id` FOREIGN KEY (`parent_id`,`parent_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.category.product_stream_id` FOREIGN KEY (`product_stream_id`) REFERENCES `product_stream` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `category_tag` -- ALTER TABLE `category_tag` ADD CONSTRAINT `fk.category_tag.category_tag__category_version_id` FOREIGN KEY (`category_id`,`category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.category_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `category_translation` -- ALTER TABLE `category_translation` ADD CONSTRAINT `fk.category_translation.category_id` FOREIGN KEY (`category_id`,`category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.category_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `cms_block` -- ALTER TABLE `cms_block` ADD CONSTRAINT `fk.cms_block.background_media_id` FOREIGN KEY (`background_media_id`) REFERENCES `media` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.cms_block.cms_section_id` FOREIGN KEY (`cms_section_id`,`cms_section_version_id`) REFERENCES `cms_section` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `cms_page` -- ALTER TABLE `cms_page` ADD CONSTRAINT `fk.cms_page.preview_media_id` FOREIGN KEY (`preview_media_id`) REFERENCES `media` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `cms_page_translation` -- ALTER TABLE `cms_page_translation` ADD CONSTRAINT `fk.cms_page_translation.cms_page_id` FOREIGN KEY (`cms_page_id`,`cms_page_version_id`) REFERENCES `cms_page` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.cms_page_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `cms_section` -- ALTER TABLE `cms_section` ADD CONSTRAINT `fk.cms_section.background_media_id` FOREIGN KEY (`background_media_id`) REFERENCES `media` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.cms_section.cms_page_id` FOREIGN KEY (`cms_page_id`,`cms_page_version_id`) REFERENCES `cms_page` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `cms_slot` -- ALTER TABLE `cms_slot` ADD CONSTRAINT `fk.cms_slot.cms_block_id` FOREIGN KEY (`cms_block_id`,`cms_block_version_id`) REFERENCES `cms_block` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `cms_slot_translation` -- ALTER TABLE `cms_slot_translation` ADD CONSTRAINT `fk.cms_slot_translation.cms_slot_id` FOREIGN KEY (`cms_slot_id`,`cms_slot_version_id`) REFERENCES `cms_slot` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.cms_slot_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `country_state` -- ALTER TABLE `country_state` ADD CONSTRAINT `fk.country_state.country_id` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `country_state_translation` -- ALTER TABLE `country_state_translation` ADD CONSTRAINT `fk.country_state_translation.country_state_id` FOREIGN KEY (`country_state_id`) REFERENCES `country_state` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.country_state_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `country_translation` -- ALTER TABLE `country_translation` ADD CONSTRAINT `fk.country_translation.country_id` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.country_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `currency_country_rounding` -- ALTER TABLE `currency_country_rounding` ADD CONSTRAINT `currency_country_rounding_ibfk_2` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `currency_country_rounding_ibfk_3` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `currency_translation` -- ALTER TABLE `currency_translation` ADD CONSTRAINT `fk.currency_translation.currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.currency_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `customer` -- ALTER TABLE `customer` ADD CONSTRAINT `fk.customer.bound_sales_channel_id` FOREIGN KEY (`bound_sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer.created_by_id` FOREIGN KEY (`created_by_id`) REFERENCES `user` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer.customer_group_id` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer.default_payment_method_id` FOREIGN KEY (`default_payment_method_id`) REFERENCES `payment_method` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer.last_payment_method_id` FOREIGN KEY (`last_payment_method_id`) REFERENCES `payment_method` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer.salutation_id` FOREIGN KEY (`salutation_id`) REFERENCES `salutation` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer.updated_by_id` FOREIGN KEY (`updated_by_id`) REFERENCES `user` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `customer_address` -- ALTER TABLE `customer_address` ADD CONSTRAINT `fk.customer_address.country_id` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer_address.country_state_id` FOREIGN KEY (`country_state_id`) REFERENCES `country_state` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer_address.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer_address.salutation_id` FOREIGN KEY (`salutation_id`) REFERENCES `salutation` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `customer_group_registration_sales_channels` -- ALTER TABLE `customer_group_registration_sales_channels` ADD CONSTRAINT `fk.customer_group_registration_sales_channels.customer_group_id` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer_group_registration_sales_channels.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `customer_group_translation` -- ALTER TABLE `customer_group_translation` ADD CONSTRAINT `fk.customer_group_translation.customer_group_id` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer_group_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `customer_recovery` -- ALTER TABLE `customer_recovery` ADD CONSTRAINT `fk.customer_recovery.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `customer_tag` -- ALTER TABLE `customer_tag` ADD CONSTRAINT `fk.customer_tag.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `customer_wishlist` -- ALTER TABLE `customer_wishlist` ADD CONSTRAINT `fk.customer_wishlist.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer_wishlist.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `customer_wishlist_product` -- ALTER TABLE `customer_wishlist_product` ADD CONSTRAINT `fk.customer_wishlist_product.customer_wishlist_id` FOREIGN KEY (`customer_wishlist_id`) REFERENCES `customer_wishlist` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.customer_wishlist_product.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `custom_entity` -- ALTER TABLE `custom_entity` ADD CONSTRAINT `fk.custom_entity.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `custom_field` -- ALTER TABLE `custom_field` ADD CONSTRAINT `fk.custom_field.set_id` FOREIGN KEY (`set_id`) REFERENCES `custom_field_set` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `custom_field_set` -- ALTER TABLE `custom_field_set` ADD CONSTRAINT `fk.custom_field_set.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `custom_field_set_relation` -- ALTER TABLE `custom_field_set_relation` ADD CONSTRAINT `fk.custom_field_set_relation.set_id` FOREIGN KEY (`set_id`) REFERENCES `custom_field_set` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `dead_message` -- ALTER TABLE `dead_message` ADD CONSTRAINT `fk.dead_message.scheduled_task_id` FOREIGN KEY (`scheduled_task_id`) REFERENCES `scheduled_task` (`id`) ON DELETE SET NULL; -- -- Tablo kısıtlamaları `delivery_time_translation` -- ALTER TABLE `delivery_time_translation` ADD CONSTRAINT `fk.delivery_time_translation.delivery_time_id` FOREIGN KEY (`delivery_time_id`) REFERENCES `delivery_time` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.delivery_time_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `document` -- ALTER TABLE `document` ADD CONSTRAINT `fk.document.document_media_file_id` FOREIGN KEY (`document_media_file_id`) REFERENCES `media` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.document.document_type_id` FOREIGN KEY (`document_type_id`) REFERENCES `document_type` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.document.order_id` FOREIGN KEY (`order_id`,`order_version_id`) REFERENCES `order` (`id`, `version_id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.document.referenced_document_id` FOREIGN KEY (`referenced_document_id`) REFERENCES `document` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `document_base_config` -- ALTER TABLE `document_base_config` ADD CONSTRAINT `fk.document_base_config.logo_id` FOREIGN KEY (`logo_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.document_base_config.type_id` FOREIGN KEY (`document_type_id`) REFERENCES `document_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `document_base_config_sales_channel` -- ALTER TABLE `document_base_config_sales_channel` ADD CONSTRAINT `fk.document_base_config_sales_channel.document_base_config_id` FOREIGN KEY (`document_base_config_id`) REFERENCES `document_base_config` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.document_base_config_sales_channel.document_type_id` FOREIGN KEY (`document_type_id`) REFERENCES `document_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.document_base_config_sales_channel.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `document_type_translation` -- ALTER TABLE `document_type_translation` ADD CONSTRAINT `fk.document_type_translation.document_type_id` FOREIGN KEY (`document_type_id`) REFERENCES `document_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.document_type_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `event_action_rule` -- ALTER TABLE `event_action_rule` ADD CONSTRAINT `fk.event_action_rule.event_action_id` FOREIGN KEY (`event_action_id`) REFERENCES `event_action` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.event_action_rule.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `event_action_sales_channel` -- ALTER TABLE `event_action_sales_channel` ADD CONSTRAINT `fk.event_action_sales_channel.event_action_id` FOREIGN KEY (`event_action_id`) REFERENCES `event_action` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.event_action_sales_channel.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `flow_sequence` -- ALTER TABLE `flow_sequence` ADD CONSTRAINT `fk.flow_sequence.app_flow_action_id` FOREIGN KEY (`app_flow_action_id`) REFERENCES `app_flow_action` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.flow_sequence.flow_id` FOREIGN KEY (`flow_id`) REFERENCES `flow` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.flow_sequence.parent_id` FOREIGN KEY (`parent_id`) REFERENCES `flow_sequence` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.flow_sequence.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `import_export_log` -- ALTER TABLE `import_export_log` ADD CONSTRAINT `fk.import_export_log.file_id` FOREIGN KEY (`file_id`) REFERENCES `import_export_file` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.import_export_log.invalid_records_log_id` FOREIGN KEY (`invalid_records_log_id`) REFERENCES `import_export_log` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `fk.import_export_log.profile_id` FOREIGN KEY (`profile_id`) REFERENCES `import_export_profile` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `fk.import_export_log.user_id` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE SET NULL; -- -- Tablo kısıtlamaları `import_export_profile_translation` -- ALTER TABLE `import_export_profile_translation` ADD CONSTRAINT `fk.import_export_profile_translation.import_export_profile_id` FOREIGN KEY (`import_export_profile_id`) REFERENCES `import_export_profile` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.import_export_profile_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `integration_role` -- ALTER TABLE `integration_role` ADD CONSTRAINT `fk.integration_acl_role.acl_role_id` FOREIGN KEY (`acl_role_id`) REFERENCES `acl_role` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.integration_acl_role.integration_id` FOREIGN KEY (`integration_id`) REFERENCES `integration` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `landing_page` -- ALTER TABLE `landing_page` ADD CONSTRAINT `fk.landing_page.cms_page_id` FOREIGN KEY (`cms_page_id`,`cms_page_version_id`) REFERENCES `cms_page` (`id`, `version_id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `landing_page_sales_channel` -- ALTER TABLE `landing_page_sales_channel` ADD CONSTRAINT `fk.landing_page_sales_channel.product_id` FOREIGN KEY (`landing_page_id`,`landing_page_version_id`) REFERENCES `landing_page` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.landing_page_sales_channel.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `landing_page_tag` -- ALTER TABLE `landing_page_tag` ADD CONSTRAINT `fk.landing_page_tag.landing_page_version_id__landing_page_id` FOREIGN KEY (`landing_page_id`,`landing_page_version_id`) REFERENCES `landing_page` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.landing_page_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `landing_page_translation` -- ALTER TABLE `landing_page_translation` ADD CONSTRAINT `fk.landing_page_translation.landing_page_id` FOREIGN KEY (`landing_page_id`,`landing_page_version_id`) REFERENCES `landing_page` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.landing_page_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `language` -- ALTER TABLE `language` ADD CONSTRAINT `fk.language.locale_id` FOREIGN KEY (`locale_id`) REFERENCES `locale` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.language.parent_id` FOREIGN KEY (`parent_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.language.translation_code_id` FOREIGN KEY (`translation_code_id`) REFERENCES `locale` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.language_swag_language_pack_language` FOREIGN KEY (`swag_language_pack_language_id`) REFERENCES `swag_language_pack_language` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `locale_translation` -- ALTER TABLE `locale_translation` ADD CONSTRAINT `fk.locale_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.locale_translation.locale_id` FOREIGN KEY (`locale_id`) REFERENCES `locale` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `mail_header_footer_translation` -- ALTER TABLE `mail_header_footer_translation` ADD CONSTRAINT `fk.mail_header_footer_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.mail_header_footer_translation.mail_header_footer_id` FOREIGN KEY (`mail_header_footer_id`) REFERENCES `mail_header_footer` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `mail_template` -- ALTER TABLE `mail_template` ADD CONSTRAINT `fk.mail_template.mail_template_type_id` FOREIGN KEY (`mail_template_type_id`) REFERENCES `mail_template_type` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `mail_template_media` -- ALTER TABLE `mail_template_media` ADD CONSTRAINT `fk.mail_template_media.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.mail_template_media.mail_template_id` FOREIGN KEY (`mail_template_id`) REFERENCES `mail_template` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.mail_template_media.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `mail_template_sales_channel` -- ALTER TABLE `mail_template_sales_channel` ADD CONSTRAINT `fk.mail_template_sales_channel.mail_template_id` FOREIGN KEY (`mail_template_id`) REFERENCES `mail_template` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.mail_template_sales_channel.mail_template_type_id` FOREIGN KEY (`mail_template_type_id`) REFERENCES `mail_template_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.mail_template_sales_channel.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `mail_template_translation` -- ALTER TABLE `mail_template_translation` ADD CONSTRAINT `fk.mail_template_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.mail_template_translation.mail_template_id` FOREIGN KEY (`mail_template_id`) REFERENCES `mail_template` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `mail_template_type_translation` -- ALTER TABLE `mail_template_type_translation` ADD CONSTRAINT `fk.mail_template_type_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.mail_template_type_translation.mail_template_type_id` FOREIGN KEY (`mail_template_type_id`) REFERENCES `mail_template_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `main_category` -- ALTER TABLE `main_category` ADD CONSTRAINT `fk.main_category.category_id` FOREIGN KEY (`category_id`,`category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.main_category.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.main_category.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `media` -- ALTER TABLE `media` ADD CONSTRAINT `fk.media.media_folder_id` FOREIGN KEY (`media_folder_id`) REFERENCES `media_folder` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `fk.media.user_id` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `media_folder` -- ALTER TABLE `media_folder` ADD CONSTRAINT `fk.media_folder.default_folder_id` FOREIGN KEY (`default_folder_id`) REFERENCES `media_default_folder` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `fk.media_folder.parent_id` FOREIGN KEY (`parent_id`) REFERENCES `media_folder` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `media_folder_configuration_media_thumbnail_size` -- ALTER TABLE `media_folder_configuration_media_thumbnail_size` ADD CONSTRAINT `fk.media_folder_configuration_media_thumbnail_size.conf_id` FOREIGN KEY (`media_folder_configuration_id`) REFERENCES `media_folder_configuration` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.media_folder_configuration_media_thumbnail_size.size_id` FOREIGN KEY (`media_thumbnail_size_id`) REFERENCES `media_thumbnail_size` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `media_tag` -- ALTER TABLE `media_tag` ADD CONSTRAINT `fk.media_tag.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.media_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `media_thumbnail` -- ALTER TABLE `media_thumbnail` ADD CONSTRAINT `fk.media_thumbnail.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `media_translation` -- ALTER TABLE `media_translation` ADD CONSTRAINT `fk.media_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.media_translation.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `newsletter_recipient` -- ALTER TABLE `newsletter_recipient` ADD CONSTRAINT `fk.newsletter_recipient.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE RESTRICT, ADD CONSTRAINT `fk.newsletter_recipient.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE RESTRICT, ADD CONSTRAINT `fk.newsletter_recipient.salutation_id` FOREIGN KEY (`salutation_id`) REFERENCES `salutation` (`id`) ON DELETE RESTRICT; -- -- Tablo kısıtlamaları `newsletter_recipient_tag` -- ALTER TABLE `newsletter_recipient_tag` ADD CONSTRAINT `fk.newsletter_recipient_tag.newsletter_recipient_id` FOREIGN KEY (`newsletter_recipient_id`) REFERENCES `newsletter_recipient` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.newsletter_recipient_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `notification` -- ALTER TABLE `notification` ADD CONSTRAINT `fk.notification.created_by_integration_id` FOREIGN KEY (`created_by_integration_id`) REFERENCES `integration` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.notification.created_by_user_id` FOREIGN KEY (`created_by_user_id`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `number_range_sales_channel` -- ALTER TABLE `number_range_sales_channel` ADD CONSTRAINT `fk.number_range_sales_channel.number_range_id` FOREIGN KEY (`number_range_id`) REFERENCES `number_range` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.number_range_sales_channel.number_range_type_id` FOREIGN KEY (`number_range_type_id`) REFERENCES `number_range_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.number_range_sales_channel.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `number_range_translation` -- ALTER TABLE `number_range_translation` ADD CONSTRAINT `fk.number_range_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.number_range_translation.number_range_id` FOREIGN KEY (`number_range_id`) REFERENCES `number_range` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `number_range_type_translation` -- ALTER TABLE `number_range_type_translation` ADD CONSTRAINT `fk.number_range_type_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.number_range_type_translation.number_range_type_id` FOREIGN KEY (`number_range_type_id`) REFERENCES `number_range_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order` -- ALTER TABLE `order` ADD CONSTRAINT `fk.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.order.created_by_id` FOREIGN KEY (`created_by_id`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.order.currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.order.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.order.updated_by_id` FOREIGN KEY (`updated_by_id`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_address` -- ALTER TABLE `order_address` ADD CONSTRAINT `fk.order_address.country_id` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_address.country_state_id` FOREIGN KEY (`country_state_id`) REFERENCES `country_state` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_address.order_id` FOREIGN KEY (`order_id`,`order_version_id`) REFERENCES `order` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_address.salutation_id` FOREIGN KEY (`salutation_id`) REFERENCES `salutation` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_customer` -- ALTER TABLE `order_customer` ADD CONSTRAINT `fk.order_customer.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_customer.order_id` FOREIGN KEY (`order_id`,`order_version_id`) REFERENCES `order` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_customer.salutation_id` FOREIGN KEY (`salutation_id`) REFERENCES `salutation` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_delivery` -- ALTER TABLE `order_delivery` ADD CONSTRAINT `fk.order_delivery.order_id` FOREIGN KEY (`order_id`,`order_version_id`) REFERENCES `order` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_delivery.shipping_method_id` FOREIGN KEY (`shipping_method_id`) REFERENCES `shipping_method` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_delivery_position` -- ALTER TABLE `order_delivery_position` ADD CONSTRAINT `fk.order_delivery_position.order_delivery_id` FOREIGN KEY (`order_delivery_id`,`order_delivery_version_id`) REFERENCES `order_delivery` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_delivery_position.order_line_item_id` FOREIGN KEY (`order_line_item_id`,`order_line_item_version_id`) REFERENCES `order_line_item` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_line_item` -- ALTER TABLE `order_line_item` ADD CONSTRAINT `fk.order_line_item.cover_id` FOREIGN KEY (`cover_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_line_item.order_id` FOREIGN KEY (`order_id`,`order_version_id`) REFERENCES `order` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_line_item.parent_id` FOREIGN KEY (`parent_id`,`parent_version_id`) REFERENCES `order_line_item` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_line_item.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `order_line_item_ibfk_1` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_line_item_download` -- ALTER TABLE `order_line_item_download` ADD CONSTRAINT `fk.order_line_item_download.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_line_item_download.order_line_item_id` FOREIGN KEY (`order_line_item_id`,`order_line_item_version_id`) REFERENCES `order_line_item` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_tag` -- ALTER TABLE `order_tag` ADD CONSTRAINT `fk.order_tag.order_tag__order_version_id` FOREIGN KEY (`order_id`,`order_version_id`) REFERENCES `order` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_transaction` -- ALTER TABLE `order_transaction` ADD CONSTRAINT `fk.order_transaction.order_id` FOREIGN KEY (`order_id`,`order_version_id`) REFERENCES `order` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_transaction.payment_method_id` FOREIGN KEY (`payment_method_id`) REFERENCES `payment_method` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_transaction.state_id` FOREIGN KEY (`state_id`) REFERENCES `state_machine_state` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_transaction_capture` -- ALTER TABLE `order_transaction_capture` ADD CONSTRAINT `fk.order_transaction_capture.order_transaction_id` FOREIGN KEY (`order_transaction_id`,`order_transaction_version_id`) REFERENCES `order_transaction` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_transaction_capture.state_id` FOREIGN KEY (`state_id`) REFERENCES `state_machine_state` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_transaction_capture_refund` -- ALTER TABLE `order_transaction_capture_refund` ADD CONSTRAINT `fk.order_transaction_capture_refund.capture_id` FOREIGN KEY (`capture_id`) REFERENCES `order_transaction_capture` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_transaction_capture_refund.state_id` FOREIGN KEY (`state_id`) REFERENCES `state_machine_state` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `order_transaction_capture_refund_position` -- ALTER TABLE `order_transaction_capture_refund_position` ADD CONSTRAINT `fk.order_transaction_capture_refund_position.order_line_item_id` FOREIGN KEY (`order_line_item_id`,`order_line_item_version_id`) REFERENCES `order_line_item` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.order_transaction_capture_refund_position.refund_id` FOREIGN KEY (`refund_id`) REFERENCES `order_transaction_capture_refund` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `payment_method` -- ALTER TABLE `payment_method` ADD CONSTRAINT `fk.payment_method.availability_rule_id` FOREIGN KEY (`availability_rule_id`) REFERENCES `rule` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.payment_method.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.payment_method.plugin_id` FOREIGN KEY (`plugin_id`) REFERENCES `plugin` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `payment_method_translation` -- ALTER TABLE `payment_method_translation` ADD CONSTRAINT `fk.payment_method_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.payment_method_translation.payment_method_id` FOREIGN KEY (`payment_method_id`) REFERENCES `payment_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `plugin_translation` -- ALTER TABLE `plugin_translation` ADD CONSTRAINT `fk.plugin_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.plugin_translation.plugin_id` FOREIGN KEY (`plugin_id`) REFERENCES `plugin` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product` -- ALTER TABLE `product` ADD CONSTRAINT `fk.product.canonical_product_id` FOREIGN KEY (`canonical_product_id`) REFERENCES `product` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `fk.product.cms_page_id` FOREIGN KEY (`cms_page_id`,`cms_page_version_id`) REFERENCES `cms_page` (`id`, `version_id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.product.feature_set_id` FOREIGN KEY (`product_feature_set_id`) REFERENCES `product_feature_set` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.product.main_variant_id` FOREIGN KEY (`main_variant_id`) REFERENCES `product` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `fk.product.parent_id` FOREIGN KEY (`parent_id`,`parent_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product.tax_id` FOREIGN KEY (`tax_id`) REFERENCES `tax` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.product.unit_id` FOREIGN KEY (`unit_id`) REFERENCES `unit` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `product_ibfk_1` FOREIGN KEY (`product_manufacturer_id`,`product_manufacturer_version_id`) REFERENCES `product_manufacturer` (`id`, `version_id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_category` -- ALTER TABLE `product_category` ADD CONSTRAINT `fk.product_category.category_id` FOREIGN KEY (`category_id`,`category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_category.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_category_tree` -- ALTER TABLE `product_category_tree` ADD CONSTRAINT `fk.product_category_tree.category_id` FOREIGN KEY (`category_id`,`category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_category_tree.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_configurator_setting` -- ALTER TABLE `product_configurator_setting` ADD CONSTRAINT `fk.product_configurator_setting.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `fk.product_configurator_setting.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_configurator_setting.property_group_option_id` FOREIGN KEY (`property_group_option_id`) REFERENCES `property_group_option` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_cross_selling` -- ALTER TABLE `product_cross_selling` ADD CONSTRAINT `fk.product_cross_selling.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_cross_selling.product_stream_id` FOREIGN KEY (`product_stream_id`) REFERENCES `product_stream` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_cross_selling_assigned_products` -- ALTER TABLE `product_cross_selling_assigned_products` ADD CONSTRAINT `fk.product_cross_selling_assigned_products.cross_selling_id` FOREIGN KEY (`cross_selling_id`) REFERENCES `product_cross_selling` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `product_cross_selling_assigned_products_ibfk_2` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_cross_selling_translation` -- ALTER TABLE `product_cross_selling_translation` ADD CONSTRAINT `fk.product_cross_selling_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_cross_selling_translation.product_cross_selling_id` FOREIGN KEY (`product_cross_selling_id`) REFERENCES `product_cross_selling` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_custom_field_set` -- ALTER TABLE `product_custom_field_set` ADD CONSTRAINT `fk.product_custom_field_set.custom_field_set_id` FOREIGN KEY (`custom_field_set_id`) REFERENCES `custom_field_set` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.product_custom_field_set.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `product_download` -- ALTER TABLE `product_download` ADD CONSTRAINT `fk.product_download.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_download.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_export` -- ALTER TABLE `product_export` ADD CONSTRAINT `fk.product_export.product_stream_id` FOREIGN KEY (`product_stream_id`) REFERENCES `product_stream` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_export.sales_channel_domain_id` FOREIGN KEY (`sales_channel_domain_id`) REFERENCES `sales_channel_domain` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_export.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_export.storefront_sales_channel_id` FOREIGN KEY (`storefront_sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_feature_set_translation` -- ALTER TABLE `product_feature_set_translation` ADD CONSTRAINT `fk.product_feature_set_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_feature_set_translation.product_feature_set_id` FOREIGN KEY (`product_feature_set_id`) REFERENCES `product_feature_set` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_keyword_dictionary` -- ALTER TABLE `product_keyword_dictionary` ADD CONSTRAINT `fk.product_keyword_dictionary.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_manufacturer` -- ALTER TABLE `product_manufacturer` ADD CONSTRAINT `fk.product_manufacturer.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_manufacturer_translation` -- ALTER TABLE `product_manufacturer_translation` ADD CONSTRAINT `fk.product_manufacturer_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_manufacturer_translation.product_manufacturer_id` FOREIGN KEY (`product_manufacturer_id`,`product_manufacturer_version_id`) REFERENCES `product_manufacturer` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_media` -- ALTER TABLE `product_media` ADD CONSTRAINT `fk.product_media.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_media.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_option` -- ALTER TABLE `product_option` ADD CONSTRAINT `fk.product_option.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_option.property_group_option_id` FOREIGN KEY (`property_group_option_id`) REFERENCES `property_group_option` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_price` -- ALTER TABLE `product_price` ADD CONSTRAINT `fk.product_price.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_price.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_property` -- ALTER TABLE `product_property` ADD CONSTRAINT `fk.product_property.configuration_option_id` FOREIGN KEY (`property_group_option_id`) REFERENCES `property_group_option` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_property.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_review` -- ALTER TABLE `product_review` ADD CONSTRAINT `fk.product_review.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_review.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_review.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_review.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`); -- -- Tablo kısıtlamaları `product_search_config` -- ALTER TABLE `product_search_config` ADD CONSTRAINT `fk.product_search_config.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_search_config_field` -- ALTER TABLE `product_search_config_field` ADD CONSTRAINT `fk.search_config_field.custom_field_id` FOREIGN KEY (`custom_field_id`) REFERENCES `custom_field` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.search_config_field.product_search_config_id` FOREIGN KEY (`product_search_config_id`) REFERENCES `product_search_config` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_search_keyword` -- ALTER TABLE `product_search_keyword` ADD CONSTRAINT `fk.product_search_keyword.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_search_keyword.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_sorting_translation` -- ALTER TABLE `product_sorting_translation` ADD CONSTRAINT `fk.product_sorting_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_sorting_translation.product_sorting_id` FOREIGN KEY (`product_sorting_id`) REFERENCES `product_sorting` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_stream_filter` -- ALTER TABLE `product_stream_filter` ADD CONSTRAINT `fk.product_stream_filter.parent_id` FOREIGN KEY (`parent_id`) REFERENCES `product_stream_filter` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_stream_filter.product_stream_id` FOREIGN KEY (`product_stream_id`) REFERENCES `product_stream` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_stream_mapping` -- ALTER TABLE `product_stream_mapping` ADD CONSTRAINT `fk.product_stream_mapping.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_stream_mapping.product_stream_id` FOREIGN KEY (`product_stream_id`) REFERENCES `product_stream` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_stream_translation` -- ALTER TABLE `product_stream_translation` ADD CONSTRAINT `fk.product_stream_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_stream_translation.product_stream_id` FOREIGN KEY (`product_stream_id`) REFERENCES `product_stream` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_tag` -- ALTER TABLE `product_tag` ADD CONSTRAINT `fk.product_tag.product_version_id__product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_translation` -- ALTER TABLE `product_translation` ADD CONSTRAINT `fk.product_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_translation.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `product_visibility` -- ALTER TABLE `product_visibility` ADD CONSTRAINT `fk.product_visibility.product_id` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.product_visibility.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `promotion_cart_rule` -- ALTER TABLE `promotion_cart_rule` ADD CONSTRAINT `fk.promotion_cart_rule.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.promotion_cart_rule.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `promotion_discount` -- ALTER TABLE `promotion_discount` ADD CONSTRAINT `fk.promotion_discount.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `promotion_discount_prices` -- ALTER TABLE `promotion_discount_prices` ADD CONSTRAINT `fk.promotion_discount_prices.currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.promotion_discount_prices.discount_id` FOREIGN KEY (`discount_id`) REFERENCES `promotion_discount` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `promotion_discount_rule` -- ALTER TABLE `promotion_discount_rule` ADD CONSTRAINT `fk.promotion_discount_rule.promotion_id` FOREIGN KEY (`discount_id`) REFERENCES `promotion_discount` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.promotion_discount_rule.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `promotion_individual_code` -- ALTER TABLE `promotion_individual_code` ADD CONSTRAINT `fk.promotion_individual_code.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `promotion_order_rule` -- ALTER TABLE `promotion_order_rule` ADD CONSTRAINT `fk.promotion_order_rule.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.promotion_order_rule.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `promotion_persona_customer` -- ALTER TABLE `promotion_persona_customer` ADD CONSTRAINT `fk.promotion_persona_customer.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.promotion_persona_customer.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `promotion_persona_rule` -- ALTER TABLE `promotion_persona_rule` ADD CONSTRAINT `fk.promotion_persona_rule.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.promotion_persona_rule.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `promotion_sales_channel` -- ALTER TABLE `promotion_sales_channel` ADD CONSTRAINT `fk.promotion_sales_channel.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.promotion_sales_channel.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `promotion_setgroup` -- ALTER TABLE `promotion_setgroup` ADD CONSTRAINT `fk.promotion_setgroup.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `promotion_setgroup_rule` -- ALTER TABLE `promotion_setgroup_rule` ADD CONSTRAINT `fk.promotion_setgroup_rule.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.promotion_setgroup_rule.setgroup_id` FOREIGN KEY (`setgroup_id`) REFERENCES `promotion_setgroup` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `promotion_translation` -- ALTER TABLE `promotion_translation` ADD CONSTRAINT `fk.promotion_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.promotion_translation.promotion_id` FOREIGN KEY (`promotion_id`) REFERENCES `promotion` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `property_group_option` -- ALTER TABLE `property_group_option` ADD CONSTRAINT `fk.property_group_option.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.property_group_option.property_group_id` FOREIGN KEY (`property_group_id`) REFERENCES `property_group` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `property_group_option_translation` -- ALTER TABLE `property_group_option_translation` ADD CONSTRAINT `fk.property_group_option_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.property_group_option_translation.prop_group_option_id` FOREIGN KEY (`property_group_option_id`) REFERENCES `property_group_option` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `property_group_translation` -- ALTER TABLE `property_group_translation` ADD CONSTRAINT `fk.property_group_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.property_group_translation.property_group_id` FOREIGN KEY (`property_group_id`) REFERENCES `property_group` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `rule_condition` -- ALTER TABLE `rule_condition` ADD CONSTRAINT `fk.rule_condition.parent_id` FOREIGN KEY (`parent_id`) REFERENCES `rule_condition` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.rule_condition.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.rule_condition.script_id` FOREIGN KEY (`script_id`) REFERENCES `app_script_condition` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `rule_tag` -- ALTER TABLE `rule_tag` ADD CONSTRAINT `fk.rule_tag.id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.rule_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel` -- ALTER TABLE `sales_channel` ADD CONSTRAINT `fk.sales_channel.analytics_id` FOREIGN KEY (`analytics_id`) REFERENCES `sales_channel_analytics` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.country_id` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.customer_group_id` FOREIGN KEY (`customer_group_id`) REFERENCES `customer_group` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.footer_category_id` FOREIGN KEY (`footer_category_id`,`footer_category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.header_footer_id` FOREIGN KEY (`mail_header_footer_id`) REFERENCES `mail_header_footer` (`id`) ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.home_cms_page` FOREIGN KEY (`home_cms_page_id`,`home_cms_page_version_id`) REFERENCES `cms_page` (`id`, `version_id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.hreflang_default_domain_id` FOREIGN KEY (`hreflang_default_domain_id`) REFERENCES `sales_channel_domain` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.navigation_category_id` FOREIGN KEY (`navigation_category_id`,`navigation_category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.payment_method_id` FOREIGN KEY (`payment_method_id`) REFERENCES `payment_method` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.service_category_id` FOREIGN KEY (`service_category_id`,`service_category_version_id`) REFERENCES `category` (`id`, `version_id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.shipping_method_id` FOREIGN KEY (`shipping_method_id`) REFERENCES `shipping_method` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel.type_id` FOREIGN KEY (`type_id`) REFERENCES `sales_channel_type` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_api_context` -- ALTER TABLE `sales_channel_api_context` ADD CONSTRAINT `fk.sales_channel_api_context.customer_id` FOREIGN KEY (`customer_id`) REFERENCES `customer` (`id`) ON DELETE CASCADE, ADD CONSTRAINT `fk.sales_channel_api_context.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_country` -- ALTER TABLE `sales_channel_country` ADD CONSTRAINT `fk.sales_channel_country.country_id` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_country.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_currency` -- ALTER TABLE `sales_channel_currency` ADD CONSTRAINT `fk.sales_channel_currency.currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_currency.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_domain` -- ALTER TABLE `sales_channel_domain` ADD CONSTRAINT `fk.sales_channel_domain.currency_id` FOREIGN KEY (`currency_id`) REFERENCES `currency` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_domain.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_domain.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_domain.snippet_set_id` FOREIGN KEY (`snippet_set_id`) REFERENCES `snippet_set` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_language` -- ALTER TABLE `sales_channel_language` ADD CONSTRAINT `fk.sales_channel_language.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_language.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_payment_method` -- ALTER TABLE `sales_channel_payment_method` ADD CONSTRAINT `fk.sales_channel_payment_method.payment_method_id` FOREIGN KEY (`payment_method_id`) REFERENCES `payment_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_payment_method.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_rule` -- ALTER TABLE `sales_channel_rule` ADD CONSTRAINT `fk.sales_channel_rule.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_rule.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_shipping_method` -- ALTER TABLE `sales_channel_shipping_method` ADD CONSTRAINT `fk.sales_channel_shipping_method.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_shipping_method.shipping_method_id` FOREIGN KEY (`shipping_method_id`) REFERENCES `shipping_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_translation` -- ALTER TABLE `sales_channel_translation` ADD CONSTRAINT `fk.sales_channel_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_translation.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `sales_channel_type_translation` -- ALTER TABLE `sales_channel_type_translation` ADD CONSTRAINT `fk.sales_channel_type_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.sales_channel_type_translation.sales_channel_type_id` FOREIGN KEY (`sales_channel_type_id`) REFERENCES `sales_channel_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `salutation_translation` -- ALTER TABLE `salutation_translation` ADD CONSTRAINT `fk.salutation_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.salutation_translation.salutation_id` FOREIGN KEY (`salutation_id`) REFERENCES `salutation` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `script` -- ALTER TABLE `script` ADD CONSTRAINT `fk.app_script.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `seo_url` -- ALTER TABLE `seo_url` ADD CONSTRAINT `fk.seo_url.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.seo_url.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `seo_url_template` -- ALTER TABLE `seo_url_template` ADD CONSTRAINT `fk.seo_url_template.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `shipping_method` -- ALTER TABLE `shipping_method` ADD CONSTRAINT `fk.shipping_method.availability_rule_id` FOREIGN KEY (`availability_rule_id`) REFERENCES `rule` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.shipping_method.delivery_time_id` FOREIGN KEY (`delivery_time_id`) REFERENCES `delivery_time` (`id`), ADD CONSTRAINT `fk.shipping_method.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE, ADD CONSTRAINT `fk.shipping_method.tax_id` FOREIGN KEY (`tax_id`) REFERENCES `tax` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `shipping_method_price` -- ALTER TABLE `shipping_method_price` ADD CONSTRAINT `fk.shipping_method_price.calculation_rule_id` FOREIGN KEY (`calculation_rule_id`) REFERENCES `rule` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.shipping_method_price.rule_id` FOREIGN KEY (`rule_id`) REFERENCES `rule` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.shipping_method_price.shipping_method_id` FOREIGN KEY (`shipping_method_id`) REFERENCES `shipping_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `shipping_method_tag` -- ALTER TABLE `shipping_method_tag` ADD CONSTRAINT `fk.shipping_method_tag.shipping_method_id` FOREIGN KEY (`shipping_method_id`) REFERENCES `shipping_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.shipping_method_tag.tag_id` FOREIGN KEY (`tag_id`) REFERENCES `tag` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `shipping_method_translation` -- ALTER TABLE `shipping_method_translation` ADD CONSTRAINT `fk.shipping_method_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.shipping_method_translation.shipping_method_id` FOREIGN KEY (`shipping_method_id`) REFERENCES `shipping_method` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `snippet` -- ALTER TABLE `snippet` ADD CONSTRAINT `fk.snippet.snippet_set_id` FOREIGN KEY (`snippet_set_id`) REFERENCES `snippet_set` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `state_machine` -- ALTER TABLE `state_machine` ADD CONSTRAINT `fk.state_machine.initial_state_id` FOREIGN KEY (`initial_state_id`) REFERENCES `state_machine_state` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `state_machine_history` -- ALTER TABLE `state_machine_history` ADD CONSTRAINT `fk.state_machine_history.from_state_id` FOREIGN KEY (`from_state_id`) REFERENCES `state_machine_state` (`id`) ON UPDATE CASCADE, ADD CONSTRAINT `fk.state_machine_history.state_machine_id` FOREIGN KEY (`state_machine_id`) REFERENCES `state_machine` (`id`) ON UPDATE CASCADE, ADD CONSTRAINT `fk.state_machine_history.to_state_id` FOREIGN KEY (`to_state_id`) REFERENCES `state_machine_state` (`id`) ON UPDATE CASCADE, ADD CONSTRAINT `fk.state_machine_history.user_id` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `state_machine_state` -- ALTER TABLE `state_machine_state` ADD CONSTRAINT `fk.state_machine_state.state_machine_id` FOREIGN KEY (`state_machine_id`) REFERENCES `state_machine` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `state_machine_state_translation` -- ALTER TABLE `state_machine_state_translation` ADD CONSTRAINT `fk.state_machine_state_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.state_machine_state_translation.state_machine_state_id` FOREIGN KEY (`state_machine_state_id`) REFERENCES `state_machine_state` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `state_machine_transition` -- ALTER TABLE `state_machine_transition` ADD CONSTRAINT `fk.state_machine_transition.from_state_id` FOREIGN KEY (`from_state_id`) REFERENCES `state_machine_state` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.state_machine_transition.state_machine_id` FOREIGN KEY (`state_machine_id`) REFERENCES `state_machine` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.state_machine_transition.to_state_id` FOREIGN KEY (`to_state_id`) REFERENCES `state_machine_state` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `state_machine_translation` -- ALTER TABLE `state_machine_translation` ADD CONSTRAINT `fk.state_machine_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.state_machine_translation.state_machine_id` FOREIGN KEY (`state_machine_id`) REFERENCES `state_machine` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `swag_language_pack_language` -- ALTER TABLE `swag_language_pack_language` ADD CONSTRAINT `fk.swag_language_pack_language_language` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `swag_paypal_pos_sales_channel` -- ALTER TABLE `swag_paypal_pos_sales_channel` ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel.product_stream_id` FOREIGN KEY (`product_stream_id`) REFERENCES `product_stream` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `swag_paypal_pos_sales_channel_inventory` -- ALTER TABLE `swag_paypal_pos_sales_channel_inventory` ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel_inventory.product` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel_inventory.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `swag_paypal_pos_sales_channel_media` -- ALTER TABLE `swag_paypal_pos_sales_channel_media` ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel_media.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel_media.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `swag_paypal_pos_sales_channel_product` -- ALTER TABLE `swag_paypal_pos_sales_channel_product` ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel_products.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `swag_paypal_pos_sales_channel_run` -- ALTER TABLE `swag_paypal_pos_sales_channel_run` ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel_run.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `swag_paypal_pos_sales_channel_run_log` -- ALTER TABLE `swag_paypal_pos_sales_channel_run_log` ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel_run_log.product` FOREIGN KEY (`product_id`,`product_version_id`) REFERENCES `product` (`id`, `version_id`) ON DELETE SET NULL ON UPDATE SET NULL, ADD CONSTRAINT `fk.swag_paypal_pos_sales_channel_run_log.run_id` FOREIGN KEY (`run_id`) REFERENCES `swag_paypal_pos_sales_channel_run` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `system_config` -- ALTER TABLE `system_config` ADD CONSTRAINT `fk.system_config.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `tax_rule` -- ALTER TABLE `tax_rule` ADD CONSTRAINT `fk.tax_rule.country_id` FOREIGN KEY (`country_id`) REFERENCES `country` (`id`), ADD CONSTRAINT `fk.tax_rule.tax_area_rule_type_id` FOREIGN KEY (`tax_rule_type_id`) REFERENCES `tax_rule_type` (`id`), ADD CONSTRAINT `fk.tax_rule.tax_id` FOREIGN KEY (`tax_id`) REFERENCES `tax` (`id`); -- -- Tablo kısıtlamaları `tax_rule_type_translation` -- ALTER TABLE `tax_rule_type_translation` ADD CONSTRAINT `fk.tax_rule_type_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.tax_rule_type_translation.tax_rule_type_id` FOREIGN KEY (`tax_rule_type_id`) REFERENCES `tax_rule_type` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `theme` -- ALTER TABLE `theme` ADD CONSTRAINT `theme_ibfk_1` FOREIGN KEY (`preview_media_id`) REFERENCES `media` (`id`) ON DELETE SET NULL ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `theme_child` -- ALTER TABLE `theme_child` ADD CONSTRAINT `fk.theme_child.child_id` FOREIGN KEY (`child_id`) REFERENCES `theme` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.theme_child.parent_id__theme_id` FOREIGN KEY (`parent_id`) REFERENCES `theme` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `theme_media` -- ALTER TABLE `theme_media` ADD CONSTRAINT `fk.theme_media.media_id` FOREIGN KEY (`media_id`) REFERENCES `media` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE, ADD CONSTRAINT `fk.theme_media.theme_id` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `theme_sales_channel` -- ALTER TABLE `theme_sales_channel` ADD CONSTRAINT `fk.theme_sales_channel.sales_channel_id` FOREIGN KEY (`sales_channel_id`) REFERENCES `sales_channel` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.theme_sales_channel.theme_id` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `theme_translation` -- ALTER TABLE `theme_translation` ADD CONSTRAINT `fk.theme_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.theme_translation.theme_id` FOREIGN KEY (`theme_id`) REFERENCES `theme` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `unit_translation` -- ALTER TABLE `unit_translation` ADD CONSTRAINT `fk.unit_translation.language_id` FOREIGN KEY (`language_id`) REFERENCES `language` (`id`) ON DELETE CASCADE ON UPDATE CASCADE, ADD CONSTRAINT `fk.unit_translation.unit_id` FOREIGN KEY (`unit_id`) REFERENCES `unit` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `user` -- ALTER TABLE `user` ADD CONSTRAINT `fk.user.avatar_id` FOREIGN KEY (`avatar_id`) REFERENCES `media` (`id`) ON DELETE SET NULL, ADD CONSTRAINT `fk.user.locale_id` FOREIGN KEY (`locale_id`) REFERENCES `locale` (`id`) ON DELETE RESTRICT ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `user_access_key` -- ALTER TABLE `user_access_key` ADD CONSTRAINT `fk.user_access_key.user_id` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `user_config` -- ALTER TABLE `user_config` ADD CONSTRAINT `fk.user_config.user_id` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `user_recovery` -- ALTER TABLE `user_recovery` ADD CONSTRAINT `fk.user_recovery.user_id` FOREIGN KEY (`user_id`) REFERENCES `user` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; -- -- Tablo kısıtlamaları `version_commit_data` -- ALTER TABLE `version_commit_data` ADD CONSTRAINT `fk.version_commit_data.version_commit_id` FOREIGN KEY (`version_commit_id`) REFERENCES `version_commit` (`id`) ON DELETE CASCADE; -- -- Tablo kısıtlamaları `webhook` -- ALTER TABLE `webhook` ADD CONSTRAINT `fk.webhook.app_id` FOREIGN KEY (`app_id`) REFERENCES `app` (`id`) ON DELETE CASCADE ON UPDATE CASCADE; COMMIT; /*!40101 SET CHARACTER_SET_CLIENT=@OLD_CHARACTER_SET_CLIENT */; /*!40101 SET CHARACTER_SET_RESULTS=@OLD_CHARACTER_SET_RESULTS */; /*!40101 SET COLLATION_CONNECTION=@OLD_COLLATION_CONNECTION */;
Simpan