a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863061;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `magento_sales_order_grid_archive` (\n  `entity_id` int(10) unsigned NOT NULL COMMENT 'Entity Id',\n  `status` varchar(32) DEFAULT NULL,\n  `store_id` smallint(5) unsigned DEFAULT NULL,\n  `store_name` varchar(255) DEFAULT NULL,\n  `customer_id` int(10) unsigned DEFAULT NULL,\n  `base_grand_total` decimal(20,4) DEFAULT NULL,\n  `base_total_paid` decimal(20,4) DEFAULT NULL,\n  `grand_total` decimal(20,4) DEFAULT NULL,\n  `total_paid` decimal(20,4) DEFAULT NULL,\n  `increment_id` varchar(50) DEFAULT NULL,\n  `base_currency_code` varchar(3) DEFAULT NULL,\n  `order_currency_code` varchar(255) DEFAULT NULL,\n  `shipping_name` varchar(255) DEFAULT NULL,\n  `billing_name` varchar(255) DEFAULT NULL,\n  `created_at` timestamp NULL DEFAULT NULL,\n  `updated_at` timestamp NULL DEFAULT NULL,\n  `billing_address` varchar(255) DEFAULT NULL,\n  `shipping_address` varchar(255) DEFAULT NULL,\n  `shipping_information` varchar(255) DEFAULT NULL,\n  `customer_email` varchar(255) DEFAULT NULL,\n  `customer_group` varchar(255) DEFAULT NULL,\n  `subtotal` decimal(20,4) DEFAULT NULL,\n  `shipping_and_handling` decimal(20,4) DEFAULT NULL,\n  `customer_name` varchar(255) DEFAULT NULL,\n  `payment_method` varchar(255) DEFAULT NULL,\n  `total_refunded` decimal(20,4) DEFAULT NULL,\n  `refunded_to_store_credit` decimal(20,4) DEFAULT NULL COMMENT 'Refunded To Store Credit',\n  `pickup_location_code` varchar(255) DEFAULT NULL COMMENT 'Pickup Location Code',\n  PRIMARY KEY (`entity_id`),\n  UNIQUE KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_INCREMENT_ID_STORE_ID` (`increment_id`,`store_id`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_STATUS` (`status`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_STORE_ID` (`store_id`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_BASE_GRAND_TOTAL` (`base_grand_total`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_BASE_TOTAL_PAID` (`base_total_paid`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_GRAND_TOTAL` (`grand_total`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_TOTAL_PAID` (`total_paid`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_SHIPPING_NAME` (`shipping_name`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_BILLING_NAME` (`billing_name`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_CREATED_AT` (`created_at`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_CUSTOMER_ID` (`customer_id`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_UPDATED_AT` (`updated_at`),\n  KEY `MAGENTO_SALES_ORDER_GRID_ARCHIVE_PICKUP_LOCATION_CODE` (`pickup_location_code`),\n  FULLTEXT KEY `FTI_79B209645FB0D568E4FBA1CC62512D9B` (`increment_id`,`billing_name`,`shipping_name`,`shipping_address`,`billing_address`,`customer_name`,`customer_email`)\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Magento Sales Order Grid Archive'"