CopyCommand
<- Back to Default
Default
npx prisma db seed
Summary
Runs the database seed script.
Beginner Mode OFF
Command
Windows PowerShell
Copy
Run in PowerShell
Windows PowerShell
npx prisma db seed
Previous
npx prisma db pull
Next
node -p "process.version"
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.