jobtitle

0 rows


Description

Holds all job titles

Columns

Column Type Size Nulls Auto Default Children Parents Comments
id int2 5 nextval('jobtitle_id_seq'::regclass)
staff_contract.id_jobtitle fk_staff_contract_id_jobtitle R

Unique ID

code text 2147483647 null

Unique code of the job title

name text 2147483647 null

The name of the job title

Indexes

Constraint Name Type Sort Column(s)
pk_jobtitle_id Primary key Asc id
u_jobtitle_code Must be unique Asc code

Relationships