Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_okr_questionaries_master_id_seq'::regclass) |
|
|
Primary key |
|
| template_name | varchar | 200 | null |
|
|
The unique name given to the review questionnaire template (e.g., “Standard Quarterly OKR Review,” “Mid-Year Assessment Form”). |
||
| is_self_review | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if a self-assessment/review is a required component of this template. |
|
| is_m1_review | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if the review by the direct reporting manager (M1) is required. |
|
| is_m2_review | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if the review by the second-level manager (M2, M1’s manager) is required. |
|
| is_hr_review | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if a final review/sign-off by an HR representative is required. |
|
| total_questions | int4 | 10 | √ | null |
|
|
The total number of questions included in this questionnaire template. |
|
| total_weightage | float8 | 17,17 | √ | null |
|
|
The sum of the weightage of all questions, used to calculate the final review score (should typically be 100). |
|
| is_delete | bool | 1 | √ | null |
|
|
Soft-delete flag: Indicates if the questionnaire template has been logically deleted. |
|
| 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_questionaries_master | Primary key | Asc | id |
