This table contains information about the organizations which used Sigmah.
| Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
| :——— | :——— | :————- | :—————- | :—————- | :———— |
| id_organization | integer | X | X | This is the primary key of the table. | |
| logo | text | This is the relative path of the logo of the organization. | |||
| name | text | X | This is the name of the NGO. | ||
| id_root_org_unit | integer | X | partner(partnerid) | This is a foreign key to the table partner. It corresponds to the main organizational unit (or also the headquarter) of this NGO. |