| Project Data Tables Database > td Schema : td.DASHBOARD_FOLDERS Table | 
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
   | DF_ID | The record ID. | int | 4 | |||
| DF_LOGICAL_NAME | A name, unique in the scope of this table, that refers to this record. | varchar | 64 | ||||
| DF_PARENT_ID | If top-level folder, 0. Otherwise the DF_ID of the parent folder.  | int | 4 | ||||
| DF_NAME | The folder name. | varchar | 255 | ||||
| DF_DESCRIPTION | The folder description. | varchar | 16 | ![]()  | |||
| DF_PATH | The position in the tree. The format is AAAAA, AAAAB, and so on. The characters V and W are not used.  | varchar | 255 | ||||
| DF_IS_PUBLIC | If Y, the item is public. If N, the item is private. | varchar | 1 | ![]()  | |||
| DF_VER_STAMP | The version number. | int | 4 | ||||
| DF_OWNER | The user name of the folder owner. | varchar | 60 | ||||
| DF_SEGMENT_ID | The ANALYSIS_SEGMENTS.AS_ID of the segment in which this item is presented in the user interface. | int | 4 | ![]()  | 
| Index | Description | Primary | Unique | 
|---|---|---|---|
| DASHBOARD_FOLDERS_PK | ![]()  | ![]()  | |
| DASHBOARD_FOLDERS_UK1 | ![]()  | ||
| DASHBOARD_FOLDERS_UK2 | ![]()  | ||
| DASHBOARD_FOLDERS_UNIQUE_NAME | ![]()  |