Update-Database
command but this command does not exist!For EF Core, you can use dotnet ef database update
in Command Prompt.
Run that in the EntityFrameworkCore folder in Command Prompt, not the VS command window.
Did you install the Microsoft.EntityFrameworkCore.Tools
package?
Install-Package Microsoft.EntityFrameworkCore.Tools
Update-Database