mirror of
https://github.com/symfony/recipes.git
synced 2026-09-11 15:16:30 +03:00
UnderscoreNamingStrategy is always number aware since Doctrine ORM v3 (#1478)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user