Table of Contents

Table project\_model\_visibility

Remarks

This table defines in which type of project this project model should be displayed.

Schema

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.

Diagram