Reserved for HCL internal use.
This table contains directory structures for the content
managed files.
Column Descriptions:
| Name | Type | Description |
| CMFILEDIR_ID | BIGINT NOT NULL | A numeric identifier to uniquely distinguish the
managed file directory. |
| CMFILEDIR_PARENT | BIGINT | The parent directory ID of the content managed
file directory. Foreign key to CMFILEDIR table. |
| IDENTIFIER | VARCHAR (100) NOT NULL | The directory identifier. The string which
uniquely identify the directory under the same parent directory.
This is the same as the DISPLAYNAME except that all characters are
in lower case. |
| DISPLAYNAME | VARCHAR (100) NOT NULL | The directory display name. The directory name
which can be used to display to the user. |
| OPTCOUNTER | SMALLINT NOT NULL DEFAULT 0 | The optimistic concurrency control counter for
the table. Every time there is an update to the table, the counter
is incremented. |
Indexes:
| Name | Column Names | Type |
| <SYSTEM-GENERATED> | CMFILEDIR_ID | Primary Key |
| I0000931 | CMFILEDIR_PARENT+IDENTIFIER | Unique Index |
Constrained By Parent Tables:
| Constraint | Columns | Parent Table | Parent Columns | Type |
| F_1157 | CMFILEDIR_PARENT | CMFILEDIR | CMFILEDIR_ID | Cascade |
Referenced By Child Tables:
| Constraint | Columns | Child Table | Child Columns | Type |
| F_1157 | CMFILEDIR_ID | CMFILEDIR | CMFILEDIR_PARENT | Cascade |