Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_okr_check_in_id_seq'::regclass) |
|
|
Primary key |
|
| key_result_id | int8 | 19 | null |
|
|
FK: public.tbl_okr_key_results.id |
||
| check_in_date | timestamp | 29,6 | null |
|
|
The precise date and time the progress update was submitted by the user. |
||
| check_in_value | numeric | 0 | √ | null |
|
|
The actual raw numeric value reported by the user in this single check-in (e.g., 5 for ‘5 more sales’). |
|
| check_in_value_percentage | float8 | 17,17 | √ | null |
|
|
The percentage completion achieved as a result of applying the |
|
| check_in_status | varchar | 20 | √ | null |
|
|
The calculated health status of the KR after this check-in was processed (e.g., ON_TRACK, OFF_TRACK). |
|
| comment | varchar | 1000 | √ | null |
|
|
Mandatory or optional narrative provided by the user explaining the progress update or status. |
|
| attachments | text | 2147483647 | √ | null |
|
|
JSON or string data containing links or references to files uploaded as evidence for the progress claimed. |
|
| is_delete | bool | 1 | √ | null |
|
|
Soft-delete flag: Indicates if this check-in record has been logically deleted/reversed. |
|
| createdby | varchar | 50 | √ | null |
|
|
||
| createddate | timestamp | 29,6 | √ | null |
|
|
||
| modifiedby | varchar | 50 | √ | null |
|
|
||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
||
| monthly_check_in_value | numeric | 0 | √ | null |
|
|
The aggregated value of all check-ins submitted within the current month (used for time-bound progress analysis). |
|
| check_in_type | varchar | 50 | √ | null |
|
|
The method of check-in (e.g., CUMULATIVE, MONTHLY) or the category of the update. |
|
| cumulative_check_in_value | numeric | 0 | √ | null |
|
|
The total accumulated value of the KR after this check-in is applied. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_tbl_okr_check_in | Primary key | Asc | id |
