I have a parent and an a child entity.
I can successfully creates a parent and created a child linked to it's parent.
So my problem comes if I try to update the child. I get an error about foreigh key constraints. What am I doing wrong?
I have a parent and an a child entity.
I can successfully creates a parent and created a child linked to it's parent.
So my problem comes if I try to update the child. I get an error about foreigh key constraints. What am I doing wrong?