keinsell / is-prisma-production-ready

Repository to keep track if Prisma is production-ready.
11 stars 0 forks source link

Schema Definition and Postgres Support #2

Open keinsell opened 2 months ago

keinsell commented 2 months ago
thanhhactld commented 2 months ago

I have the same is when I use generated column. When i run npx prisma generated for the next migratioon, the genereted column will declare as

ALTER "myTable" ALTER COLUMN "myGeneratedColumn" DROP DEFAULT;