Hey everyone,
A quick issue I ran into today, my generated migrations weren’t detecting any of the models I’d added – only changes to existing models. Unfortunately the solution was so obvious that it didn’t even come up on Google.
I had forgotten to add the table to the DBContext file… Once this was done it all worked fine.
Leave a Reply