redwood prisma migrate reset

Reset your database and apply all migrations, all data will be lost

Options

NameDescription
-h, --helpDisplay this help message
--schema <Schema path>Custom path to your Prisma schema
--skip-seedSkip triggering seed
--skip-generateSkip triggering generators (e.g. Prisma Client)
-f, --force
  • Dangerous 💥