a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1763060677;s:6:"expire";i:9999999999;s:4:"tags";s:40:"efd_DB_PDO_MYSQL_DDL,efd_DB_DDL,efd_MAGE";}
"CREATE TABLE `sales_flat_order_address_delegate` (\n  `entity_id` int NOT NULL AUTO_INCREMENT COMMENT 'Entity Id',\n  `customer_address_id` int NOT NULL COMMENT 'Customer Address Id',\n  `order_id` int NOT NULL COMMENT 'Order Id',\n  `item_id` int NOT NULL COMMENT 'Item ID',\n  `product_id` int DEFAULT NULL COMMENT 'Product Id',\n  `qty` decimal(12,4) NOT NULL DEFAULT '0.0000' COMMENT 'Qty',\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 COMMENT 'Updated At',\n  `customer_id` int DEFAULT NULL COMMENT 'Customer ID',\n  `save_in_address_book` int DEFAULT NULL COMMENT 'Save In Address Book',\n  `address_type` varchar(10) DEFAULT NULL COMMENT 'Address Type',\n  `email` varchar(255) DEFAULT NULL COMMENT 'Email',\n  `prefix` varchar(255) DEFAULT NULL COMMENT 'Prefix',\n  `firstname` varchar(255) DEFAULT NULL COMMENT 'Firstname',\n  `middlename` varchar(40) DEFAULT NULL COMMENT 'Middle Name',\n  `lastname` varchar(255) DEFAULT NULL COMMENT 'Lastname',\n  `suffix` varchar(40) DEFAULT NULL COMMENT 'Suffix',\n  `company` varchar(255) DEFAULT NULL COMMENT 'Company',\n  `street` text COMMENT 'Street',\n  `city` varchar(255) DEFAULT NULL COMMENT 'City',\n  `region` varchar(255) DEFAULT NULL COMMENT 'Region',\n  `region_id` int DEFAULT NULL COMMENT 'Region ID',\n  `postcode` varchar(20) DEFAULT NULL COMMENT 'Postcode',\n  `country_id` varchar(30) DEFAULT NULL COMMENT 'Country ID',\n  `telephone` varchar(255) DEFAULT NULL COMMENT 'telephone',\n  `fax` varchar(255) DEFAULT NULL COMMENT 'fax',\n  `delegate_email` varchar(255) DEFAULT NULL COMMENT 'Delegate Email',\n  `comment` mediumtext COMMENT 'Comment',\n  `lms_delegate_id` int DEFAULT NULL COMMENT 'Lms Delegate Id',\n  `vat_id` varchar(255) DEFAULT NULL COMMENT 'Vat Id',\n  `is_join_send` int DEFAULT NULL COMMENT 'Is Join Send',\n  `delegate_special_req` varchar(10) DEFAULT NULL COMMENT 'Delegate Special Reg',\n  `lms_access` int DEFAULT NULL COMMENT 'Lms Access',\n  PRIMARY KEY (`entity_id`)\n) ENGINE=InnoDB AUTO_INCREMENT=3315 DEFAULT CHARSET=utf8mb3 COMMENT='Sales Flat Quote Address'"