a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060676;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `quote` (\n  `entity_id` int unsigned NOT NULL AUTO_INCREMENT COMMENT 'Entity ID',\n  `store_id` smallint 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 unsigned DEFAULT '1' COMMENT 'Is Active',\n  `is_virtual` smallint unsigned DEFAULT '0' COMMENT 'Is Virtual',\n  `is_multi_shipping` smallint unsigned DEFAULT '0' COMMENT 'Is Multi Shipping',\n  `items_count` int unsigned DEFAULT '0' COMMENT 'Items Count',\n  `items_qty` decimal(12,4) DEFAULT '0.0000' COMMENT 'Items Qty',\n  `orig_order_id` int 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 unsigned DEFAULT NULL COMMENT 'Customer ID',\n  `customer_tax_class_id` int unsigned DEFAULT NULL COMMENT 'Customer Tax Class ID',\n  `customer_group_id` int 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 COMMENT 'Customer Note',\n  `customer_note_notify` smallint unsigned DEFAULT '1' COMMENT 'Customer Note Notify',\n  `customer_is_guest` smallint 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 unsigned DEFAULT NULL COMMENT 'Is Changed',\n  `trigger_recollect` smallint NOT NULL DEFAULT '0' COMMENT 'Trigger Recollect',\n  `ext_shipping_info` text COMMENT 'Ext Shipping Info',\n  `gift_message_id` int DEFAULT NULL COMMENT 'Gift Message ID',\n  `is_persistent` smallint unsigned DEFAULT '0' COMMENT 'Is Quote Persistent',\n  `is_multi_delegate` int DEFAULT NULL COMMENT 'Is Multi Delegate',\n  `mp_smtp_ace_token` varchar(255) DEFAULT NULL COMMENT 'ACE Token',\n  `mp_smtp_ace_sent` smallint DEFAULT '0' COMMENT 'ACE Sent',\n  `mp_smtp_ace_log_ids` text COMMENT 'ACE Log Ids',\n  `mp_smtp_ace_log_data` text COMMENT 'ACE Log Data',\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  CONSTRAINT `QUOTE_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=64962 DEFAULT CHARSET=utf8mb3 COMMENT='Sales Flat Quote'"