Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
|||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||
c_order_id | numeric | 10 | null |
|
|
|||||||||
c_orderpayschedule_id | numeric | 10 | null |
|
|
|||||||||
c_payschedule_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
createdby | numeric | 10 | null |
|
|
|||||||||
discountamt | numeric | 0 | null |
|
|
|||||||||
discountdate | timestamp | 29,6 | null |
|
|
|||||||||
dueamt | numeric | 0 | null |
|
|
|||||||||
duedate | timestamp | 29,6 | null |
|
|
|||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
isvalid | bpchar | 1 | null |
|
|
|||||||||
processed | bpchar | 1 | null |
|
|
|||||||||
processing | bpchar | 1 | √ | NULL::bpchar |
|
|
||||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
|||||||||
updatedby | numeric | 10 | null |
|
|
|||||||||
c_orderpayschedule_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||
cof_c_custody_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
pag_tpag | varchar | 2 | √ | NULL::character varying |
|
|
||||||||
pag_card_tpintegra | bpchar | 1 | √ | NULL::bpchar |
|
|
||||||||
cof_c_cardnetwork_id | numeric | 10 | √ | NULL::numeric |
|
|
||||||||
pag_card_caut | varchar | 20 | √ | NULL::character varying |
|
|
||||||||
cof_atualizadatavencimento | bpchar | 1 | √ | 'N'::bpchar |
|
|
||||||||
cof_diasadeslocar | numeric | 10 | √ | '0'::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_orderpayschedule_key | Primary key | Asc | c_orderpayschedule_id |
c_orderpayschedule_uu_idx | Must be unique | Asc | c_orderpayschedule_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_orderpayschedule_cof_atualizadatavencimento_check | ((cof_atualizadatavencimento = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_orderpayschedule_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_orderpayschedule_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_orderpayschedule_isvalid_check | ((isvalid = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |