github_users
Details about GitHub users.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - GitHub ID of the user.
-
organization_id
Foreign key - ID of the GitHub organization the user belongs to.
-
login
string - Username of the GitHub user.
-
role
string - Role of the GitHub user.
-
bot
boolean - Boolean indicating if the user is a bot. Also known as "Machine User".
-
active
boolean - Boolean indicating if the user is currently active.
-
verified_emails
string - Organization verified emails of user