Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| questionid | bigserial | 19 | √ | nextval('tbl_probationquestion_questionid_seq'::regclass) |
|
|
Primary key |
||||
| probationcatid | int8 | 19 | √ | null |
|
|
FK: public.tbl_ProbationCategory.id |
||||
| question | varchar | 1000 | √ | null |
|
|
The full text of the question presented to the reviewer. |
||||
| description | varchar | 1000 | √ | null |
|
|
Additional guidelines or detailed instructions for answering this question. |
||||
| status | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if the question is currently active and included in new forms. |
||||
| createdby | varchar | 200 | √ | null |
|
|
The Employee ID or username of the person who created the question. |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
The date and time the question was originally created in the system. |
||||
| weightage | numeric | 0 | √ | null |
|
|
The numerical weight assigned to this question for calculating the overall assessment score. |
||||
| parentqid | int8 | 19 | √ | null |
|
|
FK: public.tbl_ProbationQuestion.QuestionID |
||||
| isparent | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if this question acts as a parent header for other sub-questions. |
||||
| formid | int8 | 19 | √ | null |
|
|
FK: public.tbl_FormDetail.id |
||||
| per | int4 | 10 | √ | null |
|
|
The maximum score or percentage point achievable for this question. |
||||
| compid | int8 | 19 | √ | null |
|
|
FK: public.tbl_CompanyDetail.id |
||||
| openended | bool | 1 | false |
|
|
Boolean flag: Indicates if the question requires a free-text/narrative answer rather than a rating/score. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_probationquestion_pk_tbl_probationquestion | Primary key | Asc | questionid |


