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_giftcardaccount_history` (\n  `history_id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'History Id',\n  `giftcardaccount_id` int(10) unsigned NOT NULL DEFAULT 0 COMMENT 'Giftcardaccount 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  PRIMARY KEY (`history_id`),\n  KEY `MAGENTO_GIFTCARDACCOUNT_HISTORY_GIFTCARDACCOUNT_ID` (`giftcardaccount_id`),\n  CONSTRAINT `FK_245B3CFF19EAF3077D3E0C5416773ECA` FOREIGN KEY (`giftcardaccount_id`) REFERENCES `magento_giftcardaccount` (`giftcardaccount_id`) ON DELETE CASCADE\n) ENGINE=InnoDB AUTO_INCREMENT=93 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Enterprise Giftcardaccount History'"