Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_taskcustomfieldsvaluehistory_id_seq'::regclass) |
|
|
Primary key |
||||
| dailytaskid | int8 | 19 | √ | null |
|
|
Daily Task ID |
||||
| dailytaskhistoryid | int8 | 19 | √ | null |
|
|
Daily Task History ID |
||||
| historyid | int8 | 19 | √ | null |
|
|
History ID |
||||
| customfieldid | int8 | 19 | √ | null |
|
|
Custom Field ID |
||||
| customfieldoptionid | text | 2147483647 | √ | null |
|
|
Custom Field Option ID |
||||
| customvalue | text | 2147483647 | √ | null |
|
|
Custom Value |
||||
| 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_taskcustomfieldsvaluehistory_id | Primary key | Asc | id |


