Is there a way to start using prisma migrations if I’ve been using prisma db push up until now?
Is there a way I can baseline my production db (mysql) using prisma and start using migrations if I’ve only been using prisma db push up until now, without losing all data/ having to reset the db?
Create and get data from tables with many-to-many relation on prisma
My schema looks like this:
Prisma View gives The table `public.BalanceTransactionView` does not exist in the current database
I’ve followed the official documentation(https://www.prisma.io/docs/orm/prisma-schema/data-model/views) of Prisma in order to fetch data from a view.
Cannot find module ‘.prisma/client/default’ when using prisma-extension-pagination
I cannot get prisma to work with this extension at all prisma-extension-pagination
. It works fine with no extensions but when adding this one it starts with this error: