Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_templatecustomfieldvaluehistory_id_seq'::regclass) |
|
|
Primary key |
||||
| templateid | int8 | 19 | null |
|
|
Template ID |
|||||
| historyid | int8 | 19 | null |
|
|
History ID |
|||||
| templatehistoryid | int8 | 19 | null |
|
|
Template History ID |
|||||
| templatecustomfieldid | int8 | 19 | null |
|
|
Template Custom Field ID |
|||||
| templatecustomfieldoptionid | text | 2147483647 | √ | null |
|
|
Custom Field Option IDs |
||||
| customfieldlabel | text | 2147483647 | √ | null |
|
|
Custom Field Label |
||||
| isrequired | bool | 1 | √ | null |
|
|
Required flag |
||||
| status | bool | 1 | √ | null |
|
|
Active flag |
||||
| customfielddefaultvalue | text | 2147483647 | √ | null |
|
|
Default value |
||||
| createdby | varchar | 500 | √ | null |
|
|
|||||
| modifiedby | varchar | 500 | √ | null |
|
|
|||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_templatecustomfieldvaluehistory_pk__tbl_templatecustomfield | Primary key | Asc | id |


