1
0
Fork 0
mirror of synced 2025-04-01 12:26:11 +03:00

Added the new DBAL 2.3 types in the EntityGenerator typehint map

This commit is contained in:
Christophe Coevoet 2012-07-27 10:34:59 +02:00
parent 04e6cc78cd
commit cebb820030

View file

@ -154,6 +154,8 @@ class EntityGenerator
Type::TEXT => 'string',
Type::BLOB => 'string',
Type::DECIMAL => 'float',
Type::JSON_ARRAY => 'array',
Type::SIMPLE_ARRAY => 'array',
);
/**