Skip to content

public.behavior_caches

Description

Columns

NameTypeDefaultNullableChildrenParentsComment
iduuidgen_random_uuid()false
cache_key_hashbyteafalse
converted_descriptiontextfalse
created_attimestamp with time zonenow()false

Constraints

NameTypeDefinition
behavior_caches_pkeyPRIMARY KEYPRIMARY KEY (id)
uq_behavior_caches_keyUNIQUEUNIQUE (cache_key_hash)

Indexes

NameDefinition
behavior_caches_pkeyCREATE UNIQUE INDEX behavior_caches_pkey ON public.behavior_caches USING btree (id)
uq_behavior_caches_keyCREATE UNIQUE INDEX uq_behavior_caches_key ON public.behavior_caches USING btree (cache_key_hash)
idx_behavior_caches_created_atCREATE INDEX idx_behavior_caches_created_at ON public.behavior_caches USING btree (created_at)

Relations


Generated by tbls

Open-source test coverage insights