I would like to know how I can add more properties to users in my website. I am using the default user template that is made with a MVC project. I tried using the answer to this post, but I keep getting:
The model backing the 'ApplicationDbContext' context has changed since the database was created
I believe I am missing something that isn't written in that post, can anyone point me to what I need to do?
Thanks.