I am trying to play around with ASP Identity and I customized IdentityUser by adding extra fields on it. After ASP Identity tables were created, how do you update (add/remove) more custom fields to existing ASPNetUsers without recreating dropping and recreating tables? Because there are data on it.
I am curious. Thank you