This is a minimal example demonstrating the problem discussed in issue #33972 in the Entity Framework Core repository.
- Either create a migration using the dotnet tool in the
EFCoreTypeHierarchyExample.Commonfolder:dotnet ef migrations add Init - Or run the console application in the
EFCoreTypeHierarchyExample.Consolefolder:dotnet run