Usually when working with the entity framework, we use the
add-migration migrationName
update-database
I would like to make this a method, so when you call it, it runs.
Reason: I am implementing multitenancy in my bank, I will separate my clients by schema. Soon the schema will be set and when executing this update, I will create the new schema for that particular client, I can not leave automatic, because if I have N schema, it will not be able to update all the schemas, only what is set as default / current