Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('okr_key_result_custom_fields_assign_id_seq'::regclass) |
|
|
Primary key |
|
| assigned_template_id | int8 | 19 | null |
|
|
FK: ID of the assigned OKR cycle/template record (e.g., public.tbl_okr_template_assign.id). |
||
| field_name | varchar | 255 | null |
|
|
The display name/label for the custom field in the assigned OKR form. |
||
| field_type | varchar | 255 | null |
|
|
The data type of the field (e.g., TEXT, DATE, NUMBER). |
||
| is_active | bool | 1 | true |
|
|
Boolean flag: Indicates if this field is active for the current assigned template. |
||
| is_required | bool | 1 | false |
|
|
Boolean flag: Indicates if the field must be completed for KRs in the assigned template. |
||
| lookup_type_id | int8 | 19 | √ | null |
|
|
FK: public.tbl_lookup_type.id (Implied) |
|
| lookup_type_name | varchar | 255 | √ | null |
|
|
The descriptive name of the master list/lookup type used for this field. |
|
| description | varchar | 255 | √ | null |
|
|
Additional instructions or help text for the user. |
|
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| createdby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_okr_key_result_custom_fields_assign | Primary key | Asc | id |
