Contains information about the completed projects a particular user worked on.

Column

Data Type

Constraint

user_id

VARCHAR(40)

not null

(primary key)

The unique ID for a user.

sequence_num

NUMERIC(19)

not null

The sequence number that places the project ID in an order within the context of the user’s projects.

project_id

VARCHAR(40)

not null

(primary key)

The unique ID for a project.