Project Data Tables Database > td Schema : td.TASKS_LOG Table |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
TASKL_ID | The record ID. | int | 4 | ||||
TASKL_TASK_ID | The TASKS.TASK_ID of the task to which this log entry refers. | int | 4 | ||||
TASKL_TYPE | The TASK_LOG_TYPE.TASKL_TYPE_ID. | int | 4 | ||||
TASKL_CREATION_TIME | The server time when this item was created. | datetime | 4 | ||||
TASKL_DESCRIPTION | A free text description of this item. | varchar | 16 |
Index | Description | Primary | Unique |
---|---|---|---|
TASKS_LOG_IX1 | |||
TASKS_LOG_PK |