Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
m_bp_price_id | numeric | 10 | null |
|
|
||||||
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
breakvalue | numeric | 0 | null |
|
|
||||||
c_bpartner_id | numeric | 10 | null |
|
|
||||||
comments | varchar | 2000 | √ | NULL::character varying |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
discount | numeric | 0 | √ | null |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
m_product_id | numeric | 10 | null |
|
|
||||||
pricelimit | numeric | 0 | null |
|
|
||||||
pricelist | numeric | 0 | null |
|
|
||||||
pricestd | numeric | 0 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
validfrom | timestamp | 29,6 | √ | null |
|
|
|||||
validto | timestamp | 29,6 | √ | null |
|
|
|||||
priceoverridetype | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
isnetprice | bpchar | 1 | √ | NULL::bpchar |
|
|
|||||
c_currency_id | numeric | 10 | null |
|
|
||||||
m_bp_price_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_bp_price_key | Primary key | Asc | m_bp_price_id |
m_bp_price_uu_idx | Must be unique | Asc | m_bp_price_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_bp_price_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_bp_price_isnetprice_check | ((isnetprice = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |