Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| geofencingtrackingreportid | bigserial | 19 | √ | nextval('tbl_employee_geofencing_tracking_geofencingtrackingreportid_seq'::regclass) |
|
|
Primary key |
||||
| employeeid | varchar | 500 | √ | null |
|
|
FK: public.tbl_employee.employeeid |
||||
| locationid1 | int8 | 19 | √ | null |
|
|
FK: public.tbl_geofencing_location_master.location_id |
||||
| locationname1 | varchar | 500 | √ | null |
|
|
Format: String |
||||
| latitude1 | float8 | 17,17 | null |
|
|
Format: Double (Decimal degrees) |
|||||
| longitude1 | float8 | 17,17 | null |
|
|
Format: Double (Decimal degrees) |
|||||
| timestamp1 | timestamp | 29,6 | √ | null |
|
|
Format: Timestamp |
||||
| eventtype1 | varchar | 100 | null |
|
|
Format: String |
|||||
| batterystatus1 | varchar | 100 | √ | null |
|
|
Format: String |
||||
| locationid2 | int8 | 19 | √ | null |
|
|
FK: public.tbl_geofencing_location_master.location_id |
||||
| locationname2 | varchar | 500 | √ | null |
|
|
Format: String |
||||
| latitude2 | float8 | 17,17 | √ | null |
|
|
Format: Double (Decimal degrees) |
||||
| longitude2 | float8 | 17,17 | √ | null |
|
|
Format: Double (Decimal degrees) |
||||
| timestamp2 | timestamp | 29,6 | √ | null |
|
|
Format: Timestamp |
||||
| eventtype2 | varchar | 100 | √ | null |
|
|
Format: String |
||||
| batterystatus2 | varchar | 100 | √ | null |
|
|
Format: String |
||||
| totaltime | varchar | 100 | √ | null |
|
|
Format: String (stored as minutes) |
||||
| 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_employee_geofencing_tracking_report_pk | Primary key | Asc | geofencingtrackingreportid |