mmajic
IdentityServer update database error when multiple user types.
I am using IdentityServer in dotnet. I have a base type EntityUser that inherits the IdentityUser<int> class. The entityuser is a base class for multiple user types.
After creating a migration successfully with
add-migration Test
and run update-database
I get the following error:
Here are the relevant classes:
EntityUser.cs
ClubAdmin.cs
DJ.cs
2 replies