Update doctrine.yaml

This commit is contained in:
Roland Franssen
2019-12-18 14:06:31 +01:00
committed by GitHub
parent a610be6c12
commit f009bcac08
@@ -6,13 +6,13 @@ doctrine:
# either here or in the DATABASE_URL env var (see .env file)
#server_version: '5.7'
# backtrace queries in profiler (increases memory usage per request)
#profiling_collect_backtrace: '%kernel.debug%'
# only needed for MySQL
charset: utf8mb4
default_table_options:
collate: utf8mb4_unicode_ci
# backtrace queries in profiler (increases memory usage per request)
#profiling_collect_backtrace: '%kernel.debug%'
orm:
auto_generate_proxy_classes: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware