Skip to content

public.spec_features

Description

Columns

NameTypeDefaultNullableChildrenParentsComment
iduuidgen_random_uuid()falsepublic.spec_behaviors
domain_iduuidfalsepublic.spec_domains
namevarchar(255)false
descriptiontexttrue
sort_orderinteger0false
created_attimestamp with time zonenow()false
updated_attimestamp with time zonenow()false

Constraints

NameTypeDefinition
fk_spec_features_domainFOREIGN KEYFOREIGN KEY (domain_id) REFERENCES spec_domains(id) ON DELETE CASCADE
spec_features_pkeyPRIMARY KEYPRIMARY KEY (id)

Indexes

NameDefinition
spec_features_pkeyCREATE UNIQUE INDEX spec_features_pkey ON public.spec_features USING btree (id)
idx_spec_features_domain_sortCREATE INDEX idx_spec_features_domain_sort ON public.spec_features USING btree (domain_id, sort_order)

Relations


Generated by tbls

Open-source test coverage insights