update collections.php with options

This commit is contained in:
fogelito
2023-03-13 12:59:01 +02:00
parent b1cc4ada4c
commit 9c4b269669
+10
View File
@@ -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' => [
[