Hi,
I realize today that I don't have a migration folder in my project. I tried to run the command add-migration but I am getting this error:
Both Entity Framework 6 and Entity Framework Core are installed. The Entity Framework 6 tools are running. Use 'EntityFrameworkCore\Add-Migration' for Entity Framework Core.
No migrations configuration type was found in the assembly 'ExpenseTracker'. (In Visual Studio you can use the Enable-Migrations command from Package Manager Console to add a migrations configuration).