Skip to content

public.ai_chat_prompts

Columns

Name Type Default Nullable Children Parents Comment
id bigint false
template text false
type varchar(30) false

Constraints

Name Type Definition
ai_chat_prompts_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
ai_chat_pro_type_180479_idx CREATE INDEX ai_chat_pro_type_180479_idx ON public.ai_chat_prompts USING btree (type)
ai_chat_prompts_pkey CREATE UNIQUE INDEX ai_chat_prompts_pkey ON public.ai_chat_prompts USING btree (id)

Generated by tbls