pull_request_deployments
-
id
Primary key - Unique ID for the row.
-
deployment_id
Foreign key - The unique ID for the associated deployment.
-
environment
string - The environment the deployment was associated with.
-
merge_to_deploy
date - The time difference in seconds between the merged_at and the deployed_at of the deployment
-
open_to_deploy
date - The difference in seconds between the created_at of the pull and the deployed_at of the deployment
-
pull_request_id
Foreign key - The unique ID for the associated pull_request.
-
service
string - The name of the service the deployment belongs to.
-
source
string - The name of the system that the pull request originated from.