Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_costdetail_id | numeric | 10 | null |
|
|
|||||||||||||||
ad_client_id | numeric | 10 | null |
|
|
|||||||||||||||
ad_org_id | numeric | 10 | null |
|
|
|||||||||||||||
c_acctschema_id | numeric | 10 | null |
|
|
|||||||||||||||
m_product_id | numeric | 10 | null |
|
|
|||||||||||||||
m_attributesetinstance_id | numeric | 10 | null |
|
|
|||||||||||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||||||||
created | timestamp | 29,6 | now() |
|
|
|||||||||||||||
createdby | numeric | 10 | null |
|
|
|||||||||||||||
updated | timestamp | 29,6 | now() |
|
|
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_costdetail_pkey | Primary key | Asc | m_costdetail_id |
m_costdetail_asi | Performance | Asc | m_attributesetinstance_id |
m_costdetail_product | Performance | Asc/Asc | m_product_id + processed |
m_costdetail_uu_idx | Must be unique | Asc | m_costdetail_uu |
Constraint Name | Constraint |
---|---|
m_costdetail_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_costdetail_issotrx_check | ((issotrx = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_costdetail_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |