api_department


Columns

Column Type Size Nulls Auto Default Children Parents Comments
id serial 10 nextval('api_department_id_seq'::regclass)
api_position.department_id api_position_department_id_79dfca71_fk_api_department_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
office_id int4 10 null
api_office.id api_department_office_id_70a54f6e_fk_api_office_id R

Indexes

Constraint Name Type Sort Column(s)
api_department_pkey Primary key Asc id
api_department_name_b9621d40_like Performance Asc name
api_department_name_key Must be unique Asc name
api_department_office_id_70a54f6e Performance Asc office_id

Relationships