This video shows how to create Identity tables in a database with custom columns in the dbo.AspNetUsers table. I have used the Model-First approach and used Add-Migration and Update-Database commands.
 
For the demo described in the video, we have used standard tools, such as - Visual Studio 2019, ASP.NET Core 2.2, C#, and SQL Server 2012
 

ASP.NET Core Identity | How To Add Custom Columns In dbo.AspNetUsers Using Entit...
Sep 05 2019

Jigar Patel

This video shows how to create Identity tables in a database with custom columns in the dbo.AspNetUsers table.