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_entity.department_id moped_entity_department_id_fkeyR
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
moped_organization.organization_id moped_department_organization_id_fkeyR
is_deleted bool 1 false

Indicates soft deletion

Indexes

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

Relationships