Skip to content

public.job_sectors

Columns

Name Type Default Nullable Children Parents Comment
id bigint false public.work_experiences
title varchar(255) false

Constraints

Name Type Definition
job_sectors_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
job_sectors_pkey CREATE UNIQUE INDEX job_sectors_pkey ON public.job_sectors USING btree (id)

Generated by tbls