Prisma Studio now includes a Migrations view for Prisma Next projects, showing the full migration history of a PostgreSQL database as a visual timeline. Each entry displays a schema diff (with color-coded model changes), the exact SQL that executed, and a Prisma-schema diff. The history is read directly from two tables Prisma Next maintains in the database itself — not from the repo — so it reflects what actually ran, including migrations applied from CI or teammates. The feature shipped in @prisma/studio-core 0.32.0 and is available via `npx prisma@dev studio` or in the embedded Studio in Prisma Console. Current limitations include Prisma Next on PostgreSQL only, applied migrations only, and no support for classic Prisma ORM projects.
Table of contents
What did that migration actually do?What the Migrations view showsA walkthrough you can runReading a migrationWhere the history comes fromWhere you can use itWhere this fitsFrequently asked questionsTry it66.4K Impressions1 Comment