Instructions


#  add your first migration
dotnet ef migrations add "[Discription]"

# after applying the migrations then update your database
dotnet ef database update