a:4:{s:4:"hash";s:0:"";s:5:"mtime";i:1762863059;s:6:"expire";i:9999999999;s:4:"tags";s:40:"080_DB_PDO_MYSQL_DDL,080_DB_DDL,080_MAGE";}
"CREATE TABLE `klevu_notification` (\n  `id` int(10) unsigned NOT NULL AUTO_INCREMENT COMMENT 'Notification ID',\n  `date` timestamp NOT NULL DEFAULT current_timestamp() COMMENT 'Updated At',\n  `type` varchar(32) NOT NULL,\n  `message` text NOT NULL,\n  PRIMARY KEY (`id`)\n) ENGINE=InnoDB AUTO_INCREMENT=5 DEFAULT CHARSET=utf8mb3 COLLATE=utf8mb3_general_ci COMMENT='Klevu Notifications'"