From cebb8200302fffa7e76a745ab3c3c4da767ddc1b Mon Sep 17 00:00:00 2001 From: Christophe Coevoet Date: Fri, 27 Jul 2012 10:34:59 +0200 Subject: [PATCH] Added the new DBAL 2.3 types in the EntityGenerator typehint map --- lib/Doctrine/ORM/Tools/EntityGenerator.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/Doctrine/ORM/Tools/EntityGenerator.php b/lib/Doctrine/ORM/Tools/EntityGenerator.php index f92cd19c5..39a98f5f1 100644 --- a/lib/Doctrine/ORM/Tools/EntityGenerator.php +++ b/lib/Doctrine/ORM/Tools/EntityGenerator.php @@ -154,6 +154,8 @@ class EntityGenerator Type::TEXT => 'string', Type::BLOB => 'string', Type::DECIMAL => 'float', + Type::JSON_ARRAY => 'array', + Type::SIMPLE_ARRAY => 'array', ); /**