Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.
Discussion options

You must be logged in to vote

Just the declarative schema is written in .prisma files. When you apply migrations to a database, they are run via SQL or saved in .sql files. If a feature is not currently supported in Prisma yet, you can migrate your database yourself using SQL, and then use prisma introspect (docs) to pull in the database schema to the .prisma file.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@marcustut
Comment options

@steebchen
Comment options

@marcustut
Comment options

Answer selected by steebchen
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants