b_buyerfunds

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
b_buyerfunds_id numeric 10 null
b_bid.b_buyerfunds_id bbuyerfunds_bbid R
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
ad_user_id numeric 10 null
ad_user.ad_user_id aduser_bbuyerfunds R
b_buyer.ad_user_id bbuyer_bbuyerfunds R
c_order_id numeric 10 null
c_order.c_order_id corder_bbuyersfunds R
c_payment_id numeric 10 null
c_payment.c_payment_id cpayment_bbuyerfunds R
committedamt numeric 0 0
noncommittedamt numeric 0 0
b_buyerfunds_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
b_buyerfunds_pkey Primary key Asc b_buyerfunds_id
b_buyerfunds_uu_idx Must be unique Asc b_buyerfunds_uu

Check Constraints

Constraint Name Constraint
b_buyerfunds_isactive_check ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar])))

Relationships