Table of Contents

Table log\_frame

Remarks

A log_frame corresponds to a logical framework related to a model of logical framework. It belongs to a project.

Schema

Name Type Not Null Primary Key Foreign Key Remarks
:———:———:————-:—————-:—————-:————
id_log_frame integer X X This is the primary key of the table.
main_objective text This is a sentence that describes the main objective of the project
id_log_frame_model integer X log\_frame\_model(id_log_frame) This is a foreign key to the table log_frame_model. The log_frame_model related corresponds to the model of this logical framework.
id_project integer X project(databaseid) This is a foreign key to the table project.

Diagram