Column | Type | Modifiers -----------------+-----------------------+----------------------- department_id | numeric(4,0) | not null department_name | character varying(30) | not null manager_id | numeric(6,0) | default NULL::numeric location_id | numeric(4,0) | default NULL::numeric