moped_department

11 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
department_id serial 10 nextval('moped_department_department_id_seq'::regclass)
moped_workgroup.department_id moped_workgroup_department_id_fkeyR
department_name text 2147483647 null
date_added timestamp 29,6 now()
department_abbreviation text 2147483647 null
organization_id int4 10 null

Indexes

Constraint Name Type Sort Column(s)
moped_department_pkey Primary key Asc department_id

Relationships