You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 2, 2021. It is now read-only.
Twistar currently lacks support on adding information on HABTM relationship assosiations.
Consider the following example: An Actor plays roles in Movies. Each Actor can appear in multiple Movies, but play different Roles on each Movie. The DB table to represent this HABTM relationship would look like this: Table Actor(name)
| Table plays_in(movie_id)(role)
| Table Movie(name)
Such a mapping is currently not possible with Twistar because the Role field cannot be accessed on a HABTM relationship, but it should be.
The text was updated successfully, but these errors were encountered:
Twistar currently lacks support on adding information on HABTM relationship assosiations.
Consider the following example: An Actor plays roles in Movies. Each Actor can appear in multiple Movies, but play different Roles on each Movie. The DB table to represent this HABTM relationship would look like this:
Table Actor(name)
|
Table plays_in(movie_id)(role)
|
Table Movie(name)
Such a mapping is currently not possible with Twistar because the Role field cannot be accessed on a HABTM relationship, but it should be.
The text was updated successfully, but these errors were encountered: