Skip to content

Latest commit

 

History

History
 
 

prisma-migrate

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

Prisma Migrate

This directory contains the documentation for the Prisma Migrate, Prisma 2's schema migration tool. To learn more about the respective CLI commands, check out the docs for the Prisma 2 CLI.

⚠️ Prisma's migration functionality is currently in an experimental state. When using any of the commands below, you need to explicitly opt-in to that functionality via an --experimental flag that needs to be passed to a command, e.g. prisma2 migrate save --name 'init' --experimental