sajad torkamani

The prisma migrate dev command will:

  1. Generate a new migration for any changes you made to the Prisma schema.
  2. Apply all pending migrations.
  3. Trigger generation of artifacts like the Prisma client.