I am trying to create 'Table per entity hierarchy' I want to set the discriminator to one of my Foreign Keys but that field does not show up in the list of available fields to pick from???
The following fields show:
PK id (int) isDeleted (bool) userID fk (int)
but another FK setup the same as userID but links to another table will not show as an option?