Contains information about all executed deployments.
Column | Data Type | Constraint | Description |
---|---|---|---|
| VARCHAR(40) | not null | The unique ID for a deployment log. |
| VARCHAR(40) | not null | The unique ID for a deployment. |
| VARCHAR(255) | not null | The name of the target associated with the deployment. |
| TIMESTAMP | not null | The time the log was created. |
| TIMESTAMP | not null | The time the deployment began execution. |
| TIMESTAMP | not null | The time the deployment finished execution. |
| VARCHAR(40) | null | The ID for the user who performed the operation. |
| INTEGER | not null | Indicates whether the deployment is full ( |
| INTEGER | not null | The mode used for the deployment. Options include switch and online. |
| INTEGER | not null | The status of the deployment. Options include |
| VARCHAR(255) | null | The IDs for deployed projects. |
| VARCHAR(5) | not null | The delimiter used to separate project IDs in the |