-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
Milestone
Description
The current code defaults to utf8mb4_unicode_ci if the collation is not specified for a table.
This could potentially create tables different from the database collation. For example MariaDb 11.8 defaults to "utf8mb4_uca1400_ai_ci".
Migrations should either:
- Do not offer any default which would cause tables to fallback to the database collation
or - Make the default configurable (including nulls)
I can create a PR for either of these if we have a decision on how to proceed.
Reactions are currently unavailable