Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 809 Bytes

kooste.metadata.md

File metadata and controls

31 lines (20 loc) · 809 Bytes

kooste.metadata

Description

Columns

Name Type Default Nullable Children Parents Comment
update_id bigint false
datasource text false You can get this information from table names by selecting the part before underscore character
last_modified timestamp with time zone true

Constraints

Name Type Definition
metadata_pk PRIMARY KEY PRIMARY KEY (update_id)

Indexes

Name Definition
metadata_pk CREATE UNIQUE INDEX metadata_pk ON kooste.metadata USING btree (update_id)

Relations

er


Generated by tbls