How to Update Prisma Types Dynamically Without Deleting Data in Postgres Database in a Nest.js Backend?
I have a Nest.js backend deployed on an EC2 instance, which is connected to a Postgres database on a separate server. The backend has some basic API endpoints, and I’m using the types provided by the Prisma client in my controllers and services for the parameter types.