Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cof_fci_id | numeric | 10 | null |
|
|
||||||
cof_fci_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
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 |
|
|
||||||
cof_numerorecibo | varchar | 36 | √ | null |
|
|
|||||
m_product_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
m_product_category_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_dataentradade | timestamp | 29,6 | √ | null |
|
|
|||||
cof_dataentradaate | timestamp | 29,6 | √ | null |
|
|
|||||
cof_datasaidade | timestamp | 29,6 | √ | null |
|
|
|||||
cof_datasaidaate | timestamp | 29,6 | √ | null |
|
|
|||||
cof_processed | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
cof_processing | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
cof_processed2 | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||
cof_codversao | varchar | 3 | √ | '1.0'::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_fci_key | Primary key | Asc | cof_fci_id |
cof_fci_uu_idx | Must be unique | Asc | cof_fci_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_fci_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_fci_cof_processed2_check | ((cof_processed2 = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
cof_fci_cof_processed_check | ((cof_processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |