Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| id | serial | 10 | √ | nextval('tbl_tracking_master_id_seq'::regclass) |
|
|
Primary key |
||||
| employee_id | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.id |
||||
| employee_role_id | int4 | 10 | √ | null |
|
|
FK: public.tbl_role_master.id |
||||
| branch_id | int8 | 19 | √ | null |
|
|
FK: public.tbl_BranchMaster.BranchID |
||||
| auto_punch_out_time | time | 15,6 | √ | null |
|
|
Format: Time (HH:MM:SS) |
||||
| expense_allowed | bool | 1 | false |
|
|
Flag Type: Boolean |
|||||
| tracking_allowed | bool | 1 | false |
|
|
Flag Type: Boolean |
|||||
| multi_punch_allowed | bool | 1 | false |
|
|
Flag Type: Boolean |
|||||
| createdby | varchar | 50 | √ | null |
|
|
|||||
| createddate | timestamp | 29,6 | √ | null |
|
|
|||||
| modifiedby | varchar | 50 | √ | null |
|
|
|||||
| modifieddate | timestamp | 29,6 | √ | null |
|
|
|||||
| companyid | int8 | 19 | √ | null |
|
|
FK: public.tbl_company.CompanyId |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| tbl_tracking_master_pk__tbl_trac__3213e83f55b53c37 | Primary key | Asc | id |
| tbl_tracking_master_idx_employee_role_id | Performance | Asc | employee_role_id |
| tbl_tracking_master_idx_employee_tbl_tracking_master | Performance | Asc | employee_id |
| tbl_tracking_master_idx_expense_allowed | Performance | Asc | expense_allowed |