Skip to content

public.spec_domains

Description

Columns

NameTypeDefaultNullableChildrenParentsComment
iduuidgen_random_uuid()falsepublic.spec_features
document_iduuidfalsepublic.spec_documents
namevarchar(255)false
descriptiontexttrue
sort_orderinteger0false
classification_confidencenumeric(3,2)true
created_attimestamp with time zonenow()false
updated_attimestamp with time zonenow()false

Constraints

NameTypeDefinition
fk_spec_domains_documentFOREIGN KEYFOREIGN KEY (document_id) REFERENCES spec_documents(id) ON DELETE CASCADE
spec_domains_pkeyPRIMARY KEYPRIMARY KEY (id)

Indexes

NameDefinition
spec_domains_pkeyCREATE UNIQUE INDEX spec_domains_pkey ON public.spec_domains USING btree (id)
idx_spec_domains_document_sortCREATE INDEX idx_spec_domains_document_sort ON public.spec_domains USING btree (document_id, sort_order)

Relations


Generated by tbls

Open-source test coverage insights