Contains information about the time a project’s target was approved.

Column

Data Type

Constraint

project_id

VARCHAR(40)

not null

(primary key)

The unique ID for a project.

target_id

VARCHAR(40)

not null

(primary key)

The unique ID for a target.

approval_time

TIMESTAMP

null

The time the project’s target was approved.

 
loading table of contents...