| Project Data Tables Database > td Schema : td.FAVORITE_FOLDERS Table | 
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
   | 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 | ![]()  | |||
| FF_FORMAT_VERSION | For internal use. The version of the favorite folder format. | int | 4 | 
| Index | Description | Primary | Unique | 
|---|---|---|---|
| FAV_FOLDERS_FORMAT_VER_IDX | |||
| FAVORITE_FOLDERS_NAME_LWR_UK | ![]()  | ||
| FAVORITE_FOLDERS_PATH_IX | ![]()  | ||
| FAVORITE_FOLDERS_PK | ![]()  | ![]()  |