mirror of
https://github.com/symfony/demo.git
synced 2026-03-24 00:02:32 +01:00
UnderscoreNamingStrategy is always number aware since Doctrine ORM v3
This commit is contained in:
@@ -11,7 +11,7 @@ doctrine:
|
||||
orm:
|
||||
enable_native_lazy_objects: true
|
||||
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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user