EF Core Notes

Process:
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. Error: Unrecognized escape sequence blabla
project path must not contain Chinese

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325348474&siteId=291194637