Enum mapped values in typedSQL
Hi! 
I’m having trouble using enums with mapped values in typedSql. Here’s what I have:
And in SQL:
Prisma sends
Prisma version: 6.3.1
Is this expected? Or am I missing something?
Thanks!
I’m having trouble using enums with mapped values in typedSql. Here’s what I have:
And in SQL:
Prisma sends
['away', 'appearOffline'] instead of ['away', 'appear_offline'], which doesn’t match the DB values.Prisma version: 6.3.1
Is this expected? Or am I missing something?
Thanks!