reference composite primary key
I have a table with a composite primary key. I’m using the return object to make it by passing in the columns to primaryKey. How do I then use that as a foreign key in a child table? I tried referencing the return object but that doesn’t work.
0 Replies