Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1ec6aa commit 21e9438Copy full SHA for 21e9438
1 file changed
doctrine.rst
@@ -184,8 +184,8 @@ can automatically generate an empty ``test_project`` database for you:
184
'dbal' => array(
185
'charset' => 'utf8mb4',
186
'default_table_options' => array(
187
- 'charset' => 'utf8mb4'
188
- 'collate' => 'utf8mb4_unicode_ci'
+ 'charset' => 'utf8mb4',
+ 'collate' => 'utf8mb4_unicode_ci',
189
)
190
),
191
));
0 commit comments