Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_taskhistory_id_seq'::regclass) |
|
|
Primary key |
||||
| historyid | int8 | 19 | √ | null |
|
|
History ID |
||||
| taskname | varchar | 150 | null |
|
|
Task Name |
|||||
| employeeid | varchar | 500 | null |
|
|
Employee ID |
|||||
| projectid | int8 | 19 | √ | null |
|
|
Project ID |
||||
| tasktype | varchar | 100 | null |
|
|
Task Type |
|||||
| recurringparentid | int8 | 19 | √ | null |
|
|
Recurring Parent ID |
||||
| templateid | int8 | 19 | √ | null |
|
|
Template ID |
||||
| startdate | date | 13 | √ | null |
|
|
Start Date |
||||
| enddate | date | 13 | √ | null |
|
|
End Date |
||||
| totalspenttime | int8 | 19 | √ | null |
|
|
Total Time Spent |
||||
| taskdescription | varchar | 1000 | √ | null |
|
|
Task Description |
||||
| extendedenddate | date | 13 | √ | null |
|
|
Extended End Date |
||||
| attachment | text | 2147483647 | √ | null |
|
|
Attachments |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| createdby | varchar | 500 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifiedby | varchar | 500 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk__tbl_taskhistory_id | Primary key | Asc | id |


