I am migrating my app to ASP.Net Core 2.0....https://docs.microsoft.com/en-us/aspnet/core/migration/1x-to-2x/identity-2x...In the above article, it has the following mapping:...protected override void OnModelCreating(ModelBuilder builder)
{
base.OnMod...