Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_client_id | numeric | 10 | null |
|
|
||||||
| ad_org_id | numeric | 10 | null |
|
|
||||||
| breakvalue | numeric | 0 | null |
|
|
||||||
| c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||
| created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| createdby | numeric | 10 | null |
|
|
||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| m_pricelist_version_id | numeric | 10 | null |
|
|
||||||
| 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 |
|
|
||||||
| m_productpricevendorbreak_id | numeric | 10 | null |
|
|
||||||
| m_productpricevendorbreak_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| m_productpricevendorbreak_key | Primary key | Asc | m_productpricevendorbreak_id |
| m_productpricevendorbre_uu_idx | Must be unique | Asc | m_productpricevendorbreak_uu |
| m_productpricevendorbreak_unq | Must be unique | Asc/Asc/Asc | m_product_id + m_pricelist_version_id + breakvalue |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| m_productpricevendorbreak_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |