Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| probationcatid | bigserial | 19 | √ | nextval('tbl_probationcategory_probationcatid_seq'::regclass) |
|
|
Primary key |
||||
| probationcatname | varchar | 100 | √ | null |
|
|
The user-friendly display name of the category (e.g., “Quality of Work,” “Teamwork”). |
||||
| compid | int8 | 19 | √ | null |
|
|
FK: public.tbl_CompanyDetail.id |
||||
| createdby | varchar | 200 | √ | null |
|
|
The user (Employee ID/Username) who created the category. |
||||
| modifiedby | varchar | 200 | √ | null |
|
|
The user (Employee ID/Username) who last modified the category. |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
The date and time the category was originally created. |
||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
The date and time the category definition was last modified. |
||||
| description | varchar | 500 | √ | null |
|
|
|||||
| status | bool | 1 | √ | false |
|
|
Boolean flag: Indicates if the category is currently active and available for use in probation forms. |
||||
| formid | int8 | 19 | √ | null |
|
|
FK: public.tbl_FormDetail.id |
||||
| weightage | varchar | 50 | √ | null |
|
|
|||||
| column1 | varchar | 50 | √ | null |
|
|
|||||
| column2 | varchar | 50 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_probationcategory_pk_tbl_probationcategory | Primary key | Asc | probationcatid |


