How do teams work in user management?
In the schema section of the organizations plugin, I can see that there is a member table that connects users to orgs. However, there doesn't seem to be any tables that connect users to teams. How is that supposed to work conceptually?
Solution:Jump to solution
The relationship between users and teams is actually managed through the member table, which serves as a junction table between users, org , and team.
1 Reply
Solution
The relationship between users and teams is actually managed through the member table, which serves as a junction table between users, org , and team.