diff --git a/Schema.js b/Schema.js index 2fe7a2de..dfba4713 100644 --- a/Schema.js +++ b/Schema.js @@ -60,6 +60,9 @@ defaultColumns = { "expiresAt": {type:'Date'}, "createdWith": {type:'Object'}, }, + _GlobalConfig: { + "params": {type:'Object'} + }, } // Valid classes must: