prisma-cli-migrate-reset

Installation
SKILL.md

prisma migrate reset

Resets your database and re-applies all migrations.

Command

prisma migrate reset [options]

What It Does

  1. Drops the database (if possible) or deletes all data/tables
  2. Re-creates the database
  3. Applies all migrations from prisma/migrations/
  4. Runs the seed script (if configured)

Warning: All data will be lost.

Related skills
Installs
7
GitHub Stars
8
First Seen
Apr 3, 2026