mirror of
https://github.com/symfony/recipes.git
synced 2026-09-12 23:56:25 +03:00
Added charset and collate to doctrine default table options
This commit is contained in:
@@ -11,6 +11,9 @@ doctrine:
|
||||
driver: 'pdo_mysql'
|
||||
server_version: '5.7'
|
||||
charset: utf8mb4
|
||||
default_table_options:
|
||||
charset: utf8mb4
|
||||
collate: utf8mb4_unicode_ci
|
||||
|
||||
# With Symfony 3.3, remove the `resolve:` prefix
|
||||
url: '%env(resolve:DATABASE_URL)%'
|
||||
|
||||
Reference in New Issue
Block a user