Created
December 12, 2021 18:14
-
-
Save gordonbanderson/4305a3330d22761c78f33b8bf8ea5606 to your computer and use it in GitHub Desktop.
Set Collation in SilverStripe
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Allow emoji 🥳 - https://github.com/silverstripe/silverstripe-framework/issues/8062 | |
SilverStripe\ORM\Connect\MySQLDatabase: | |
connection_charset: utf8mb4 | |
connection_collation: utf8mb4_unicode_ci | |
charset: utf8mb4 | |
collation: utf8mb4_unicode_ci |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment