blitz db
caution
This command is now deprecated in favor of using the
blitz prisma
command. The blitz db seed
command still works until Prisma finishes adding their native seeding functionatily.
blitz db seed
This will run
db/seeds.ts
script. This is often used to quickly setup the development environment. For examples check seeds docs