This is my prisma client init:
# orm-help
a
This is my prisma client init:
👀 1
n
Hey 👋
db seed
command is executed automatically in case you invoke
migrate reset
or
migrate dev
command as mentioned here. Or It could be invoked manually by executing
npx prisma db seed
Are you executing reset or migrate dev command?