Skip to content

Latest commit

 

History

History
32 lines (21 loc) · 790 Bytes

kooste.osm_metadata.md

File metadata and controls

32 lines (21 loc) · 790 Bytes

kooste.osm_metadata

Description

Columns

Name Type Default Nullable Children Parents Comment
update_id bigint false
last_modified timestamp with time zone true
tags_to_include jsonb true
tags_to_exclude jsonb true

Constraints

Name Type Definition
osm_metadata_pk PRIMARY KEY PRIMARY KEY (update_id)

Indexes

Name Definition
osm_metadata_pk CREATE UNIQUE INDEX osm_metadata_pk ON kooste.osm_metadata USING btree (update_id)

Relations

er


Generated by tbls