Skip to content

Working with Prisma

Shwetank Tewari edited this page Jul 15, 2023 · 2 revisions
  • Run npx prisma migrate dev after changes made to the prisma.schema in order to apply the changes and re-generate the prisma client. This does not seeds the database.
  • In order to reset the database run npx prisma migrate reset.
Clone this wiki locally