Skip to content

Commit

Permalink
Merge pull request doctrine#2 from m0ppers/missing-datatypes
Browse files Browse the repository at this point in the history
Missing datatypes
  • Loading branch information
kimhemsoe committed Jan 3, 2012
2 parents 79805d6 + ed73536 commit d95ed40
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/Doctrine/DBAL/Platforms/DrizzlePlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,8 @@ protected function initializeDoctrineTypeMappings()
'time' => 'time',
'text' => 'text',
'timestamp' => 'datetime',
'double' => 'float',
'bigint' => 'bigint',
);
}

Expand Down

0 comments on commit d95ed40

Please sign in to comment.