Contains information about the workspaces associated with 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.

workspace_id

VARCHAR(40)

null

The unique ID for a workspace.

 
loading table of contents...