Use utf8mb4_unicode_ci by default

This commit is contained in:
Jerko Steiner 2019-05-21 19:25:57 +12:00
parent c272feefd2
commit 19687f07bd

View File

@ -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']