locations

17973 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('locations_id_seq'::regclass)
description text 2147483647 null
latitude float8 17,17 null
longitude float8 17,17 null
postcode text 2147483647 null
region text 2147483647 null
controlshift_location_id int4 10 null
deleted_at timestamp 29,6 null
created_at timestamp 29,6 null
updated_at timestamp 29,6 null

Indexes

Constraint Name Type Sort Column(s)
locations_pkey Primary key Asc id
location_idx_ctrlshift Performance Asc controlshift_location_id

Relationships