Skip to content

public.job_types

Columns

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

Constraints

Name Type Definition
job_types_pkey PRIMARY KEY PRIMARY KEY (id)

Indexes

Name Definition
job_types_pkey CREATE UNIQUE INDEX job_types_pkey ON public.job_types USING btree (id)

Generated by tbls