Contains information about ATG Content Administration folders.

Column

Data Type

Constraint

folder_id

VARCHAR(40)

not null

(primary key)

Each folder has a unique ID.

version

NUMERIC(19)

not null

The version of the folder object.

creation_date

TIMESTAMP

null

The creation date of the folder.

start_date

TIMESTAMP

null

The start date which the folder becomes active.

end_date

TIMESTAMP

null

The end date which the folder is no longer active.

name

WVARCHAR(255)

not null

The name of the folder object.

description

WVARCHAR(255)

null

A description of the folder object.

path

WVARCHAR(255)

not null

A relative path of where the folder is located in a hierarchy.

parent_folder_id

VARCHAR(40)

null

The parent of this folder.


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