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_reward_history` (\n  `history_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'History Id',\n  `reward_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Reward Id',\n  `website_id` smallint(5) unsigned NOT NULL DEFAULT 0 COMMENT 'Website Id',\n  `store_id` smallint(5) unsigned DEFAULT NULL COMMENT 'Store Id',\n  `action` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Action',\n  `entity` int(11) DEFAULT NULL COMMENT 'Entity',\n  `points_balance` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Points Balance',\n  `points_delta` int(11) NOT NULL DEFAULT 0 COMMENT 'Points Delta',\n  `points_used` int(11) NOT NULL DEFAULT 0 COMMENT 'Points Used',\n  `points_voided` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Points Voided',\n  `currency_amount` decimal(20,4) NOT NULL DEFAULT 0.0000 COMMENT 'Currency Amount',\n  `currency_delta` decimal(20,4) NOT NULL DEFAULT 0.0000 COMMENT 'Currency Delta',\n  `base_currency_code` varchar(5) NOT NULL COMMENT 'Base Currency Code',\n  `additional_data` text NOT NULL COMMENT 'Additional Data',\n  `comment` text DEFAULT NULL COMMENT 'Comment',\n  `created_at` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Created At',\n  `expired_at_static` timestamp NULL DEFAULT NULL COMMENT 'Expired At Static',\n  `expired_at_dynamic` timestamp NULL DEFAULT NULL COMMENT 'Expired At Dynamic',\n  `is_expired` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Is Expired',\n  `is_duplicate_of` int(10) unsigned DEFAULT NULL COMMENT 'Is Duplicate Of',\n  `notification_sent` smallint(6) NOT NULL DEFAULT 0 COMMENT 'Notification Sent',\n  PRIMARY KEY (`history_id`),\n  KEY `MAGENTO_REWARD_HISTORY_REWARD_ID` (`reward_id`),\n  KEY `MAGENTO_REWARD_HISTORY_WEBSITE_ID` (`website_id`),\n  KEY `MAGENTO_REWARD_HISTORY_STORE_ID` (`store_id`),\n  CONSTRAINT `MAGENTO_REWARD_HISTORY_REWARD_ID_MAGENTO_REWARD_REWARD_ID` FOREIGN KEY (`reward_id`) REFERENCES `magento_reward` (`reward_id`) ON DELETE CASCADE,\n  CONSTRAINT `MAGENTO_REWARD_HISTORY_STORE_ID_STORE_STORE_ID` FOREIGN KEY (`store_id`) REFERENCES `store` (`store_id`) ON DELETE SET NULL,\n  CONSTRAINT `MAGENTO_REWARD_HISTORY_WEBSITE_ID_STORE_WEBSITE_WEBSITE_ID` FOREIGN KEY (`website_id`) REFERENCES `store_website` (`website_id`) ON DELETE CASCADE\n) ENGINE=InnoDB DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Enterprise Reward History'"