Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cof_participant_id | numeric | 10 | null |
|
|
||||||
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| created | timestamp | 29,6 | null |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| updated | timestamp | 29,6 | null |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| c_bpartner_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| c_period_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| cof_participant | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
| cof_qualificationsubscriber | varchar | 3 | √ | NULL::character varying |
|
|
|||||
| cof_crc | varchar | 255 | √ | NULL::character varying |
|
|
|||||
| cof_relationshiptype | varchar | 2 | √ | NULL::character varying |
|
|
|||||
| cof_participant_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
| cof_regioncrc_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
| cof_expirydate | timestamp | 29,6 | √ | null |
|
|
|||||
| cof_isauditor | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
| cof_codcvm | varchar | 22 | √ | NULL::character varying |
|
|
|||||
| cof_seqnumcrc | varchar | 22 | √ | NULL::character varying |
|
|
|||||
| cof_isresponsavel | bpchar | 1 | 'N'::bpchar |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| cof_participant_key | Primary key | Asc | cof_participant_id |
| cof_participant_uu_idx | Must be unique | Asc | cof_participant_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| cof_participant_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_participant_cof_isauditor_check | ((cof_isauditor = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_participant_cof_isresponsavel_check | ((cof_isresponsavel = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| cof_participant_cof_participant_check | ((cof_participant = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |