c_doctypecounter

0 rows


Columns

Column Type Size Nulls Auto Default Children Parents Comments
c_doctypecounter_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
name varchar 60 null
description varchar 255 null
c_doctype_id numeric 10 null
c_doctype.c_doctype_id cdoctype_cdoctypecounter R
counter_c_doctype_id numeric 10 null
c_doctype.c_doctype_id cdoctypecount_cdoctypecount R
isvalid bpchar 1 'N'::bpchar
processing bpchar 1 null
docaction bpchar 2 null
iscreatecounter bpchar 1 'Y'::bpchar
c_doctypecounter_uu varchar 36 NULL::character varying

Indexes

Constraint Name Type Sort Column(s)
c_doctypecounter_pkey Primary key Asc c_doctypecounter_id
c_doctypecounter_uu_idx Must be unique Asc c_doctypecounter_uu

Check Constraints

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

Relationships