Database Table OrgUnitTypeHierarchy |
[This is preliminary documentation and is subject to change.]
Each row in OrgUnitTypeHierarchy defines a parent - child relationship between two organizational unit types. The table defines valid hierarchy for organizational unit types.
Field name | Type | Note | Description |
---|---|---|---|
ParentType | VARCHAR(20) | Defines the parent in a parent - child relationship between two organizational unit types. | |
ChildType | VARCHAR(20) | Defines the child in a parent - child relationship between two organizational unit types. |
Table | Relation |
---|---|
ParentType is a relation to a type | |
ChildType is a relation to a type |