X-Git-Url: https://git.rapsys.eu/airlibre/blobdiff_plain/e38385fc1bdf8bddfc5ccf88d5664f2dac0a27c5..0067c6ac72d61ea705fea64a87cf86e130b6a988:/config/packages/doctrine.yaml diff --git a/config/packages/doctrine.yaml b/config/packages/doctrine.yaml index 856c2b0..307f988 100644 --- a/config/packages/doctrine.yaml +++ b/config/packages/doctrine.yaml @@ -8,12 +8,6 @@ doctrine: profiling_collect_backtrace: '%kernel.debug%' use_savepoints: true - - # only needed for MySQL - charset: 'utf8mb4' - default_table_options: - collate: 'utf8mb4_unicode_ci' - orm: auto_generate_proxy_classes: true enable_lazy_ghost_objects: true @@ -21,6 +15,13 @@ doctrine: validate_xml_mapping: true naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware auto_mapping: true +# mappings: +# App: +# type: attribute +# is_bundle: false +# dir: '%kernel.project_dir%/src/Entity' +# prefix: 'App\Entity' +# alias: App when@test: doctrine: