I have just started using EF and found it cool, but I ran into a problem,
Problem: I changed my DB schema of a column inside the table User, It
I've run into similar issues before, and found that the way to solve it was to delete the table from the model. Save and close the model. Then reopen the model and re-add the table.