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…
npx prisma generate --schema .\prisma\schema.prisma
npm install prisma --save-dev npx prisma npx prisma init untuk specified provider npx prisma init --datasource-provider mysql npx prisma db pull npx prisma migrate resolve --applied .\prisma\migrations\0_init\ npx prisma migrate…