NestJS - Database with Prisma
Which of the following is the correct syntax to create a new migration with Prisma CLI in a NestJS project?
migrate dev command creates and applies a new migration with a name.migrate create is not a valid Prisma CLI command, migrate save is deprecated, and migrate generate does not exist.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions