We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e04a795 commit 9273057Copy full SHA for 9273057
docs/en/reference/namingstrategy.rst
@@ -4,9 +4,13 @@ Implementing a NamingStrategy
4
.. versionadded:: 2.3
5
6
Using a naming strategy you can provide rules for generating database identifiers,
7
-column or table names when the column or table name is not given. This feature helps
+column or table names. This feature helps
8
reduce the verbosity of the mapping document, eliminating repetitive noise (eg: ``TABLE_``).
9
10
+.. warning
11
+
12
+ The naming strategy is always overridden by entity mapping such as the `Table` annotation.
13
14
Configuring a naming strategy
15
-----------------------------
16
The default strategy used by Doctrine is quite minimal.
0 commit comments