ai_code_commit_files
File-level AI code metrics for each commit.
-
id
Primary key - Unique identifier for the row.
-
ai_code_commit_id
Foreign key - ID of the associated AI code commit.
-
file_path
string - Path to the file within the repository.
-
original_ai_loc
number - Original number of lines of AI-generated code in this file.
-
modified_ai_loc
number - Number of lines of AI-generated code that were modified in this file.
-
remaining_ai_loc
number - Number of lines of AI-generated code that remain unchanged in this file.
-
created_at
date - Timestamp when the record was created.
-
updated_at
date - Timestamp when the record was last updated.