Adimac93
08/06/2022, 11:28 PMNurul
08/08/2022, 2:47 PMdb 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?