码迷,mamicode.com
首页 > 其他好文 > 详细

EF Core注意事项

时间:2017-11-29 22:46:29      阅读:333      评论:0      收藏:0      [点我收藏+]

标签:add   initial   路径   sele   ram   exe   get   can   tps   

流程:
https://docs.microsoft.com/en-us/ef/core/get-started/aspnetcore/new-db

1.Both Entity Framework 6.x and Entity Framework Core commands are installed. The Entity Framework 6 version is executing. You can fully qualify the command to select which one to execute, ‘EntityFramework\Update-Database‘ for EF6.x and ‘EntityFrameworkCore\Update-Database‘ for EF Core.
使用:
EntityFrameworkCore\Add-Migration InitialDb
EntityFrameworkCore\Update-Database

2.报错:无法识别的转义序列 blabla
项目路径不要有中文

EF Core注意事项

标签:add   initial   路径   sele   ram   exe   get   can   tps   

原文地址:http://www.cnblogs.com/Lulus/p/7922949.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!