需要的nuget包:
- Microsoft.EntityframeworkCore.SqlServer (根据自己的数据库类型选择对应的nuget包)
- Microsoft.EntityframeworkCore.Tools
- Microsoft.VisualStudio.Web.CodeGeneration.Design
说明:
(1)本文测试使用的数据库是SqlServer2017;
(2)如果没有Microsoft.EntityFrameworkCore.Design,在PM上执行命令会失败(如下图)
PM> add-migration initicial
Build started...
Build succeeded.
Your startup project 'CoreDemo' doesn't reference Microsoft.EntityFrameworkCore.Design. This package is required for the Entity Framework Core Tools to work. Ensure your startup project is correct, install the package, and try again.

两个类:Grade(年级)、Student(学生)
一个枚举:Gender(性别)
/// &l

最低0.47元/天 解锁文章
1534

被折叠的 条评论
为什么被折叠?



