diff --git a/core/Db/Schema/Myisam.php b/core/Db/Schema/Myisam.php
index 58430ff07183b752ffb9d341c4f8479756d711fb..f9dc5faa1abbf391af3e14ecf0672f369094c141 100644
--- a/core/Db/Schema/Myisam.php
+++ b/core/Db/Schema/Myisam.php
@@ -127,7 +127,9 @@ class Myisam implements SchemaInterface
 
             'logger_message'        => "CREATE TABLE {$prefixTables}logger_message (
 									  idlogger_message INTEGER UNSIGNED NOT NULL AUTO_INCREMENT,
+                                      tag VARCHAR(50) NULL,
 									  timestamp TIMESTAMP NULL,
+                                      level TINYINT NULL,
 									  message TEXT NULL,
 									  PRIMARY KEY(idlogger_message)
 									)  DEFAULT CHARSET=utf8