Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit5f1b30e

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.rstmy 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 databaseCommits-------81f9051 Update doctrine.rst
2 parentse2c4a43 +81f9051 commit5f1b30e

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)

[8]ページ先頭

©2009-2025 Movatter.jp