Contains information about a process’s completed projects.

Column

Data Type

Constraint

process_id

VARCHAR(40)

not null

(primary key)

The unique ID for a process.

sequence_num

NUMERIC(19)

not null

(primary key)

The number that determines where a project ID is ordered in the context of all project IDs.

project_id

VARCHAR(40)

not null

The unique ID for a project.