Eitt stað borgarar kunnu fylgja við hvussu lógin verður broytt og av hvørjum
Navigate to the DAL directory and run the following command on Windows Powershell. Remember to name the migration appropriately.
dotnet ef migrations add {Name the migration here} -s ../API/API.csproj
dotnet ef database update --project API