Contains information about workspace development lines.

Column

Data Type

Constraint

ws_id

VARCHAR(40)

not null

(primary key)

Unique id of the workspace.

checked_in

NUMERIC(1)

not null

Whether the workspace is checked in.

ci_time

TIMESTAMP

null

When the was workspace checked in.

userid

VARCHAR(255)

null

Who checked in the workspace.

locked

NUMERIC(1)

not null

Indicates whether the assets in the workspace are locked (1) or not (0).

change_was

VARCHAR(4096)

null

The change made using the workspace.

asset_uri_cache

LONG VARBINARY

null

ref_ast_uri_cache

LONG VARBINARY

null