8000 feature #813 Changed ORM default naming strategy to underscore (hason) · symfony/symfony-standard@8027562 · GitHub
[go: up one dir, main page]

Skip to content
This repository was archived by the owner on Nov 27, 2020. It is now read-only.

Commit 8027562

Browse files
committed
feature #813 Changed ORM default naming strategy to underscore (hason)
This PR was merged into the 2.7 branch. Discussion ---------- Changed ORM default naming strategy to underscore This PR partially fixes the problem with case-sensitive identifiers http://dev.mysql.com/doc/refman/5.0/en/identifier-case-sensitivity.html Replaces doctrine/DoctrineBundle#406 Commits ------- b712c39 Changed ORM default naming strategy to underscore
2 parents 74c6d74 + b712c39 commit 8027562

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/config/config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ doctrine:
6868

6969
orm:
7070
auto_generate_proxy_classes: "%kernel.debug%"
71+
naming_strategy: doctrine.orm.naming_strategy.underscore
7172
auto_mapping: true
7273

7374
# Swiftmailer Configuration

0 commit comments

Comments
 (0)
0