Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_okr_template_assign_history_id_seq'::regclass) |
|
|
Primary key |
|
| template_assign_id | int8 | 19 | null |
|
|
FK: public.tbl_okr_template_assign.id |
||
| template_name | varchar | 200 | null |
|
|
The name of the OKR template in this historical snapshot. |
||
| review_frequency | varchar | 20 | √ | null |
|
|
The review frequency configured in this historical snapshot. |
|
| period_type | varchar | 20 | √ | null |
|
|
The duration type of the OKR cycle in this historical snapshot. |
|
| start_date | date | 13 | null |
|
|
The start date of the performance cycle in this historical snapshot. |
||
| end_date | date | 13 | null |
|
|
The end date of the performance cycle in this historical snapshot. |
||
| assignee | varchar | 50 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
|
| total_tasks | int4 | 10 | √ | null |
|
|
The total count of goals included in this historical snapshot. |
|
| total_weightage | float8 | 17,17 | √ | null |
|
|
The sum of the weightage of all goals in this historical snapshot. |
|
| template_fields | text | 2147483647 | √ | null |
|
|
JSON data string containing the detailed configuration of all Objectives, Key Results, and Questions that were part of the template at this point in history. |
|
| is_delete | bool | 1 | √ | null |
|
|
Soft-delete flag: Indicates if the parent assignment was logically deleted or cancelled in this history snapshot. |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_tbl_okr_template_assign_history | Primary key | Asc | id |
