Contains information about a project scheduled for deployment.

Column

Data Type

Constraint

deployment_id

VARCHAR(40)

not null

(primary key)

The unique ID for a pending deployment.

project_id

VARCHAR(40)

not null

(primary key)

The unique ID for a project.

sequence_num

BIGINT

not null

The sequence number used to determine where the project is ordered in the context of the deployment.

 
loading table of contents...