perforce_review_activities
Details about activities on Perforce Swarm code reviews.
-
id
Primary key - Unique identifier for the row.
-
source_id
Foreign key - Swarm activity ID.
-
review_id
Foreign key - ID of the review this activity belongs to.
-
user_id
Foreign key - ID of the user who performed the activity.
-
action
string - Action performed (e.g., approved, changes_requested, declined, commented).
-
state
string - Review state after this activity.
-
created_at
date - Timestamp when the activity occurred.
-
time_since_request
number - Time difference in seconds between when the review was requested and this activity.