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 Apr 28, 2018
2 parents af1cee1 + fe40150 commit 8392c26
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 @@ -620,6 +620,7 @@ protected function initializeDoctrineTypeMappings()
'real' => 'float',
'serial' => 'integer',
'smallint' => 'smallint',
'string' => 'string',
'text' => 'text',
'time' => 'time',
'timestamp' => 'datetime',
Expand Down

0 comments on commit 8392c26

Please sign in to comment.