prisma migrate dev
24 June 2025 (Updated 24 June 2025)
The prisma migrate dev
command will:
- Generate a new migration for any changes you made to the Prisma schema.
- Apply all pending migrations.
- Trigger generation of artifacts like the Prisma client.
Tagged:
Prisma recipes