Skip to content

Commit

Permalink
Add json list and object migrable
Browse files Browse the repository at this point in the history
  • Loading branch information
NastuzziSamy committed Aug 7, 2021
1 parent bec1636 commit 2fbe230
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions config/field/migrations.php
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,18 @@
'nullable',
],
],
JsonList::class => [
'type' => 'json',
'property_keys' => [
'nullable',
],
],
JsonObject::class => [
'type' => 'json',
'property_keys' => [
'nullable',
],
],
Password::class => [
'type' => 'char',
'property_keys' => [
Expand Down

0 comments on commit 2fbe230

Please sign in to comment.