github mvc测试项目
Enable-Migrations:表示开启该项目的数据迁移功能,只需运行依次,以后迁移数据时,不需要再运行该命令。
Add-Migration migrationName:添加迁移命令,需要给本次迁移起一个名字(如migrationName),这时还没有开始迁移,只是打上了迁移的标记。
Update-Database:将迁移更新到数据库中。
-
Notifications
You must be signed in to change notification settings - Fork 1
xltuo/Lunch
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|