I created an application in Asp.Net MVC using the database first method. I generated my model using an edmx file. However i made a change to my context classes. Everytime i run my
application i get the following error:
"The model backing the 'ArticleContext' context has changed since the database was created. Consider using Code First Migrations to update the database"
Should i follow the advice the error gives me? Even though i used the "database first" method?