Skip to content

Commit

Permalink
Merge pull request #3119 from DeyV/develop
Browse files Browse the repository at this point in the history
Added "string" mapping in SqlitePlatform
  • Loading branch information
Ocramius authored and morozov committed Jul 2, 2018
2 parents 49cd9b5 + 42a7a6e commit e299036
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/Doctrine/DBAL/Platforms/SqlitePlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -640,6 +640,7 @@ protected function initializeDoctrineTypeMappings()
'real' => 'float',
'serial' => 'integer',
'smallint' => 'smallint',
'string' => 'string',
'text' => 'text',
'time' => 'time',
'timestamp' => 'datetime',
Expand Down

0 comments on commit e299036

Please sign in to comment.