Skip to content

Commit 6d296ff

Browse files
committed
Handle text and json columns
1 parent d86e0db commit 6d296ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/Console/ConfigureCmsCommand.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,7 @@ public function handle(Client $ozuClient): int
7575
'date' => 'date',
7676
'int', 'bigint', 'smallint', 'mediumint', 'tinyint' => 'integer',
7777
'float', 'double' => 'float',
78+
'text', 'json' => 'text',
7879
default => 'string',
7980
}
8081
])

0 commit comments

Comments
 (0)