I use this boilerplate app to learn NestJs GITHUB LINK. The template is amazing but there was one thing that I can't fix migrations. When I try to add a new entity or use an existing one with npm run migrate:create Init
migration was successful
Migration D:/src/database/migrations/1657796180301-init.ts
has been generated successfully. but without any updating on the migration file or database. Only If I use synchronize: true and start the app the database was updated.