Could anyone point in the right direction on relation docs? I can’t quite figure out a many to many pivot relation:
e.g. User -> Company, but each user has a role within a company so I want to use a relation like UserCompany that links them both
I tried using the examples from the many to many but always get errors complaining about mismatched relations when deploying