Folders for Favorite items.
Column Name | Description | Datatype | Length | Allow Nulls | Default | |
---|---|---|---|---|---|---|
![]() | FF_ID | The record ID. | int | 4 | ||
FF_PARENT_ID | The FF_ID of the folder that contains this folder. | int | 4 | |||
FF_NAME | The folder name. | varchar | 255 | |||
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. | varchar | 255 | |||
FF_IS_PUBLIC | Y if the folder is public. | varchar | 1 | |||
FF_OWNER | The name of the user who owns the folder. | varchar | 60 | |||
FF_MODULE | The ALM context of the favorite. | varchar | 50 | |||
FF_VER_STAMP | The version number of this record. | int | 4 | ![]() |