📌  相关文章
📜  实体框架核心中的迁移 - 无论代码示例

📅  最后修改于: 2022-03-11 14:58:04.605000             🧑  作者: Mango

代码示例2
add-migration     Add     Creates a migration by adding a migration snapshot.
Remove-migration    Remove    Removes the last migration snapshot.
Update-database    Update    Updates the database schema based on the last migration snapshot.
Script-migration    Script    Generates a SQL script using all the migration snapshots.