|
@@ -14,6 +14,8 @@ doctrine:
|
|
|
report_fields_where_declared: true
|
|
|
validate_xml_mapping: true
|
|
|
naming_strategy: doctrine.orm.naming_strategy.underscore_number_aware
|
|
|
+ identity_generation_preferences:
|
|
|
+ Doctrine\DBAL\Platforms\PostgreSQLPlatform: identity
|
|
|
auto_mapping: true
|
|
|
mappings:
|
|
|
App:
|