Hi, in my localhost development, each time I update my model, I will run "add-migration" and "update-database" in my package manager console. My question is what about during deployment? Example, if I want to deploy my application to test server, how do I run "add-migration" and "update-database" in my package manager console in the test server?
↧