ALM Project Database Reference
td.RESOURCE_FOLDERS Table
Description
Folders for resources.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RFO_IDThe record ID.int4   
 RFO_NAMEThe name of the resource folder.varchar255   
 RFO_PATHThe highest level node has path AAA. Each child node down the tree inherits the parent path and adds three letters,where the current level numeration is concatenated to the inherited path. For example, the child requirements of the first node (AAA) have paths of AAAAAA, AAAAAB, AAAAAC, and so on. The characters V and W are not used.varchar255   
 RFO_DESCRIPTIONA description for the resource folder.varchar16  
 RFO_PARENT_IDThe ID of the parent of the resource folder.int4   
 RFO_VER_STAMPThe version number of this record.int4   
 RFO_USER_01User-defined field.varchar40  
Indexes
IndexDescriptionPrimaryUnique
RESOURCE_FOLDERS_IDX1   
RESOURCE_FOLDERS_PK 
RESOURCE_FOLDERS_UIX2  
See Also