老郑的博客

木叶飞舞之处,火亦生生不息!

netcore codefirst生成数据库命令

1.程序通过nuget安装包

Microsoft.EntityFrameworkCore.Design

 

2.生成添加脚本

add-migration InitialCreate -Context ALMContext -outputDir migrations\ALMContextMigrations

3.执行

update-Database -Context ALMContext

 

posted @ 2019-06-28 10:31  zyz1  阅读(573)  评论(0编辑  收藏  举报