Add migration options

This commit is contained in:
Jake Barnby 2025-05-16 17:23:17 +12:00
parent a23548fba5
commit 56fda6a34b
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -2374,6 +2374,17 @@ return [
'array' => false,
'filters' => [],
],
[
'$id' => ID::custom('options'),
'type' => Database::VAR_STRING,
'format' => '',
'size' => 65536,
'signed' => true,
'required' => false,
'default' => [],
'array' => false,
'filters' => ['json'],
]
],
'indexes' => [
[