Commit 2056154
committed
Remove hardcoded default collation for MySQL tables
Let MySQL/MariaDB use the database default collation instead of
forcing utf8mb4_unicode_ci on every table. This avoids collation
mismatches on servers with different defaults (e.g. MariaDB 11.8
uses utf8mb4_uca1400_ai_ci).
Users who need a specific collation can still set it explicitly
in their migrations.
Fixes #10101 parent 0a586ed commit 2056154
File tree
2 files changed
+1
-3
lines changed- docs/en
- src/Db/Adapter
2 files changed
+1
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
519 | 519 | | |
520 | 520 | | |
521 | 521 | | |
522 | | - | |
| 522 | + | |
523 | 523 | | |
524 | 524 | | |
525 | | - | |
526 | 525 | | |
527 | 526 | | |
528 | 527 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
171 | 170 | | |
172 | 171 | | |
173 | 172 | | |
| |||
0 commit comments