Skip to content

Commit 5f1b30e

Browse files
committed
minor #9141 Update doctrine.rst (tvlooy)
This PR was submitted for the 4.0 branch but it was merged into the 2.7 branch instead (closes #9141). Discussion ---------- Update doctrine.rst my doctrine.yml had a ```charset: utf8mb4``` but my schema update generated tables with utf8. Seems like there is a separate configuration directive for the tables and this is not inherited from the database Commits ------- 81f9051 Update doctrine.rst
2 parents e2c4a43 + 81f9051 commit 5f1b30e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

reference/configuration/doctrine.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,12 @@ Full Default Configuration
3131
port: ~
3232
user: root
3333
password: ~
34+
# charset of the database
3435
charset: ~
36+
# charset and collation of the tables. Not inherited from database
37+
default_table_options:
38+
charset: ~
39+
collate: ~
3540
path: ~
3641
memory: ~
3742

0 commit comments

Comments
 (0)