drd_organizational_units
Title | drd_organizational_units |
---|---|
Type | Dictionary |
Description | Organizational Unit/Departmental Hierarchy |
It is possible to represent multiple hierarchies by having multiple top-level organizational_units (ie: where parent_organizational_unit_id
is NULL) and by using organizational_unit_t
.
Column | Format | Nullable | Description | Definition | Comments |
---|---|---|---|---|---|
id | integer, primary key | Row identifier | autoincrement | ||
code | varchar(100) | Institution-specific code for this organizational unit | |||
name | varchar(100) | Name of this organizational unit | |||
campus_id | integer, foreign key | Campus this organizational unit is located on | drd_campuses:id | ||
parent_organizational_unit_id | integer, foreign key | Parent organizational unit | drd_organizational_units:id | ||
organizational_unit_t | integer, foreign key | Type of this organizational unit |
eg: academic, finance, reporting | ||
language | varchar(16) | Language encoding of this name | RFC 5646 |
Migration Notes From OR 1
is now a foreign key (organizational_unit_t
Error rendering macro 'jira' : Unable to locate Jira server for this macro. It may be due to Application Link configuration.)language
added ( )