github_pull_files
Details about files changed in GitHub pull requests.
-
id
Primary key - Unique identifier for the row.
-
pull_id
Foreign key - ID of the pull request associated with the file change.
-
sha
string - SHA of the file blob.
-
filename
string - Path and name of the file.
-
status
string - Status of the file change (added, removed, modified, renamed, copied, changed, unchanged).
-
additions
number - Number of lines added in this file.
-
deletions
number - Number of lines deleted in this file.
-
changes_count
number - Total number of lines changed in this file.