11-14-2019, 08:59 PM
Hello Everyone!
Today i have been busy doing many_to_many relationship. I need to do Asset in Asset relationship.
Everything is fine when i do Texture in Asset, but when i need to do Asset in Asset i can't tell tactic to use right columns.
Schema example:
Any suggestions?
Thanks.
Today i have been busy doing many_to_many relationship. I need to do Asset in Asset relationship.
Everything is fine when i do Texture in Asset, but when i need to do Asset in Asset i can't tell tactic to use right columns.
Schema example:
Code:
<search_type name="dolly3d/assets" xpos="303" ypos="236"/>
<search_type name="dolly3d/assets_in_assets" xpos="622" ypos="445"/>
<connect from="dolly3d/assets" to="dolly3d/assets" instance_type="dolly3d/assets_in_assets" relationship="instance"/>
<connect from="dolly3d/assets_in_assets" to="dolly3d/assets" relationship="code" from_col="in_assets_code" to_col="code" type="many_to_many"/>
<connect from="dolly3d/assets_in_assets" to="dolly3d/assets" relationship="code" from_col="assets_code" to_col="code" type="many_to_many"/>
Thanks.