I have a project with ASP.NET MVC database first where I implemented ASP.NET Identity 2. In the table called AspNetUsers, I want to add extra fields.
- IsOnline - bit,
- UserType - NVARCHAR(50),
- Department - NVARCHAR(50)
Since I am using database first in the project, please how do I add this extra fields to the project