1
0
Fork 0
mirror of synced 2024-06-30 12:10:51 +12:00

collections.php

This commit is contained in:
fogelito 2023-03-14 15:20:56 +02:00
parent 40152fbd6c
commit 31fad24603

View file

@ -347,13 +347,13 @@ $collections = [
'filters' => [],
],
[
'$id' => ID::custom('options'),
'$id' => ID::custom('relationshipOptions'),
'type' => Database::VAR_STRING,
'size' => 16384,
'signed' => false,
'required' => false,
'default' => null,
'array' => true,
'array' => false,
'filters' => ['json'],
],
],