I currently have one project which has one database with code migrations enabled.
Meanwhile I need to create another database inside the same project, and I am not sure how to enable-migrations
to this context.
Or this is not the correct approach? And I should create a new project specifically to this new database?
Thanks