Poor description on on my part.
The problem is I have relation that has a tenant_id
column, I want to always aply a where clause on this column.
Of course I can add a method in the relation and chain it, but don’t want to have to rember calling this method every time.
Does it make more sens now?