Skip to content

Commit

Permalink
[DBAL-487] Map integer unsigned to Doctrine integer.
Browse files Browse the repository at this point in the history
  • Loading branch information
beberlei committed Apr 20, 2013
1 parent e170485 commit e1c1b0d
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 @@ -529,6 +529,7 @@ protected function initializeDoctrineTypeMappings()
'decimal' => 'decimal',
'numeric' => 'decimal',
'blob' => 'blob',
'integer unsigned' => 'integer',
);
}

Expand Down

0 comments on commit e1c1b0d

Please sign in to comment.