How to use npx prisma db seed
Before running the command, ensure you have configured your project to support seeding: Define the seed script location In your package.json file, you must specify the command to run your seed script. This…
Danang Setya Pramana - Working Memory
This is my working memory when i forgot some command and some code for my work
Before running the command, ensure you have configured your project to support seeding: Define the seed script location In your package.json file, you must specify the command to run your seed script. This…