funding_entity_projects

-1 rows


Description

Which funding entities are associated with which projects.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
funding_entity_id int8 19 null
funding_entities.id funding_entity_projects_funding_entity_id_fkey C
project_id int8 19 null
projects.id funding_entity_projects_project_id_fkey C

Indexes

Constraint Name Type Sort Column(s)
funding_entity_projects_pkey Primary key Asc/Asc funding_entity_id + project_id
funding_entity_projects_funding_entity_id_idx Performance Asc funding_entity_id
funding_entity_projects_project_id_idx Performance Asc project_id

Relationships