Hey to all, I am trying to build an inheritance mo...
# exposed
m
Hey to all, I am trying to build an inheritance model with Exposed I have 2 classes inheriting from one. The strategy should be one table per class. Has anyone ever implemented this before? Is this possible at the moment?
t
EntityClass accepts explicit table and bound to an Entity. Could you describe a use-cases a little bit more?