Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_probationperiodsetuphistory_id_seq'::regclass) |
|
|
Primary key |
|
| probationperiodsetupid | int8 | 19 | √ | null |
|
|
FK: public.tbl_ProbationPeriodSetUp.Id (Implied) |
|
| policyname | varchar | 255 | √ | null |
|
|
The name of the probation policy in this historical version. |
|
| employeeid | varchar | 2147483647 | √ | null |
|
|
FK: public.tbl_employee.employeeid (Optional) |
|
| probationdays | numeric | 0 | √ | null |
|
|
The standard duration of the probation period defined by this policy version, measured in days. |
|
| effectivedate | date | 13 | √ | null |
|
|
The date from which this specific version of the probation policy became active. |
|
| applicationcriteria | varchar | 2147483647 | √ | null |
|
|
JSON or string data detailing the criteria (e.g., Job Grade, Designation, Department) for when this policy applies. |
|
| stage | varchar | 10 | √ | null |
|
|
The status of the policy (e.g., Active, Inactive, Draft) at the time this history record was created. |
|
| 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) |
|---|---|---|---|
| tbl_probationperiodsetuphistory_pk__tbl_prob__3214ec07d1ec996f | Primary key | Asc | id |
