Add column in table with ASP.NET identity
This is my step
1.Enable-Migrations
2.Public DateTime? ABC{get;set;}
3.Add-Migration "ABC" - I have here confuse what is this . Add this columns in table ya this is table name
4.Update DataBase