You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I don't think the DBAL should be responsible for setting any platform- or even version-specific defaults. We should remove them instead which might be a breaking change.
The default collation for MySQL is
utf8mb4_0900_ai_ci
since MySQL 8.0.1.Doctrine is still using the older
utf8mb4_unicode_ci
to create new tables, when the server_version settings is set to 8.0Feature Request
Update the default collate to the newest version, to guarantee the best out-of-the-box configuration.
The text was updated successfully, but these errors were encountered: