Name Type MSSql Type Oracle Type DB2 Nullable Description
OFS_Idnr int NUMBER(38,0) int false primary key of the folder link
OFS_OH_Idnr_F int NUMBER(38,0) int false OH_IDNR of the folder
OFS_Level int NUMBER(38,0) int false hierarchy
OFS_OH_Idnr_O int NUMBER(38,0) int false OH_IDNR of the object
OFS_Link smallint NUMBER(38,0) smallint true Links: 0 = Home Folder, 1 = Linked Object
OFS_ModDate datetime DATE timestamp true creation/modification date; required for tracking changes and enabling the Lucene search indexer

Indexes:

Name Fields Primary Unique Clustered Nonclustered
NK_OFS_F OFS_OH_Idnr_F false false false false
NK_OFS_O OFS_OH_Idnr_O false false false false
PK_OFS OFS_Idnr true true true false

Foreign Keys:

Name Local References Foreign References
FK_OFS_OH_O OFS_OH_Idnr_O OH_Idnr
FK_OFS_OH_F OFS_OH_Idnr_F OH_Idnr

Return to the Index File