.Net Core - Entity Framework Core Migrations - Production
问题 After reading many questions here, on Asp.Net's Github (this one comes to mind, ServerFault and SoftwareEngineering, I have decided to ask a question of my own. The Problem Code-First Migrations make live incredibly easy during early development. Staging- or Production-Environments are harder to update, especially during the initial roll-outs which may require frequent updates. Updating the production DB is a lot harder, and automatic migrations are out of the question for a number of very