This table associates an organizational unit with a project (an userdatabase is a project). The primary key is formed by both columns of the table.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
databaseid | integer | X | X | userdatabase(databaseid) | This is a foreign key to the table userdatabase. |
partnerid | integer | X | X | partner(partnerid) | This is a foreign key to the table partner. |