Open HerrZatacke opened 9 years ago
Apart from the "coming soon" in the documentation, is this feature already implemented, and the documentation is "coming soon", or does "coming soon" refer to the feature itself?
@HerrZatacke, through associations are not yet officially supported, they are coming on 0.11. Take a look at balderdashy/waterline#705.
An example to use would be https://docs.djangoproject.com/en/1.8/topics/db/models/#extra-fields-on-many-to-many-relationships where the many-to-many / through model can also have additional attributes.
@dmarcelino version 0.11 is out, but I think this was pushed for a future release? thanks
I think it's unclear how Many-to-Many Associations differentiates from Many-to-Many Through Associations
What i need is "additional attributes onto the relationship inside of the join table" as described in the "Through Associations". Yet both parts f the documentation are saying the join table is created automatically. Although I guess "Through Associations" is trying to say something like
Apart from the "coming soon" in the documentation, is this feature already implemented, and the documentation is "coming soon", or does "coming soon" refer to the feature itself?