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_destination` (\n  `destination_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n  `name` varchar(255) NOT NULL COMMENT 'Name',\n  `type` varchar(255) NOT NULL COMMENT 'Type',\n  `hostname` varchar(255) NOT NULL COMMENT 'Hostname',\n  `port` smallint(5) unsigned DEFAULT NULL COMMENT 'Port',\n  `username` varchar(255) NOT NULL COMMENT 'Username',\n  `password` varchar(255) NOT NULL COMMENT 'Password',\n  `timeout` smallint(6) NOT NULL DEFAULT 15 COMMENT 'Timeout',\n  `path` varchar(255) NOT NULL COMMENT 'Path',\n  `ftp_type` varchar(20) NOT NULL COMMENT 'FTP Server Type',\n  `ftp_pasv` tinyint(1) NOT NULL COMMENT 'FTP Use Passive Mode',\n  `email_sender` varchar(255) NOT NULL COMMENT 'E-Mail Sender',\n  `email_recipient` varchar(255) NOT NULL COMMENT 'E-Mail Recipient',\n  `email_subject` varchar(255) NOT NULL COMMENT 'E-Mail Subject',\n  `email_body` mediumtext NOT NULL COMMENT 'E-Mail Body',\n  `email_html` smallint(6) NOT NULL DEFAULT 1 COMMENT 'E-Mail HTML',\n  `email_attach_files` smallint(6) NOT NULL DEFAULT 1 COMMENT 'E-Mail Attach Files',\n  `custom_class` varchar(255) NOT NULL COMMENT 'Custom Class',\n  `custom_function` varchar(255) NOT NULL COMMENT 'Custom Function',\n  `last_result` tinyint(1) NOT NULL COMMENT 'Last Result',\n  `last_result_message` text NOT NULL COMMENT 'Last Result Message',\n  `last_modification` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp() COMMENT 'Last Modification',\n  `ftp_ignorepasvaddress` tinyint(1) NOT NULL COMMENT 'FTP Ignore PASV Address',\n  `email_bcc` varchar(255) NOT NULL COMMENT 'E-Mail BCC',\n  PRIMARY KEY (`destination_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Xtento_ProductExport Destination table'"