Contains base type information for all branches, snapshots and workspaces.

Column

Data Type

Constraint

id

VARCHAR(40)

not null

(primary key)

Unique ID of the development line.

type

NUMERIC(19)

not null

The type of development line: 0 for branch, 1 for snapshot, 2 for workspace

name

VARCHAR(255)

null

Development line name.

parent

VARCHAR(40)

null

Parent development line from which this one was created.

date_created

TIMESTAMP

null

Date and time of creation.


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