After updating your `schema.prisma` file, you need to apply the changes to your **PostgreSQL** database. Follow these steps to properly update your schema:
How to update Next.js prisma app after doing database changes.
This guide will walk you through setting up Prisma with Next.js and using PostgreSQL as the database. You will define your database schema in `schema.prisma` and migrate it to PostgreSQL.
This guide will walk you through the steps of configuring Prisma to connect to an **existing** PostgreSQL database in a Next.js project.