Skip to content

Commit

Permalink
Add 'bigint unsigned' mapping to Doctrine SqlitePlatform
Browse files Browse the repository at this point in the history
  • Loading branch information
bartv2 committed Aug 18, 2013
1 parent 75a05d7 commit 3931485
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -519,6 +519,7 @@ protected function initializeDoctrineTypeMappings()
'numeric' => 'decimal',
'blob' => 'blob',
'integer unsigned' => 'integer',
'bigint unsigned' => 'bigint',
);
}

Expand Down

0 comments on commit 3931485

Please sign in to comment.