diff --git a/app/config/collections.php b/app/config/collections.php index f8254bf889..b5b6d30503 100644 --- a/app/config/collections.php +++ b/app/config/collections.php @@ -346,6 +346,16 @@ $collections = [ 'array' => true, 'filters' => [], ], + [ + '$id' => ID::custom('options'), + 'type' => Database::VAR_STRING, + 'size' => 16384, + 'signed' => false, + 'required' => false, + 'default' => null, + 'array' => true, + 'filters' => ['json'], + ], ], 'indexes' => [ [