Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_templatecustomfieldvalue_id_seq'::regclass) |
|
|
Primary key |
|
| templateid | int8 | 19 | null |
|
|
FK: public.tbl_Template.Id (Implied) |
||
| customfieldid | int8 | 19 | null |
|
|
FK: public.tbl_TemplateCustomfields.Id |
||
| customfieldlabel | text | 2147483647 | √ | null |
|
|
The display label for the custom field, specifically tailored for use within this template (can override the master field label). |
|
| isrequired | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if this specific custom field is mandatory when filling out a form/task based on this template. |
|
| status | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if this custom field is currently active and visible within the template. |
|
| customfielddefaultvalue | text | 2147483647 | √ | null |
|
|
The default value (if any) to be pre-populated in the field when creating a new item from this template. |
|
| customfieldoptionid | text | 2147483647 | √ | null |
|
|
Reference to an option set or lookup ID (e.g., public.tbl_lookup_option.id), used if the custom field type is a dropdown/selection list. |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_templatecustomfieldvalue_pk__tbl_templatecustomfieldvalue | Primary key | Asc | id |
