github_repository_files
Files present in a GitHub repository's default branch
-
id
Primary key - Unique identifier for the row
-
repository_id
Foreign key - ID of the GitHub repository
-
file_path
string - Path to the file
-
mode
string - Mode of the file
-
sha
string - SHA of the file
-
size
number - Size of the file in bytes
-
row_created_at
date - Timestamp when the file was created
-
row_updated_at
date - Timestamp when the file was last updated