11
Answers

How to update migration in identity.

Rohan

Rohan

3y
899
1

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 

Answers (11)