How can I set prisma to create MySQL DB with another coallation? I need mysql to be able to see a differencce between åäö and ao.. Been tinkering for hours now ;s
d
Daniel K.
03/24/2018, 6:40 PM
I think you would need your own MySQL server (eg. with AWS RDS) to do that ... or you can try opening the issue and they might add configuration for that eventually
n
nilan
03/27/2018, 4:37 PM
@Daniel K. is correct. As you provide the DB, you can also modify its collation. I would love to see a feature request about a configuration for the initial collation here: https://github.com/graphcool/prisma/ 🙂 Thanks!