a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863065;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `sales_order_tax_item` (\n  `tax_item_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Tax Item ID',\n  `tax_id` int(10) unsigned NOT NULL COMMENT 'Tax ID',\n  `item_id` int(10) unsigned DEFAULT NULL COMMENT 'Item ID',\n  `tax_percent` decimal(12,4) NOT NULL COMMENT 'Real Tax Percent For Item',\n  `amount` decimal(20,4) NOT NULL COMMENT 'Tax amount for the item and tax rate',\n  `base_amount` decimal(20,4) NOT NULL COMMENT 'Base tax amount for the item and tax rate',\n  `real_amount` decimal(20,4) NOT NULL COMMENT 'Real tax amount for the item and tax rate',\n  `real_base_amount` decimal(20,4) NOT NULL COMMENT 'Real base tax amount for the item and tax rate',\n  `associated_item_id` int(10) unsigned DEFAULT NULL COMMENT 'Id of the associated item',\n  `taxable_item_type` varchar(32) NOT NULL COMMENT 'Type of the taxable item',\n  PRIMARY KEY (`tax_item_id`),\n  UNIQUE KEY `SALES_ORDER_TAX_ITEM_TAX_ID_ITEM_ID` (`tax_id`,`item_id`),\n  KEY `SALES_ORDER_TAX_ITEM_ASSOCIATED_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID` (`associated_item_id`),\n  KEY `SALES_ORDER_TAX_ITEM_ITEM_ID` (`item_id`),\n  CONSTRAINT `SALES_ORDER_TAX_ITEM_ASSOCIATED_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID` FOREIGN KEY (`associated_item_id`) REFERENCES `sales_order_item` (`item_id`) ON DELETE CASCADE,\n  CONSTRAINT `SALES_ORDER_TAX_ITEM_ITEM_ID_SALES_ORDER_ITEM_ITEM_ID` FOREIGN KEY (`item_id`) REFERENCES `sales_order_item` (`item_id`) ON DELETE CASCADE,\n  CONSTRAINT `SALES_ORDER_TAX_ITEM_TAX_ID_SALES_ORDER_TAX_TAX_ID` FOREIGN KEY (`tax_id`) REFERENCES `sales_order_tax` (`tax_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=806286 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Sales Order Tax Item'"