Added the new DBAL 2.3 types in the EntityGenerator typehint map
This commit is contained in:
parent
04e6cc78cd
commit
cebb820030
1 changed files with 2 additions and 0 deletions
|
@ -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…
Add table
Reference in a new issue