mirror of
https://github.com/appwrite/appwrite
synced 2026-05-24 09:28:40 +00:00
Merge branch '1.7.x' into lazy-load-relationships
This commit is contained in:
commit
36c4ed1dca
1 changed files with 1 additions and 1 deletions
|
|
@ -1372,7 +1372,7 @@ return [
|
||||||
'$id' => ID::custom('type'),
|
'$id' => ID::custom('type'),
|
||||||
'type' => Database::VAR_STRING,
|
'type' => Database::VAR_STRING,
|
||||||
'format' => '',
|
'format' => '',
|
||||||
'size' => 32,
|
'size' => 2048,
|
||||||
'signed' => true,
|
'signed' => true,
|
||||||
'required' => true,
|
'required' => true,
|
||||||
'default' => null,
|
'default' => null,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue