Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_okr_questionaries_id_seq'::regclass) |
|
|
Primary key |
|
| index_number | int4 | 10 | null |
|
|
The display order or sequential position of the question within the questionnaire. |
||
| master_id | int8 | 19 | null |
|
|
FK: public.tbl_okr_questionaries_master.id |
||
| question_title | varchar | 500 | null |
|
|
The full text or title of the question to be presented in the review form. |
||
| weightage | float8 | 17,17 | √ | null |
|
|
The numerical weight assigned to this question for use in calculating the overall review score. |
|
| answer_type | varchar | 20 | √ | null |
|
|
The required format of the response for this question (e.g., RATING_SCALE, FREE_TEXT, YES_NO). |
|
| is_delete | bool | 1 | √ | null |
|
|
Soft-delete flag: Indicates if this question has been logically removed from the master template definition. |
|
| 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 | Primary key | Asc | id |
