a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863063;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `paymentexpress_paymentresult` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n  `quote_id` int(10) unsigned NOT NULL COMMENT 'Quote Id',\n  `reserved_order_id` varchar(64) NOT NULL COMMENT 'Order Increment Id',\n  `method` varchar(64) NOT NULL DEFAULT '' COMMENT 'Payment Method',\n  `updated_time` datetime NOT NULL COMMENT 'PaymentResponse',\n  `dps_transaction_type` varchar(16) NOT NULL DEFAULT '' COMMENT 'Transaction Type',\n  `dps_txn_ref` varchar(128) NOT NULL DEFAULT '' COMMENT 'DPSTxnRef',\n  `raw_xml` text NOT NULL DEFAULT '' COMMENT 'PaymentResponse',\n  `user_name` varchar(255) DEFAULT NULL COMMENT 'PxPay\/PxFusion user',\n  `token` varchar(255) DEFAULT NULL COMMENT 'PxPay\/PxFusion token',\n  PRIMARY KEY (`entity_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=153 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Payment Express BillingToken'"