github_organization_users
Join table between github_organizations and github_users.
-
id
Primary key - Unique identifier for the row.
-
github_user_id
Foreign key - The user that is a member of the organization.
-
github_organization_id
Foreign key - The organization the user belongs to.