Contains information about workspace development lines.

Column

Data Type

Constraint

Description

ws_id
(primary key)

VARCHAR(40)

not null

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


Copyright © 1997, 2013 Oracle and/or its affiliates. All rights reserved. Legal Notices