Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | NULL::numeric |
|
|
||||||
ad_org_id | numeric | 10 | NULL::numeric |
|
|
||||||
c_chargetype_id | numeric | 10 | null |
|
|
||||||
c_doctype_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
isallownegative | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
isallowpositive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
c_chargetype_doctype_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
c_chargetype_doctype_key | Primary key | Asc/Asc | c_chargetype_id + c_doctype_id |
c_chargetype_doctype_uu_idx | Must be unique | Asc | c_chargetype_doctype_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
c_chargetype_doctype_isallowpositive_check | ((isallowpositive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_chargetype_doctype_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
c_chargetype_doctype_isallownegative_check | ((isallownegative = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |