Contains information about the creation time for a target project’s snapshot.

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.

snapsht_creat_tm

TIMESTAMP

null

The time a snapshot was created for the project’s target.

 
loading table of contents...