DB migration does not work on Python Client with Prisma Postgres
I have created a project with prisma postgres for my python application.
Following is an example
with the following
running
how to possibly solve this? The Docs have nothing of substance and no source to solve this issue. Or is there a way to get a direct URL for the same?
Following is an example
prisma/schema.prisma with the following
.envrunning
prisma db push returns the following errorhow to possibly solve this? The Docs have nothing of substance and no source to solve this issue. Or is there a way to get a direct URL for the same?