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 defines in which type of project this project model should be displayed.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
id_visibility | integer | X | X | This is the primary key of the table. | |
type | character varying(255) | It corresponds to an java enumeration that defines the type of the project model (NGO, FUNDING or LOCAL_PARTNER) | |||
id_project_model | bigint | X | project\_model(id_project_model) | This is a foreign key to the table project_model. | |
id_organization | integer | X | This is a foreign key to the table organization. |