Use utf8mb4_unicode_ci by default
This commit is contained in:
parent
c272feefd2
commit
19687f07bd
@ -11,3 +11,4 @@ services:
|
||||
MYSQL_USER: test
|
||||
MYSQL_PASSWORD: test
|
||||
MYSQL_DATABASE: test
|
||||
command: ['mysqld', '--character-set-server=utf8mb4', '--collation-server=utf8mb4_unicode_ci']
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user