a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863067;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `stripe_multishipping_quotes` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `quote_id` varchar(255) NOT NULL COMMENT 'Quote ID',\n  `payment_method_id` varchar(255) NOT NULL COMMENT 'Payment method ID',\n  `payment_intent_id` varchar(255) DEFAULT NULL COMMENT 'Payment intent ID',\n  `manual_capture` tinyint(1) NOT NULL DEFAULT 1 COMMENT 'Payment action',\n  `captured` tinyint(1) DEFAULT 0 COMMENT 'Whether the authorization has been captured',\n  `warning_email_sent` tinyint(1) DEFAULT 0 COMMENT 'Email sent when the authorization is about to expire',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Created at date',\n  PRIMARY KEY (`id`),\n  KEY `STRIPE_MULTISHIPPING_QUOTES_QUOTE_ID` (`quote_id`),\n  KEY `STRIPE_MULTISHIPPING_QUOTES_PAYMENT_INTENT_ID` (`payment_intent_id`),\n  KEY `STRIPE_MULTISHIPPING_QUOTES_MANUAL_CAPTURE` (`manual_capture`),\n  KEY `STRIPE_MULTISHIPPING_QUOTES_CREATED_AT` (`created_at`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Multishipping Quotes'"