Hi there!
I have a teams table, an users table, and a team_members table that connects these two. A team also has an ownerId column.
Currently I have a query that fetches all the teams of an userId whether they are connected through the ownerId column or the join table.
I was wondering if this is possible using the new relations module? Since this is a many-to-many, but also an one-to-many, with an 'or' condition.