The EF Core tools version ‘your-version’ is older than that of the runtime ‘your-other-version’.
dotnet tool update --global dotnet-ef
– via StackOverflow
Minimal SQL database roles for the database user running the migrations
The user should have at least db_ddladmin, db_datawriter, and db_datareader.