a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863066;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `sales_shipping_aggregated_order` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'ID',\n  `period` date DEFAULT NULL COMMENT 'Period',\n  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store ID',\n  `order_status` varchar(50) DEFAULT NULL COMMENT 'Order Status',\n  `shipping_description` varchar(255) DEFAULT NULL COMMENT 'Shipping Description',\n  `orders_count` int(11) NOT NULL DEFAULT 0 COMMENT 'Orders Count',\n  `total_shipping` decimal(20,4) DEFAULT NULL COMMENT 'Total Shipping',\n  `total_shipping_actual` decimal(20,4) DEFAULT NULL COMMENT 'Total Shipping Actual',\n  PRIMARY KEY (`id`),\n  UNIQUE KEY `UNQ_C05FAE47282EEA68654D0924E946761F` (`period`,`store_id`,`order_status`,`shipping_description`),\n  KEY `SALES_SHIPPING_AGGREGATED_ORDER_STORE_ID` (`store_id`),\n  CONSTRAINT `SALES_SHIPPING_AGGREGATED_ORDER_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL\n) ENGINE=InnoDB AUTO_INCREMENT=226149 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Sales Shipping Aggregated Order'"