Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 746 Bytes

public.CamelizeTable.md

File metadata and controls

30 lines (19 loc) · 746 Bytes

public.CamelizeTable

Description

Columns

Name Type Default Nullable Children Parents Comment
id uuid uuid_generate_v4() false public.hyphen-table
created timestamp without time zone false

Constraints

Name Type Definition
CamelizeTable_id_key UNIQUE UNIQUE (id)

Indexes

Name Definition
CamelizeTable_id_key CREATE UNIQUE INDEX "CamelizeTable_id_key" ON public."CamelizeTable" USING btree (id)

Relations

er


Generated by tbls