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_log` (\n  `log_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  `profile_id` int(11) NOT NULL COMMENT 'Profile ID',\n  `files` mediumtext NOT NULL COMMENT 'Exported Files',\n  `destination_ids` text NOT NULL COMMENT 'Destination IDs',\n  `export_type` int(11) NOT NULL COMMENT 'Export Type (ID)',\n  `export_event` varchar(255) NOT NULL COMMENT 'Export Event',\n  `records_exported` int(11) NOT NULL COMMENT 'Records Exported',\n  `result` smallint(6) NOT NULL COMMENT 'Export Result',\n  `result_message` mediumtext NOT NULL COMMENT 'Export Result Message',\n  PRIMARY KEY (`log_id`),\n  KEY `XTENTO_PRODUCTEXPORT_LOG_PROFILE_ID_CREATED_AT` (`profile_id`,`created_at`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Xtento_ProductExport Log table'"