cof_creditreferences

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
cof_creditreferences_id numeric 10 null
cof_creditreferences_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
cof_creditanalysis_id numeric 10 null
cof_creditanalysis.cof_creditanalysis_id cofcreditanalysis_cofcreditref C
cof_type varchar 2 NULL::character varying
description varchar 255 NULL::character varying
c_region_id numeric 10 NULL::numeric
c_region.c_region_id cregion_cofcreditreferences R
c_city_id numeric 10 NULL::numeric
c_city.c_city_id ccity_cofcreditreferences R
bankname varchar 120 NULL::character varying
cof_agencyno varchar 40 NULL::character varying
accountno varchar 20 NULL::character varying
contactname varchar 60 NULL::character varying
phone varchar 40 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
cof_creditreferences_key Primary key Asc cof_creditreferences_id
cof_creditreferences_uu_idx Must be unique Asc cof_creditreferences_uu

Check Constraints

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

Relationships