ALM Project Database Reference
td.FAVORITE_FOLDERS Table
Description
Folders for Favorite items.
Columns
 Column NameDescriptionDatatypeLengthAllow NullsDefaultFormula
Primary Key FF_IDThe record ID.int4   
 FF_PARENT_IDThe FF_ID of the folder that contains this folder.int4   
 FF_NAMEThe folder name.varchar255   
 FF_PATH

The path as a string of letters. The characters V and W are not used.

The children of a node have additional characters appended.

The FF_PATH is unique for each value of FF_MODULE.

varchar255   
 FF_IS_PUBLICY if the folder is public.varchar1   
 FF_OWNERThe name of the user who owns the folder.varchar60   
 FF_MODULE

The ALM context of the favorite.

varchar50   
 FF_VER_STAMPThe version number of this record.int4  
 FF_FORMAT_VERSIONFor internal use. The version of the favorite folder format.int4   
Indexes
See Also