Hi, I am about to migrate from Prisma 1 to 2 and r...
# prisma-migrate
j
Hi, I am about to migrate from Prisma 1 to 2 and reading about scalarList - the docs says that it can only be migrated to Postgresql, but I am using MySQL. Is there any way to manage this with MySQL or do I have to migrate my DB to Posstgres?
r
@Josef Henryson 👋 Unfortunately not, you would need to migrate to Postgres to work with scalar lists. It would be great if you could add a 👍 to this feature request 🙂
j
@Ryan thanks for your reply! If I do not want to migrate to Postgres, is there another way to handle my existing “scalar data”? Could I put it in a different db structure?
r
Yes you would need to migrate it to a relation structure.
So a new model for the scalar data
j
ok, thanks… and as we speak I see that Prisma 3 is released 😮
r
That’s just aligning Prisma with Semver, nothing huge 🙂
👍🏼 1
j
Do you know by the way if it is possible to use the latest version of nexus with Prisma 3, or if I have to wait for them to upgrade?
r
It should be possible
🙏🏼 1