I have 2 tables, show and host. I also have a table called host_show that houses the keys between the two tables. I have the following code in the relationship.ini file for host:
- Code: Select all
[host]
users.id= "$updatedId"
[show]
show.id=host_show.showId
host_show.hostId="$hostId"
I am not getting the UI changes as expected. Any ideas? Thanks in advance!