UnderscoreNamingStrategy is always number aware since Doctrine ORM v3 (#1478)

This commit is contained in:
Jan Rosier
2026-03-31 13:38:55 +02:00
committed by GitHub
parent 266f98b871
commit 329374609d
@@ -9,7 +9,7 @@ doctrine:
profiling_collect_backtrace: '%kernel.debug%'
orm:
validate_xml_mapping: true
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
naming_strategy: doctrine.orm.naming_strategy.underscore
identity_generation_preferences:
Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
auto_mapping: true