You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to store events in the Warehouses table per product id.
And all the events are inherited from WarehouseEventBase.
But now it's impossible to have TPH (Table Per Hierarchy) with owned types, like this:
I'm trying to store events in the Warehouses table per product id.
And all the events are inherited from
WarehouseEventBase
.But now it's impossible to have TPH (Table Per Hierarchy) with owned types, like this:
This behavior should be implemented as soon as the feature will be added to ef core 8.
Related issue: dotnet/efcore#9630
The text was updated successfully, but these errors were encountered: