Skip to content

Commit

Permalink
Merge pull request doctrine#492 from DannyvdSluijs/patch-1
Browse files Browse the repository at this point in the history
Update to EXTRA_ORM.md to correct config key
  • Loading branch information
gianarb committed Oct 3, 2016
2 parents 1e147bb + c4dfb35 commit 121c128
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/EXTRAS_ORM.md
Expand Up @@ -60,7 +60,7 @@ key in you configuration file:
return array(
'doctrine' => array(
'configuration' => array(
'my_dbal_default' => array(
'orm_default' => array(
'types' => array(
// You can override a default type
'date' => 'My\DBAL\Types\DateType',
Expand Down Expand Up @@ -113,4 +113,4 @@ return array(

Now using Schema-Tool, whenever it detects a column having the "tinyint" it will convert it into a "tinyint"
Doctrine Type instance for Schema representation. Keep in mind that you can easily produce clashes this
way, each database type can only map to exactly one Doctrine mapping type.
way, each database type can only map to exactly one Doctrine mapping type.

0 comments on commit 121c128

Please sign in to comment.