perforce_users
Details about Perforce users.
-
id
Primary key - Unique identifier for the row.
-
repository_id
Foreign key - ID of the Perforce repository the user belongs to.
-
username
string - Perforce username of the user.
-
email
string - Email address of the user.
-
full_name
string - Full name of the user.
-
type
string - Type of the Perforce user (e.g., standard, operator, service).
-
active
boolean - Boolean indicating if the user is currently active.
-
last_access_at
date - Timestamp of the user's last access to Perforce.