Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 946 Bytes

time.referencing.md

File metadata and controls

33 lines (22 loc) · 946 Bytes

time.referencing

Description

Columns

Name Type Default Nullable Children Parents Comment
id integer false
bar_id integer false time.bar
ht_id integer false time.hyphenated-table

Constraints

Name Type Definition
referencing_bar_id FOREIGN KEY FOREIGN KEY (bar_id) REFERENCES "time".bar(id)
referencing_ht_id FOREIGN KEY FOREIGN KEY (ht_id) REFERENCES "time"."hyphenated-table"(id)
referencing_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
referencing_pkey CREATE UNIQUE INDEX referencing_pkey ON "time".referencing USING btree (id)

Relations

er


Generated by tbls