a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863068;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `vertex_taxrequest` (\n  `request_id` bigint(20) NOT NULL AUTO_INCREMENT COMMENT 'Request Id',\n  `request_type` varchar(255) NOT NULL COMMENT 'Request type',\n  `quote_id` bigint(20) NOT NULL COMMENT 'Quote Id',\n  `order_id` bigint(20) NOT NULL COMMENT 'Order Id',\n  `total_tax` varchar(255) NOT NULL COMMENT 'Total Tax Amount',\n  `source_path` varchar(255) NOT NULL COMMENT 'Source path controller_module_action',\n  `tax_area_id` varchar(255) NOT NULL COMMENT 'Tax Jurisdictions Id',\n  `sub_total` varchar(255) NOT NULL COMMENT 'Response Subtotal Amount',\n  `total` varchar(255) NOT NULL COMMENT 'Response Total Amount',\n  `lookup_result` varchar(255) NOT NULL COMMENT 'Tax Area Response Lookup Result',\n  `request_date` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Request create date',\n  `request_xml` text NOT NULL COMMENT 'Request XML',\n  `response_xml` text NOT NULL COMMENT 'Response XML',\n  `response_time` int(10) unsigned NOT NULL COMMENT 'Milliseconds taken for Vertex API call to complete',\n  PRIMARY KEY (`request_id`),\n  UNIQUE KEY `VERTEX_TAXREQUEST_REQUEST_ID` (`request_id`),\n  KEY `VERTEX_TAXREQUEST_REQUEST_TYPE` (`request_type`),\n  KEY `VERTEX_TAXREQUEST_ORDER_ID` (`order_id`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='The tax request table'"