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 `quote` (\n  `entity_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `store_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Store ID',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  `updated_at` timestamp NOT NULL DEFAULT current_timestamp() ON UPDATE current_timestamp(),\n  `converted_at` timestamp NULL DEFAULT NULL COMMENT 'Converted At',\n  `is_active` smallint(5) unsigned DEFAULT 1 COMMENT 'Is Active',\n  `is_virtual` smallint(5) unsigned DEFAULT 0 COMMENT 'Is Virtual',\n  `is_multi_shipping` smallint(5) unsigned DEFAULT 0 COMMENT 'Is Multi Shipping',\n  `items_count` int(10) unsigned DEFAULT 0 COMMENT 'Items Count',\n  `items_qty` decimal(12,4) DEFAULT 0.0000 COMMENT 'Items Qty',\n  `orig_order_id` int(10) unsigned DEFAULT 0 COMMENT 'Orig Order ID',\n  `store_to_base_rate` decimal(12,4) DEFAULT 0.0000 COMMENT 'Store To Base Rate',\n  `store_to_quote_rate` decimal(12,4) DEFAULT 0.0000 COMMENT 'Store To Quote Rate',\n  `base_currency_code` varchar(255) DEFAULT NULL COMMENT 'Base Currency Code',\n  `store_currency_code` varchar(255) DEFAULT NULL COMMENT 'Store Currency Code',\n  `quote_currency_code` varchar(255) DEFAULT NULL COMMENT 'Quote Currency Code',\n  `grand_total` decimal(20,4) DEFAULT 0.0000 COMMENT 'Grand Total',\n  `base_grand_total` decimal(20,4) DEFAULT 0.0000 COMMENT 'Base Grand Total',\n  `checkout_method` varchar(255) DEFAULT NULL COMMENT 'Checkout Method',\n  `customer_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer ID',\n  `customer_tax_class_id` int(10) unsigned DEFAULT NULL COMMENT 'Customer Tax Class ID',\n  `customer_group_id` int(10) unsigned DEFAULT 0 COMMENT 'Customer Group ID',\n  `customer_email` varchar(255) DEFAULT NULL COMMENT 'Customer Email',\n  `customer_prefix` varchar(40) DEFAULT NULL COMMENT 'Customer Prefix',\n  `customer_firstname` varchar(255) DEFAULT NULL COMMENT 'Customer Firstname',\n  `customer_middlename` varchar(40) DEFAULT NULL COMMENT 'Customer Middlename',\n  `customer_lastname` varchar(255) DEFAULT NULL COMMENT 'Customer Lastname',\n  `customer_suffix` varchar(40) DEFAULT NULL COMMENT 'Customer Suffix',\n  `customer_dob` datetime DEFAULT NULL COMMENT 'Customer Dob',\n  `customer_note` text DEFAULT NULL COMMENT 'Customer Note',\n  `customer_note_notify` smallint(5) unsigned DEFAULT 1 COMMENT 'Customer Note Notify',\n  `customer_is_guest` smallint(5) unsigned DEFAULT 0 COMMENT 'Customer Is Guest',\n  `remote_ip` varchar(45) DEFAULT NULL COMMENT 'Remote Ip',\n  `applied_rule_ids` varchar(255) DEFAULT NULL COMMENT 'Applied Rule Ids',\n  `reserved_order_id` varchar(64) DEFAULT NULL COMMENT 'Reserved Order ID',\n  `password_hash` varchar(255) DEFAULT NULL COMMENT 'Password Hash',\n  `coupon_code` varchar(255) DEFAULT NULL COMMENT 'Coupon Code',\n  `global_currency_code` varchar(255) DEFAULT NULL COMMENT 'Global Currency Code',\n  `base_to_global_rate` decimal(20,4) DEFAULT NULL COMMENT 'Base To Global Rate',\n  `base_to_quote_rate` decimal(20,4) DEFAULT NULL COMMENT 'Base To Quote Rate',\n  `customer_taxvat` varchar(255) DEFAULT NULL COMMENT 'Customer Taxvat',\n  `customer_gender` varchar(255) DEFAULT NULL COMMENT 'Customer Gender',\n  `subtotal` decimal(20,4) DEFAULT NULL COMMENT 'Subtotal',\n  `base_subtotal` decimal(20,4) DEFAULT NULL COMMENT 'Base Subtotal',\n  `subtotal_with_discount` decimal(20,4) DEFAULT NULL COMMENT 'Subtotal With Discount',\n  `base_subtotal_with_discount` decimal(20,4) DEFAULT NULL COMMENT 'Base Subtotal With Discount',\n  `is_changed` int(10) unsigned DEFAULT NULL COMMENT 'Is Changed',\n  `trigger_recollect` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Trigger Recollect',\n  `ext_shipping_info` text DEFAULT NULL COMMENT 'Ext Shipping Info',\n  `customer_balance_amount_used` decimal(20,4) DEFAULT NULL COMMENT 'Customer Balance Amount Used',\n  `base_customer_bal_amount_used` decimal(20,4) DEFAULT NULL COMMENT 'Base Customer Bal Amount Used',\n  `use_customer_balance` int(11) DEFAULT NULL COMMENT 'Use Customer Balance',\n  `gift_cards` text DEFAULT NULL COMMENT 'Gift Cards',\n  `gift_cards_amount` decimal(20,4) DEFAULT NULL COMMENT 'Gift Cards Amount',\n  `base_gift_cards_amount` decimal(20,4) DEFAULT NULL COMMENT 'Base Gift Cards Amount',\n  `gift_cards_amount_used` decimal(20,4) DEFAULT NULL COMMENT 'Gift Cards Amount Used',\n  `base_gift_cards_amount_used` decimal(20,4) DEFAULT NULL COMMENT 'Base Gift Cards Amount Used',\n  `gift_message_id` int(11) DEFAULT NULL COMMENT 'Gift Message ID',\n  `gw_id` int(11) DEFAULT NULL COMMENT 'Gw Id',\n  `gw_allow_gift_receipt` int(11) DEFAULT NULL COMMENT 'Gw Allow Gift Receipt',\n  `gw_add_card` int(11) DEFAULT NULL COMMENT 'Gw Add Card',\n  `gw_base_price` decimal(12,4) DEFAULT NULL COMMENT 'Gw Base Price',\n  `gw_price` decimal(12,4) DEFAULT NULL COMMENT 'Gw Price',\n  `gw_items_base_price` decimal(12,4) DEFAULT NULL COMMENT 'Gw Items Base Price',\n  `gw_items_price` decimal(12,4) DEFAULT NULL COMMENT 'Gw Items Price',\n  `gw_card_base_price` decimal(12,4) DEFAULT NULL COMMENT 'Gw Card Base Price',\n  `gw_card_price` decimal(12,4) DEFAULT NULL COMMENT 'Gw Card Price',\n  `gw_base_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Gw Base Tax Amount',\n  `gw_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Gw Tax Amount',\n  `gw_items_base_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Gw Items Base Tax Amount',\n  `gw_items_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Gw Items Tax Amount',\n  `gw_card_base_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Gw Card Base Tax Amount',\n  `gw_card_tax_amount` decimal(12,4) DEFAULT NULL COMMENT 'Gw Card Tax Amount',\n  `gw_base_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Gw Base Price Incl Tax',\n  `gw_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Gw Price Incl Tax',\n  `gw_items_base_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Gw Items Base Price Incl Tax',\n  `gw_items_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Gw Items Price Incl Tax',\n  `gw_card_base_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Gw Card Base Price Incl Tax',\n  `gw_card_price_incl_tax` decimal(12,4) DEFAULT NULL COMMENT 'Gw Card Price Incl Tax',\n  `is_persistent` smallint(5) unsigned DEFAULT 0 COMMENT 'Is Quote Persistent',\n  `use_reward_points` int(11) DEFAULT NULL COMMENT 'Use Reward Points',\n  `reward_points_balance` int(11) DEFAULT NULL COMMENT 'Reward Points Balance',\n  `base_reward_currency_amount` decimal(20,4) DEFAULT NULL COMMENT 'Base Reward Currency Amount',\n  `reward_currency_amount` decimal(20,4) DEFAULT NULL COMMENT 'Reward Currency Amount',\n  `checkout_order_comment` varchar(1024) DEFAULT NULL COMMENT 'Order Comment',\n  `mp_smtp_ace_token` varchar(255) DEFAULT NULL COMMENT 'ACE Token',\n  `mp_smtp_ace_sent` smallint(6) DEFAULT 0 COMMENT 'ACE Sent',\n  `mp_smtp_ace_log_ids` text DEFAULT NULL COMMENT 'ACE Log Ids',\n  `mp_smtp_ace_log_data` text DEFAULT NULL COMMENT 'ACE Log Data',\n  `kl_sms_consent` text DEFAULT NULL COMMENT 'SMS Consent',\n  `kl_email_consent` text DEFAULT NULL COMMENT 'Email Consent',\n  `is_used_for_recurring_orders` tinyint(1) DEFAULT 0 COMMENT 'Added by the Stripe module',\n  PRIMARY KEY (`entity_id`),\n  KEY `QUOTE_CUSTOMER_ID_STORE_ID_IS_ACTIVE` (`customer_id`,`store_id`,`is_active`),\n  KEY `QUOTE_STORE_ID` (`store_id`),\n  KEY `QUOTE_IS_USED_FOR_RECURRING_ORDERS` (`is_used_for_recurring_orders`),\n  CONSTRAINT `QUOTE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=1211317 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Sales Flat Quote'"