Project Data Tables Database > td Schema : td.CONTENT_DEFINITIONS Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
COD_ID | The record ID. | int | 4 | ||||
COD_NAME | The name of this group. | varchar | 255 | ||||
COD_PARENT_ID | The ID of the entity that owns this group. | int | 4 | ||||
COD_PARENT_TYPE | The type of entity that owns this group. | varchar | 30 | ||||
COD_VER_STAMP | The version number of this record. | int | 4 | ||||
COD_AUTOCOMPLETE_TYPE | Indicates if part of group is defined by auto-complete. One of:
| int | 4 |
Index | Description | Primary | Unique |
---|---|---|---|
COD_PARENT_IDX | |||
COD_PRIMARYKEY |