prisma-cli-migrate-status

Installation
SKILL.md

prisma migrate status

Checks the status of your database migrations.

Command

prisma migrate status [options]

What It Does

  • Connects to the database
  • Checks the _prisma_migrations table
  • Compares applied migrations with local migration files
  • Reports:
    • Status: Database is up-to-date or behind
    • Unapplied migrations: Count of pending migrations
    • Missing migrations: Migrations present in DB but missing locally
Related skills
Installs
6
GitHub Stars
8
First Seen
Apr 3, 2026