I'm having an issue when trying to use my hm:t relation. For some
reason it's using the wrong foreign key in some situations but not
all. The following is the error as well as the models in question.
I realize i could probably simplify this by making the join column
user_id rather then earner_id but i have a reason for this and I'm
also learning a lot more by trying to do it this way.
I'm having an issue when trying to use my hm:t relation. For some
reason it's using the wrong foreign key in some situations but not
all. The following is the error as well as the models in question.
I realize i could probably simplify this by making the join column
user_id rather then earner_id but i have a reason for this and I'm
also learning a lot more by trying to do it this way.