Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| formid | bigserial | 19 | √ | nextval('tbl_formdetail_formid_seq'::regclass) |
|
|
Primary key |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| formname | varchar | 100 | √ | null |
|
|
The user-friendly name of the form (e.g., “Annual Performance Review 2024”, “New Hire Confirmation Form”). |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kralable | varchar | 50 | √ | null |
|
|
The label/title used for Key Result Areas (KRAs) or Objectives within this form. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| kpilable | varchar | 50 | √ | null |
|
|
The label/title used for Key Performance Indicators (KPIs) or Metrics within this form. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createdby | varchar | 50 | √ | null |
|
|
ID of the user who created the form template. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the form template was created. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| modifiedby | varchar | 50 | √ | null |
|
|
ID of the user who last modified the form template. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the form template was last modified. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| status | bool | 1 | √ | null |
|
|
Boolean flag: Indicates if the form template is currently active ( |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| compid | int8 | 19 | √ | null |
|
|
FK: public.tbl_CompanyDetail.CompID |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| isweightage | bool | 1 | √ | null |
|
|
Boolean flag: Indicates whether the review elements in this form template require weightages. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| levelofassessment | int2 | 5 | √ | null |
|
|
The number of review stages/raters required for this form. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| formtype | varchar | 50 | √ | null |
|
|
Categorization of the form. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| flag1 | int4 | 10 | √ | null |
|
|
A generic integer flag field for custom configuration or future use. |
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| flag2 | varchar | 50 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| pmsapprove | int4 | 10 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| column1 | varchar | 50 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| column2 | varchar | 50 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_formdetail_pk_formdetail | Primary key | Asc | formid |


