NuGet 命令行使用EntityFrameWork

时间:2017-08-14 20:44:12   收藏:0   阅读:249

初始化

Enable-migrations

迁移

Add-Migration Donator_Add_CreationTime

执行操作

UpDate-database

 

撤销更改

Update-Database -TargetMigration Donator_Add_CreationTime

 

原文:http://www.cnblogs.com/engineerlm/p/7359918.html

评论(0
© 2014 bubuko.com 版权所有 - 联系我们:wmxa8@hotmail.com
打开技术之扣,分享程序人生!