Need some help with Typeorm. I want to add a new entity to a database already in use. Do I need to define a migration for this?
So as the title states, do I need to define a new migration for adding a new entity to the db. If yes, is there any way of generating this from the entity definition?
No comments:
Post a Comment