Skip to content

Commit

Permalink
Update to EXTRA_ORM.md to correct config key
Browse files Browse the repository at this point in the history
  • Loading branch information
DannyvdSluijs committed Jul 20, 2016
1 parent 6b1959d commit c4dfb35
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 c4dfb35

Please sign in to comment.