Contains information about ATG Content Administration folders.
Column | Data Type | Constraint | Description |
---|---|---|---|
| VARCHAR(40) | not null | Each folder has a unique ID. |
| NUMERIC(19) | not null | The version of the folder object. |
| TIMESTAMP | null | The creation date of the folder. |
| TIMESTAMP | null | The start date which the folder becomes active. |
| TIMESTAMP | null | The end date which the folder is no longer active. |
| WVARCHAR(255) | not null | The name of the folder object. |
| WVARCHAR(255) | null | A description of the folder object. |
| WVARCHAR(255) | not null | A relative path of where the folder is located in a hierarchy. |
| VARCHAR(40) | null | The parent of this folder. |