Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_probationperiodsetup_id_seq'::regclass) |
|
|
Primary key |
|
| policyname | varchar | 255 | √ | null |
|
|
The unique name given to this probation policy (e.g., “Standard 6 Month Policy,” “Leadership 3 Month Policy”). |
|
| employeeid | varchar | 2147483647 | √ | null |
|
|
FK: public.tbl_employee.employeeid (Optional) |
|
| probationdays | numeric | 0 | √ | null |
|
|
The length of the standard probation period, expressed in total number of days. |
|
| effectivedate | date | 13 | √ | null |
|
|
The date from which this specific policy rule set is officially active and applicable. |
|
| applicationcriteria | varchar | 2147483647 | √ | null |
|
|
JSON or string data detailing the conditions (e.g., {“JobGrade”: [“A”, “B”], “Department”: [“IT”]}) for when this policy is applied to a new employee. |
|
| stage | varchar | 10 | √ | null |
|
|
The current lifecycle stage of the policy (e.g., Active, Inactive). |
|
| 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_probationperiodsetup_pk__tbl_prob__3214ec074330537c | Primary key | Asc | id |
