I was trying to follow the documentation to create a composite key for a relation.
The current setup is primary_key :job_id, :user_id
However, calling the primary_key only yields the job_id and does not return both values. I believe this is preventing me from updating and deleting by_pk