Skip to content

Latest commit

 

History

History
42 lines (33 loc) · 2.36 KB

README.md

File metadata and controls

42 lines (33 loc) · 2.36 KB

Prisma Migrate

Declarative data modeling & schema migrations

Quickstart   •   Website   •   Docs   •   Data model   •   Examples   •   Blog   •   Slack   •   Twitter

Prisma Migrate is an imperative database schema migration tool that enables you to make changes to your database schema. Migrations are auto-generated based on the Prisma schema changes but are fully customizable.

Please help us improve Prisma Migrate by creating issues and sharing your feedback with us.

Documentation

You can find more info about Prisma Migrate in the Prisma documentation. Here are the most relevant pages from the docs:

Contributing

Refer to our contribution guidelines and Code of Conduct for contributors.