Skip to content

Commit

Permalink
Remove unused type -> dbType conversion
Browse files Browse the repository at this point in the history
  • Loading branch information
Tigrov committed Oct 9, 2024
1 parent 0bc6495 commit 1938df1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Column/ColumnDefinitionBuilder.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ protected function getDbType(ColumnSchemaInterface $column): string
ColumnType::TIMESTAMP => 'timestamp',
ColumnType::DATE => 'date',
ColumnType::TIME => 'time',
ColumnType::ARRAY => 'jsonb',
ColumnType::STRUCTURED => 'jsonb',
ColumnType::JSON => 'jsonb',
default => 'varchar',
Expand Down

0 comments on commit 1938df1

Please sign in to comment.