Project Data Tables Database > td Schema : td.CONTENT_PARTS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
CP_ID | The record ID. | int | 4 | ||||
CP_NAME | The name of the item. | varchar | 255 | ||||
CP_HOLDER_ID | The ID of the entity that owns the content part. | int | 4 | ||||
CP_HOLDER_TYPE | The table name for the entity that owns this part. | varchar | 30 | ||||
CP_VER_STAMP | The version number of this record. | int | 4 | ||||
CP_ENTITY_TYPE | The type of entity this content part refers to. | varchar | 30 | ||||
CP_FILTER_DATA | An XML string containing the filter definitions for this part. | varchar | 16 | ||||
CP_ASSIGNED_LIBRARY_PART_ID | The destination for the import of this content part's entity type. | int | 4 |
Index | Description | Primary | Unique |
---|---|---|---|
CP_HOLDER_ENTITY_TYPE_IDX | |||
CP_PRIMARYKEY | |||
CP_UNIQUE_NAME_IDX |