Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
t_cof_fluxoplanofinanceiro_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 |
|
|
||||||
datetrx | timestamp | 29,6 | √ | null |
|
|
|||||
dateacct | timestamp | 29,6 | √ | null |
|
|
|||||
c_bankaccount_id | numeric | 10 | null |
|
|
||||||
c_bpartner_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
cof_c_planofinanceiro_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
c_doctype_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
payamt | numeric | 0 | √ | null |
|
|
|||||
cumulatedamt | numeric | 0 | √ | '0'::numeric |
|
|
|||||
cof_type | varchar | 2 | √ | NULL::character varying |
|
|
|||||
accounttype | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
isreconciled | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
ad_pinstance_id | numeric | 10 | null |
|
|
||||||
cof_datetrx_para | timestamp | 29,6 | √ | null |
|
|
|||||
cof_dateacct_para | timestamp | 29,6 | √ | null |
|
|
|||||
c_payment_id | numeric | 10 | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
t_cof_fluxoplanofinanceiro_pkey | Primary key | Asc/Asc/Asc | ad_pinstance_id + c_bankaccount_id + c_payment_id |
t_cof_fluxoplanofinanceiruuidx | Must be unique | Asc | t_cof_fluxoplanofinanceiro_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
t_cof_fluxoplanofinanceiro_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
t_cof_fluxoplanofinanceiro_isreconciled_check | ((isreconciled = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |