ALM Project Database Reference
td.RELEASE_FOLDERS Table
Description
Folders for release records.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key RF_IDThe record ID.int4   
 RF_PARENT_IDThe RF_ID of the containing folder. The root folder's parent ID is -1.int4   
 RF_NAMEThe folder name.varchar255   
 RF_VER_STAMPThe record version.int4  
 RF_DESCRIPTIONThe description of the folder.varchar16  
 RF_HAS_ATTACHMENTSA value of Y indicates that the folder has attachments.varchar1  
 RF_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   
 RF_USER_01User defined field.varchar40  
Indexes
IndexDescriptionPrimaryUnique
RF_PATH_IDX  
RF_PRIMARYKEY 
RF_UNIQUE_NAME_IDX  
See Also