perforce_changelists
Details about Perforce changelists (submitted changes).
-
id
Primary key - Unique identifier for the row.
-
repository_id
Foreign key - ID of the repository this changelist belongs to.
-
source_id
Foreign key - Perforce changelist number.
-
user_id
Foreign key - ID of the user who submitted the changelist.
-
client
string - Name of the Perforce client workspace used for the changelist.
-
description
string - Description of the changelist.
-
path
string - Depot path affected by the changelist.
-
type
string - Type of the changelist (e.g., public, restricted).
-
additions
number - Count of lines added in the changelist.
-
deletions
number - Count of lines deleted in the changelist.
-
edits
number - Count of lines edited in the changelist.
-
submitted_at
date - Timestamp when the changelist was submitted.