api_position


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_position_id_seq'::regclass)
api_employee.position_id api_employee_position_id_52ce9e36_fk_api_position_id R
deleted timestamptz 35,6 null
name varchar 255 null
description text 2147483647 null
created_at timestamptz 35,6 null
updated_at timestamptz 35,6 null
department_id int4 10 null
api_department.id api_position_department_id_79dfca71_fk_api_department_id R

Indexes

Constraint Name Type Sort Column(s)
api_position_pkey Primary key Asc id
api_position_department_id_79dfca71 Performance Asc department_id
api_position_name_95182e2a_like Performance Asc name
api_position_name_key Must be unique Asc name

Relationships