a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863060;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `magento_customerbalance_history` (\n  `history_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'History Id',\n  `balance_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Balance Id',\n  `updated_at` timestamp NULL DEFAULT NULL COMMENT 'Updated At',\n  `action` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Action',\n  `balance_amount` decimal(20,4) NOT NULL DEFAULT 0.0000 COMMENT 'Balance Amount',\n  `balance_delta` decimal(20,4) NOT NULL DEFAULT 0.0000 COMMENT 'Balance Delta',\n  `additional_info` varchar(255) DEFAULT NULL COMMENT 'Additional Info',\n  `is_customer_notified` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Is Customer Notified',\n  PRIMARY KEY (`history_id`),\n  KEY `MAGENTO_CUSTOMERBALANCE_HISTORY_BALANCE_ID` (`balance_id`),\n  CONSTRAINT `FK_2F00673A61BFB69DB9566CB6D775C80B` FOREIGN KEY (`balance_id`) REFERENCES `magento_customerbalance` (`balance_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Enterprise Customerbalance History'"