Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments |
|---|---|---|---|---|---|---|---|---|
| id | bigserial | 19 | √ | nextval('oc_maps_device_points_id_seq'::regclass) |
|
|
||
| device_id | int8 | 19 | null |
|
|
|||
| lat | float8 | 17,17 | null |
|
|
|||
| lng | float8 | 17,17 | null |
|
|
|||
| timestamp | int8 | 19 | 0 |
|
|
|||
| altitude | float8 | 17,17 | √ | null |
|
|
||
| accuracy | float8 | 17,17 | √ | null |
|
|
||
| battery | float8 | 17,17 | √ | null |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| oc_maps_device_points_pkey | Primary key | Asc | id |