a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863050;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `amazon_pending_authorization` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity_id',\n  `order_id` int(10) unsigned NOT NULL COMMENT 'Order_id',\n  `payment_id` int(10) 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(5) unsigned DEFAULT 0 COMMENT 'Initial authorization processed',\n  `capture` smallint(5) 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 COLLATE=utf8mb3_general_ci COMMENT='amazon_pending_authorization'"