NestJS - Database with TypeORM
Which command correctly runs all pending migrations in a NestJS project using TypeORM?
migration:run applies pending migrations to the database.migration:create creates a new migration file, migration:generate generates migration from schema changes, and migration:revert undoes the last migration.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions