Table listing
Here is the list of all tables created in the database.
Clic on a table name for more informations.
Here is the list of all tables created in the database.
Clic on a table name for more informations.
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. |