Merge pull request #411 from stof/new_types
Added the new DBAL 2.3 types in the EntityGenerator typehint map
This commit is contained in:
commit
14bd794960
@ -154,6 +154,8 @@ class EntityGenerator
|
|||||||
Type::TEXT => 'string',
|
Type::TEXT => 'string',
|
||||||
Type::BLOB => 'string',
|
Type::BLOB => 'string',
|
||||||
Type::DECIMAL => 'float',
|
Type::DECIMAL => 'float',
|
||||||
|
Type::JSON_ARRAY => 'array',
|
||||||
|
Type::SIMPLE_ARRAY => 'array',
|
||||||
);
|
);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user