Carlos Gomez
05/06/2022, 6:27 PMPlease enter a name for the new migration: when after all migrations have been run for an application and it starts to boot?Nurul
05/09/2022, 11:04 AMCarlos Gomez
05/10/2022, 4:42 PMnpx prisma migrate dev . But I've resolved this; turns out our database had extra tables that weren't in the Prisma schema. So we did npx prisma db pull to introspect and update the Prisma schema.