prisma migrate reset
24 June 2025 (Updated 24 June 2025)
The prisma migrate reset
command will:
- Drop the database schema if the environment allows it
- Create a new database schema if it was just dropped
- Apply all migrations
- Run seed scripts
Tagged:
Prisma recipes