Skip to content

public.classification_caches

Description

Columns

NameTypeDefaultNullableChildrenParentsComment
iduuidgen_random_uuid()false
content_hashbyteafalse
languagevarchar(10)false
model_idvarchar(100)false
phase1_outputjsonbfalse
test_index_mapjsonbfalse
created_attimestamp with time zonenow()false

Constraints

NameTypeDefinition
classification_caches_pkeyPRIMARY KEYPRIMARY KEY (id)
uq_classification_caches_keyUNIQUEUNIQUE (content_hash, language, model_id)

Indexes

NameDefinition
classification_caches_pkeyCREATE UNIQUE INDEX classification_caches_pkey ON public.classification_caches USING btree (id)
uq_classification_caches_keyCREATE UNIQUE INDEX uq_classification_caches_key ON public.classification_caches USING btree (content_hash, language, model_id)
idx_classification_caches_created_atCREATE INDEX idx_classification_caches_created_at ON public.classification_caches USING btree (created_at)

Relations


Generated by tbls

Open-source test coverage insights