We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type -> dbType
1 parent 0bc6495 commit 1938df1Copy full SHA for 1938df1
src/Column/ColumnDefinitionBuilder.php
@@ -78,7 +78,6 @@ protected function getDbType(ColumnSchemaInterface $column): string
78
ColumnType::TIMESTAMP => 'timestamp',
79
ColumnType::DATE => 'date',
80
ColumnType::TIME => 'time',
81
- ColumnType::ARRAY => 'jsonb',
82
ColumnType::STRUCTURED => 'jsonb',
83
ColumnType::JSON => 'jsonb',
84
default => 'varchar',
0 commit comments