Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
c_invoicepayschedule_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 | now() |
|
|
||||||||||||||||||||||||||||||||||||
createdby | numeric | 10 | null |
|
|
||||||||||||||||||||||||||||||||||||
updated | timestamp | 29,6 | now() |
|
|
||||||||||||||||||||||||||||||||||||
updatedby | numeric | 10 | null |
|
|
||||||||||||||||||||||||||||||||||||
c_invoice_id | numeric | 10 | null |
|
|
||||||||||||||||||||||||||||||||||||
c_payschedule_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
duedate | timestamp | 29,6 | null |
|
|
||||||||||||||||||||||||||||||||||||
dueamt | numeric | 0 | 0 |
|
|
||||||||||||||||||||||||||||||||||||
discountdate | timestamp | 29,6 | null |
|
|
||||||||||||||||||||||||||||||||||||
discountamt | numeric | 0 | 0 |
|
|
||||||||||||||||||||||||||||||||||||
isvalid | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||||||||||||||||||||
processing | bpchar | 1 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||||||||||||||||||||
c_invoicepayschedule_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||||||||||||||||||||||||||
ispaid | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||||||||||||||||||||||||||||||||
c_payment_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||||||||||||||
cof_payscheduleno | varchar | 20 | √ | NULL::character varying |
|
|
|||||||||||||||||||||||||||||||||||
cof_c_custody_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||||||||||||||
cof_datescheduled | timestamp | 29,6 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
cof_processing | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||||||||||||||||||||||||||||||||
cof_isrescheduled | bpchar | 1 | √ | 'N'::bpchar |
|
|
|||||||||||||||||||||||||||||||||||
pag_tpag | varchar | 2 | √ | NULL::character varying |
|
|
|||||||||||||||||||||||||||||||||||
pag_card_tpintegra | bpchar | 1 | √ | '2'::bpchar |
|
|
|||||||||||||||||||||||||||||||||||
cof_c_cardnetwork_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||||||||||||||||||||
pag_card_caut | varchar | 20 | √ | NULL::character varying |
|
|
|||||||||||||||||||||||||||||||||||
cof_dataoriginal | timestamp | 29,6 | √ | null |
|
|
|||||||||||||||||||||||||||||||||||
cof_valoracrescimo | numeric | 0 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_invoicepayschedule_pkey | Primary key | Asc | c_invoicepayschedule_id |
c_invoicepayschedule_invoice | Performance | Asc | c_invoice_id |
c_invoicepayschedule_uu_idx | Must be unique | Asc | c_invoicepayschedule_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_invoicepayschedule_cof_isrescheduled_check | ((cof_isrescheduled = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_invoicepayschedule_isvalid_check | ((isvalid = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_invoicepayschedule_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_invoicepayschedule_ispaid_check | ((ispaid = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |