fip_participants

11175 rows


Description

Records the association between FIPs and Organizations. As this can change over time, records are added each db_version_year.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
fip_uuid varchar 36 null
fips.uuid fip_participants_fip_uuid_fkeyC

unique identifier of the FIP from SFP systems

organization_id int4 10 null
organizations.id fip_participants_organization_id_fkeyC

unique identifier of the organizations participating in the FIP per SFP systems

lead bool 1 false

2 possible choices which indicate if the organization (there can be many organizations involved in a single FIP) is leading the FIP (1) TRUE (2) FALSE

db_version_year int4 10 null
fips.db_version_year fip_participants_fip_uuid_fkeyC

Indexes

Constraint Name Type Sort Column(s)
fip_participants_pkey Primary key Asc/Asc/Asc fip_uuid + organization_id + db_version_year

Relationships