mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 05:44:24 +00:00
add mapping_types information to allow jsonb from postgresql
This commit is contained in:
parent
c60d6acf97
commit
d8bf3a6431
@ -22,6 +22,8 @@ doctrine:
|
|||||||
user: "%database_user%"
|
user: "%database_user%"
|
||||||
password: "%database_password%"
|
password: "%database_password%"
|
||||||
charset: UTF8
|
charset: UTF8
|
||||||
|
mapping_types:
|
||||||
|
jsonb: json_array
|
||||||
orm:
|
orm:
|
||||||
auto_generate_proxy_classes: "%kernel.debug%"
|
auto_generate_proxy_classes: "%kernel.debug%"
|
||||||
auto_mapping: true
|
auto_mapping: true
|
||||||
|
Loading…
x
Reference in New Issue
Block a user