Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||
---|---|---|---|---|---|---|---|---|---|---|
fip_uuid | varchar | 36 | null |
|
|
unique identifier of the FIP from SFP systems |
||||
organization_id | int4 | 10 | null |
|
|
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 |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
fip_participants_pkey | Primary key | Asc/Asc/Asc | fip_uuid + organization_id + db_version_year |