This table associates an user to an organizational unit.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| id_user_unit | integer | X | X | This is the primary key of the table. | |
| id_org_unit | integer | X | partner(partnerid) | This is a foreign key to the table partner. | |
| id_user | integer | X | userlogin(userid) | This is a foreign key to the table userlogin. |