c_pospayment

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
accountno varchar 20 NULL::character varying
ad_client_id numeric 10 null
ad_org_id numeric 10 null
a_name varchar 60 NULL::character varying
checkno varchar 20 NULL::character varying
checkstatus bpchar 1 NULL::bpchar
c_order_id numeric 10 null
c_order.c_order_id corder_cpospayment R
c_payment_id numeric 10 NULL::numeric
c_payment.c_payment_id cpayment_cpospayment R
c_pospayment_id numeric 10 null
c_pospayment_uu varchar 36 NULL::character varying
c_postendertype_id numeric 10 null
c_postendertype.c_postendertype_id cpostendertype_cpospayment R
created timestamp 29,6 statement_timestamp()
createdby numeric 10 null
creditcardnumber varchar 20 NULL::character varying
creditcardtype bpchar 1 NULL::bpchar
datepromised timestamp 29,6 null
depositgroup varchar 20 NULL::character varying
help varchar 2000 NULL::character varying
isactive bpchar 1 'Y'::bpchar
ispostdated bpchar 1 'N'::bpchar
micr varchar 20 NULL::character varying
payamt numeric 0 null
processed bpchar 1 null
routingno varchar 20 NULL::character varying
tendertype bpchar 1 NULL::bpchar
updated timestamp 29,6 statement_timestamp()
updatedby numeric 10 null
voiceauthcode varchar 20 NULL::character varying
cof_bankaccount_id numeric 10 NULL::numeric
c_bankaccount.c_bankaccount_id cofbankaccount_cpospayment R
iban varchar 40 NULL::character varying
swiftcode varchar 20 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
c_pospayment_key Primary key Asc c_pospayment_id
c_pospayment_uu_idx Must be unique Asc c_pospayment_uu

Check Constraints

Constraint Name Constraint
c_pospayment_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_pospayment_ispostdated_check ((ispostdated = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))
c_pospayment_processed_check ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships