1
0
Fork 0
mirror of synced 2024-07-02 13:10:38 +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' => [], 'filters' => [],
], ],
[ [
'$id' => ID::custom('options'), '$id' => ID::custom('relationshipOptions'),
'type' => Database::VAR_STRING, 'type' => Database::VAR_STRING,
'size' => 16384, 'size' => 16384,
'signed' => false, 'signed' => false,
'required' => false, 'required' => false,
'default' => null, 'default' => null,
'array' => true, 'array' => false,
'filters' => ['json'], 'filters' => ['json'],
], ],
], ],