Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('probationformstatus_id_seq'::regclass) |
|
|
Primary key |
||||
| formid | int8 | 19 | √ | null |
|
|
FK: public.tbl_FormDetail.FormID |
||||
| employeeid | varchar | 50 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
||||
| emprat | bool | 1 | √ | null |
|
|
Boolean flag: Has the Employee (Self) submitted their review/rating? ( |
||||
| rep1rat | bool | 1 | √ | null |
|
|
Boolean flag: Has Reporting Manager 1 (M1) submitted their review/rating? ( |
||||
| rep2rat | bool | 1 | √ | null |
|
|
Boolean flag: Has Reporting Manager 2 (M2) submitted their review/rating? ( |
||||
| finalstatus | bool | 1 | √ | null |
|
|
Boolean flag: The final outcome of the review. |
||||
| levelofassessment | int4 | 10 | √ | null |
|
|
The configured number of required review levels/raters for this specific review instance. |
||||
| effectivedate | timestamp | 29,6 | √ | null |
|
|
The official date the final decision (Confirmation/Extension) takes effect (often the same as or slightly after |
||||
| reviewstatus | int2 | 5 | √ | null |
|
|
Integer code representing the current overall status of the probation review workflow. |
||||
| companyid | int8 | 19 | √ | null |
|
|
FK: public.tbl_CompanyDetail.CompID |
||||
| col1 | int4 | 10 | √ | null |
|
|
A generic Long field (Col1) for custom data or legacy storage. |
||||
| col2 | varchar | 300 | √ | null |
|
|
A generic String field (Col2) for custom data or legacy storage. |
||||
| statusatlast | bool | 1 | √ | null |
|
|
A flag indicating the final determined status (e.g., Confirmed, Extended, Terminated) based on the entire process. |
||||
| effectivedate2 | timestamp | 29,6 | √ | null |
|
|
A secondary effective date, potentially for a subsequent extension or final termination date. |
||||
| days2 | int4 | 10 | √ | null |
|
|
The number of extension days or notice days related to |
||||
| comments2 | varchar | 300 | √ | null |
|
|
Comments related to the extension or secondary effective date. |
||||
| col3 | int4 | 10 | √ | null |
|
|
A generic Integer field (Col3) for custom data or legacy storage. |
||||
| col4 | varchar | 50 | √ | null |
|
|
A generic String field (Col4) for custom data or legacy storage. |
||||
| hrstatus | bool | 1 | √ | false |
|
|
Boolean flag: Has the HR department completed the final sign-off/review? ( |
||||
| isprocess | bool | 1 | √ | false |
|
|
Boolean flag: Indicates if the final confirmation process (HR/Admin steps) has been completed. |
||||
| probationduedate | timestamp | 29,6 | √ | null |
|
|
The original contractual date on which the employee’s probation period was due to end. |
||||
| finalrat | numeric | 0 | √ | null |
|
|
Java Field: |
||||
| finalspec | varchar | 50 | √ | null |
|
|
Java Field: |
||||
| attachment | varchar | 500 | √ | null |
|
|
File path/ID for the final signed review form or confirmation letter. |
||||
| rep1extensiondate | timestamp | 29,6 | √ | null |
|
|
The new probation due date proposed/approved by Manager 1 in case of an extension. |
||||
| rep2extensiondate | timestamp | 29,6 | √ | null |
|
|
The new probation due date proposed/approved by Manager 2 in case of an extension. |
||||
| extendcount | int4 | 10 | 0 |
|
|
The number of times the employee’s probation period has been formally extended. |
|||||
| createdby | varchar | 500 | √ | null |
|
|
|||||
| modifiedby | varchar | 500 | √ | null |
|
|
|||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| probationformstatus_pk_probationformstatus | Primary key | Asc | id |


