Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('tbl_employee_attendance_policy_id_seq'::regclass) |
|
|
Primary key |
||||
| employeeid | varchar | 500 | null |
|
|
FK: public.tbl_employee.employeeid (or similar employee master table) |
|||||
| policyid | int8 | 19 | null |
|
|
FK: public.tbl_attendance_policy_master.id (or similar policy master table) |
|||||
| createdby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id (or similar user table) |
||||
| createddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of when the assignment was created. |
||||
| modifiedby | varchar | 50 | √ | null |
|
|
FK: public.tbl_userlogin.id (or similar user table) |
||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
Timestamp of the last modification. |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_employee_attendance_policy_pk_tbl_employee_attendance_polic | Primary key | Asc | id |
| tbl_employee_attendance_policy_idx_employee_tbl_employee_attend | Performance | Asc | employeeid |
| tbl_employee_attendance_policy_idx_policyid_tbl_employee_attend | Performance | Asc | policyid |


