When I add-migration i got this warning:
add-migration
The EF Core tools version \'2.1.1-rtm-30846\' is older than that of the runtime \'2.1.4-rtm-31024\'. Up
Update the tools using the package manager console:
Install-Package Microsoft.EntityFrameworkCore.Tools -Version 2.1.4
see this link https://www.nuget.org/packages/Microsoft.EntityFrameworkCore.Tools/