Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
cof_c_acct_ignoreelement_id | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
c_acctschema_id | numeric | 10 | null |
|
|
||||||
elementtype | varchar | 2 | null |
|
|
||||||
name | varchar | 60 | null |
|
|
||||||
c_element_id | numeric | 10 | √ | null |
|
|
|||||
ad_client_id | numeric | 10 | null |
|
|
||||||
org_id | numeric | 10 | √ | null |
|
|
|||||
c_elementvalue_id | numeric | 10 | √ | null |
|
|
|||||
m_product_id | numeric | 10 | √ | null |
|
|
|||||
c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||
c_location_id | numeric | 10 | √ | null |
|
|
|||||
c_salesregion_id | numeric | 10 | √ | null |
|
|
|||||
c_project_id | numeric | 10 | √ | null |
|
|
|||||
c_campaign_id | numeric | 10 | √ | null |
|
|
|||||
c_activity_id | numeric | 10 | √ | null |
|
|
|||||
ad_column_id | numeric | 10 | √ | null |
|
|
|||||
cof_c_acct_ignoreelement_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
cof_c_acct_ignoreelement_key | Primary key | Asc | cof_c_acct_ignoreelement_id |
cof_c_acct_ignoreelement_uuidx | Must be unique | Asc | cof_c_acct_ignoreelement_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
cof_c_acct_ignoreelement_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |