Hello folks :wave::skin-tone-2: I have a question ...
# prisma-migrate
a
Hello folks 👋🏻 I have a question regarding the character set for generated migrations. I need to use
utf8
and I saw this issue where that behaviour was changed: https://github.com/prisma/prisma-engines/pull/889 Is there a way to specify it or do I have to first create the migration, modify it and then run it? Thanks 😊
j
@tom @do4gr
t
The character set is currently hardcoded. The only way to configure it is to edit the SQL files. It is a decision that was made when migrations weren't editable, but now that they are, we could just not render this. I don't think we have a GitHub issue we could use to prioritize this — if you can open one it would be welcome :)
💯 3
a
Thank you so much for the answer! I’ll open an issue 🙂
t
thanks 🙂