Prisma Client Error: Column User.stripe_customer_id Does Not Exist in PostgreSQL Database
I’m encountering an error while using Prisma Client with a PostgreSQL database. The error message indicates that the column User.stripe_customer_id does not exist in the current database. Here are the details of my setup and the steps I’ve taken so far.