I have a Northwind database and I would like to make a subtype/supertype relationships on Employees using the ReportsTo (of type int); Specifically make a TopBrass subtype where ReportsTo is Null, or SecondString where ReportsTo equals 2.
but ReportsTo doesn't show in the discriminator field drop down in LLBLGen pro V2.0 after clicking "create subtype for this entity".
So how do I get ReportsTo to show in the discriminator field drop down? (or any field I make... as I have added indexed bit fields and nothing shows in the discriminator field drop down after I refresh the catalog)