We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Describe the bug Currently you can not save emojis in the database with the default encoding setting.
Here is a blog post about it: https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434
The text was updated successfully, but these errors were encountered:
There is no diffing support for this (and I am not planning to add it), so you can just change it manually on existing tables.
Sorry, something went wrong.
But could the default be changed? I bet a lot of people don't know why saving emojis won't work for them. It would just have to be changed here right?
mikro-orm/lib/schema/MySqlSchemaHelper.ts
Lines 38 to 47 in c36b495
Only thing that makes sense to change is the finalizeTable part. Sure we can make this configurable.
finalizeTable
82fa93d
B4nan
No branches or pull requests
Describe the bug
Currently you can not save emojis in the database with the default encoding setting.
Here is a blog post about it:
https://medium.com/@adamhooper/in-mysql-never-use-utf8-use-utf8mb4-11761243e434
The text was updated successfully, but these errors were encountered: