I am creating backend application in nestjs. I had many entities. for MVP we created project with some fields in entity class. now due to change in functionalities we added more columns in the entity class. I had my legacy migration file. now to add addtional column what should be my approach.
migration file and create new one?