Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_okr_template_questionaries_assign_id_seq'::regclass) |
|
|
Primary key |
|
| master_id | int8 | 19 | null |
|
|
FK: ID of the parent assigned review instance (e.g., public.tbl_okr_review_assign.id). |
||
| index_number | int4 | 10 | null |
|
|
The display order of the question in the assigned review form. |
||
| question_title | varchar | 500 | null |
|
|
The text of the question as it appears in the active review form. |
||
| weightage | float8 | 17,17 | √ | null |
|
|
The weight of the question used for calculating the score of the specific assigned review. |
|
| answer_type | varchar | 20 | √ | null |
|
|
The required response format for this question in the active review. |
|
| is_delete | bool | 1 | √ | null |
|
|
Soft-delete flag: Indicates if this question was logically excluded from the assigned review, even if present in the master. |
|
| 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_questionaries_assign | Primary key | Asc | id |
