sajad torkamani

The prisma migrate reset command will:

  1. Drop the database schema if the environment allows it
  2. Create a new database schema if it was just dropped
  3. Apply all migrations
  4. Run seed scripts