A log_frame_specific_objective is an element in a logical framework that indicates what are the specific objectives of the logical framework.
This table has a joint to the table log_frame_element because, in the Java code, the class LogFrameElement is the parent class of the class LogFrameSpecificObjective.
Name | Type | Not Null | Primary Key | Foreign Key | Remarks |
:——— | :——— | :————- | :—————- | :—————- | :———— |
id_element | integer | X | X | This is a foreign key to the parent table log_frame_element. It is also the primary key of this table. | |
intervention_logic | text | It corresponds to the textual field named Intervention Logic in the logical framework view. It can be considered as the title of the log frame element. | |||
id_log_frame | integer | X | log\_frame(id_log_frame) | This is a foreign key to the table log_frame_specific_objective. |