orm
orm copied to clipboard
Filters with middle entity join
Hello; I have 3 entities (tables):
- assets (models)
- models (manufacturers)
- manufacturers
I want to list all assets for specific manufacturer using filters in asset entity. How to do it?