I want to use asp.net identity on a database that already exists.
I read this to do: How to add ASP.NET MVC5 Identity Authentication to existing database
but I am worried because I know asp.net identity uses code first, so can I lose my data? or it simply adds its tables to my db ? and in the future if I will update the asp.net identity package, can it drop the database?
** Now the database has only tables and some data (without others user/password tables)