Contains information about the snapshots for a project’s target.

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.

snapshot_id

VARCHAR(40)

null

The unique ID for a snapshot.

 
loading table of contents...