Skip to content

public.location

Description

Columns

Name Type Default Nullable Children Parents Comment
id uuid false (DC2Type:uuid)
created_at timestamp(0) with time zone false (DC2Type:datetimetz_immutable)
name varchar(255) false
position_latitude numeric(9,7) false
position_longitude numeric(9,7) false

Constraints

Name Type Definition
location_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
location_pkey CREATE UNIQUE INDEX location_pkey ON public.location USING btree (id)

Relations

er


Generated by tbls