blitz prisma migrate dev

The migrate dev command updates your database using migrations files during development

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)
--create-onlyCreate a new migration but do not apply it. The migration will be empty if there are no changes in Prisma schema
-n, --name [filename]The name of the migration. If no name is provided, the CLI will prompt you