github_projects
Github ProjectV2
-
id
Primary key - Unique identifier of the row
-
source_id
Foreign key - ID of the project in GitHub
-
number
number - Number of the project
-
name
string - Title of the project
-
created_at
date - Date when the project was created
-
updated_at
date - Date when the project was updated
-
closed_at
date - Date when the project was closed
-
organization_id
Foreign key - ID of the organization to which the project belongs
-
organization_installation_id
Foreign key - GitHub App Installation ID.