a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863068;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `xtento_productexport_profile` (\n  `profile_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n  `entity` varchar(255) NOT NULL COMMENT 'Export Entity',\n  `enabled` tinyint(1) NOT NULL COMMENT 'Profile Enabled',\n  `name` text NOT NULL COMMENT 'Profile Name',\n  `destination_ids` text NOT NULL COMMENT 'Destination IDs',\n  `last_execution` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Last Execution',\n  `last_modification` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Last Modification',\n  `conditions_serialized` mediumtext NOT NULL COMMENT 'Conditions \/ Filters',\n  `store_id` int(11) NOT NULL COMMENT 'Store ID',\n  `export_one_file_per_object` tinyint(1) NOT NULL COMMENT 'Export one file per object',\n  `export_filter_new_only` tinyint(1) NOT NULL COMMENT 'Export filter: New objects only',\n  `export_filter_datefrom` date DEFAULT NULL COMMENT 'Export filter: Date from',\n  `export_filter_dateto` date DEFAULT NULL COMMENT 'Export filter: Date to',\n  `export_filter_older_x_minutes` int(11) DEFAULT NULL COMMENT 'Export filter: Older than X minutes',\n  `export_filter_last_x_days` int(11) DEFAULT NULL COMMENT 'Export filter: Last X days only',\n  `export_filter_updated_last_x_minutes` int(11) DEFAULT NULL COMMENT 'Export filter: Updated during last X minutes',\n  `export_filter_status` text NOT NULL COMMENT 'Export filter: Status',\n  `export_filter_product_type` text NOT NULL COMMENT 'Export filter: Product type',\n  `export_filter_product_status` varchar(255) NOT NULL COMMENT 'Export filter: Product Status',\n  `export_filter_product_visibility` varchar(255) NOT NULL COMMENT 'Export filter: Product Visibility',\n  `export_filter_instock_only` tinyint(1) NOT NULL COMMENT 'Export filter: In Stock only',\n  `save_files_manual_export` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Save files on destinations for manual exports',\n  `export_empty_files` tinyint(1) NOT NULL COMMENT 'Export empty files',\n  `customer_group_id` int(11) NOT NULL DEFAULT 0 COMMENT 'The customer group ID which prices will be fetched for',\n  `export_replace_nl_br` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Replace newline with br HTML tag',\n  `export_url_remove_store` tinyint(1) NOT NULL COMMENT 'Remove store view code from URL',\n  `export_strip_tags` tinyint(1) NOT NULL COMMENT 'Strip HTML tags from export',\n  `manual_export_enabled` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Manual export enabled',\n  `start_download_manual_export` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Start download after manual export',\n  `save_files_local_copy` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Save local copies of exports',\n  `event_observers` text NOT NULL COMMENT 'Events observed',\n  `cronjob_enabled` tinyint(1) NOT NULL COMMENT 'Cronjob export enabled',\n  `cronjob_frequency` text NOT NULL COMMENT 'Cronjob frequency',\n  `cronjob_custom_frequency` text NOT NULL COMMENT 'Cronjob custom frequency expression',\n  `output_type` varchar(255) NOT NULL DEFAULT 'xsl' COMMENT 'Export output generator',\n  `attributes_to_select` text NOT NULL COMMENT 'Performance Settings: Specific attributes',\n  `filename` varchar(255) NOT NULL COMMENT 'Export filename (only All-fields-in-XML)',\n  `encoding` varchar(255) NOT NULL COMMENT 'Export file encoding (only All-fields-in-XML)',\n  `xsl_template` mediumtext NOT NULL COMMENT 'XSL Template',\n  `test_id` text NOT NULL COMMENT 'Test export IDs',\n  `category_mapping` mediumtext NOT NULL COMMENT 'Category Mapping',\n  `taxonomy_source` varchar(255) NOT NULL COMMENT 'Taxonomy Source',\n  `remove_pub_folder_from_urls` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Remove pub folder from URLs',\n  PRIMARY KEY (`profile_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Xtento_ProductExport Profile table'"