Ethan Phan
04/13/2022, 4:07 AMNurul
04/13/2022, 9:38 AMEthan Phan
04/13/2022, 3:36 PM"@prisma/client": "^3.0.2",
Nurul
04/14/2022, 10:29 AMEthan Phan
04/14/2022, 5:14 PMnpx prisma migrate dev --create-only
which creates an empty migration file. Then I run npx prisma migrate dev
to migrate which is when it creates the drop index migration file automatically.Rhiannon Williams
06/13/2022, 6:38 AM