关于[Adding Entity Framework Core 5 migrations to .NET 5 project]的摘要:
Database migrations help a developer to keep database schema up-to-date with the code. It is a core mechanism, that keeps changes in code and applies them in the database. Entity Framework Core 5 migrations are designed to keep track of DbContext class and generate migrations when you update it.
原文地址: http://www.michalbialecki.com/2020/07/20/adding-entity-framework-core-5-migrations-to-net-5-project/