Skip to content

public.skill_option_sets

Columns

Name Type Default Nullable Children Parents Comment
created_at timestamp with time zone false
description text false
id bigint false public.skill_options public.skills
is_active boolean false
name varchar(255) false
updated_at timestamp with time zone false

Constraints

Name Type Definition
skill_option_sets_name_key UNIQUE UNIQUE (name)
skill_option_sets_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
skill_optio_name_58ca5a_idx CREATE INDEX skill_optio_name_58ca5a_idx ON public.skill_option_sets USING btree (name)
skill_option_sets_name_d439a543_like CREATE INDEX skill_option_sets_name_d439a543_like ON public.skill_option_sets USING btree (name varchar_pattern_ops)
skill_option_sets_name_key CREATE UNIQUE INDEX skill_option_sets_name_key ON public.skill_option_sets USING btree (name)
skill_option_sets_pkey CREATE UNIQUE INDEX skill_option_sets_pkey ON public.skill_option_sets USING btree (id)

Generated by tbls