CopyCommand
<- Back to Default
Default
npx prisma format
Summary
Formats the Prisma schema file.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
npx prisma format
Previous
npx prisma db push
Next
npx prisma validate
Related commands
npx prisma studio
Starts Prisma Studio to browse and edit local data.
npx prisma migrate dev
Creates and applies a migration in development.
npx prisma generate
Generates Prisma Client from your schema.