Also, if you use join_through and then a string it won’t use the schema, you need to join_through: [:cohorts_teams, :team]
Interesting I hadn’t read that before. Is there documentation to explain this? The Ecto Association guide only shows join_through with string.
Thanks for your insights as always, Ben!






















