NuGet 的使用

 install-package entityframework
//Enable-Migrations -ContextTypeName College.Models.CollegeEntities
 
 enable-migrations
 
 add-migration initial
 
 update-database -Verbose
原文地址:https://www.cnblogs.com/shanhe/p/3691760.html