Contains information about the history of projects.

Column

Data Type

Constraint

project_id

VARCHAR(40)

not null

(primary key)

The ID of the project to which the history element is associated.

sequence_num

BIGINT

not null

(primary key)

The sequence number which determines the ordering of the history element in relation to the other history elements in the same project.

history

VARCHAR(40)

not null

The ID of the related history element in the project whose ID is in the project_id column.