cd .\Data\DataAccess\
Then execute the two following commands:
dotnet ef migrations add initial --startup-project ..\..\Presentation\Presentation\Presentation.csproj
dotnet ef database update --startup-project ..\..\Presentation\Presentation\Presentation.csproj
Use the following commands for database scaffolding:
Scaffold-DbContext "server=localhost;userid=root;password=root;database=winit" Pomelo.EntityFrameworkCore.MySql -OutputDir Models