diff --git a/GeeksCoreLibrary/Modules/Databases/Helpers/WiserTableDefinitions.cs b/GeeksCoreLibrary/Modules/Databases/Helpers/WiserTableDefinitions.cs index c41f2f89..7c48d263 100644 --- a/GeeksCoreLibrary/Modules/Databases/Helpers/WiserTableDefinitions.cs +++ b/GeeksCoreLibrary/Modules/Databases/Helpers/WiserTableDefinitions.cs @@ -828,7 +828,7 @@ public class WiserTableDefinitions new WiserTableDefinitionModel { Name = WiserTableNames.WiserStyledOutput, - LastUpdate = new DateTime(2023, 12, 14), + LastUpdate = new DateTime(2024, 05, 28), Columns = new List { new("id", MySqlDbType.Int32, notNull: true, isPrimaryKey: true, autoIncrement: true), @@ -838,7 +838,8 @@ public class WiserTableDefinitions new("format_end", MySqlDbType.MediumText), new("format_empty",MySqlDbType.MediumText), new("query_id", MySqlDbType.Int32), - new("return_type", MySqlDbType.VarChar, 10) + new("return_type", MySqlDbType.VarChar, 10), + new("options", MySqlDbType.JSON) } },