a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060675;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `amazon_pending_authorization` (\n  `entity_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity_id',\n  `order_id` int unsigned NOT NULL COMMENT 'Order_id',\n  `payment_id` int unsigned NOT NULL COMMENT 'Payment_id',\n  `authorization_id` varchar(255) DEFAULT NULL COMMENT 'Authorization_id',\n  `created_at` datetime NOT NULL COMMENT 'Created_at',\n  `updated_at` datetime DEFAULT NULL COMMENT 'Updated_at',\n  `processed` smallint unsigned DEFAULT '0' COMMENT 'Initial authorization processed',\n  `capture` smallint unsigned DEFAULT '0' COMMENT 'Initial authorization has capture',\n  `capture_id` varchar(255) DEFAULT NULL COMMENT 'Initial authorization capture id',\n  PRIMARY KEY (`entity_id`),\n  UNIQUE KEY `UNQ_E6CCA08713FB32BB136A56837009C371` (`order_id`,`payment_id`,`authorization_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COMMENT='amazon_pending_authorization'"