Closed apomarinov closed 2 years ago
Say I have the following structure:
house id name door id house_id color_id shape_id color id shape id
I want to clone the house with the doors, but in the door I want to:
How would you go about this? Apologies if this is the wrong place to post this.
Seems that using use_dictionary: true solved the issue.
use_dictionary: true
Say I have the following structure:
I want to clone the house with the doors, but in the door I want to:
How would you go about this? Apologies if this is the wrong place to post this.