add mapping_types information to allow jsonb from postgresql

This commit is contained in:
Julien Fastré 2016-02-22 14:51:48 +01:00
parent c60d6acf97
commit d8bf3a6431

View File

@ -22,6 +22,8 @@ doctrine:
user: "%database_user%"
password: "%database_password%"
charset: UTF8
mapping_types:
jsonb: json_array
orm:
auto_generate_proxy_classes: "%kernel.debug%"
auto_mapping: true