Skip to content

Commit 0adaeaf

Browse files
committed
Issue #137: Documented Doctrine table prefix feature
Issue #139: Updated v6 evolution pattern page on MethodDeprecations Signed-off-by: alexmerlin <[email protected]>
1 parent 405e1a1 commit 0adaeaf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/book/v6/installation/doctrine-orm.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ By default, it is an empty string, which means that all the tables will be named
125125
├─ user_role
126126
└─ user_roles
127127
```
128+
128129
Adding a prefix, for example `dot_`, all the table will be composed of the prefix and the original table name.
129130

130131
```text

0 commit comments

Comments
 (0)