Project Data Tables Database > td Schema : td.DASHBOARD_PAGES Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
DP_ID | The record ID. | int | 4 | ||||
DP_FOLDER_ID | The DASHBOARD_FOLDERS.DF_ID of the containing folder. | int | 4 | ||||
DP_LOGICAL_NAME | A name, unique in the scope of this table, that refers to this record. | varchar | 64 | ||||
DP_NAME | The page name. | varchar | 255 | ||||
DP_IS_PUBLIC | Y if public. N if private. | varchar | 1 | ||||
DP_OWNER | The user name of the owner. | varchar | 60 | ||||
DP_DESCRIPTION | The page description. | varchar | 16 | ||||
DP_TITLE | The page title. | varchar | 255 | ||||
DP_VER_STAMP | The version stamp. | int | 4 | ||||
DP_MODIFIED_BY | The user who last changed this item. | varchar | 60 | ||||
DP_VTS | The version time stamp. | varchar | 20 | ||||
DP_USER_01 | User-defined field. | varchar | 40 | ||||
DP_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_PAGES_PK | |||
DASHBOARD_PAGES_UK1 | |||
DASHBOARD_PAGES_UNIQUE_NAME |