Hi, I’m still struggling with trying to migrate from Prisma 1.34 to Prisma 2/3.
My current task is to change my scalar arrays to regular tables / prisma types so that it will work in MySQL which we use as DB.
Does anyone here have any experience with this and could you then please share some tips on how you managed this?
Or do you have some other idea on how to break out from the scalar array dependency?