Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| m_pricelist_version_id | numeric | 10 | null |
|
|
|||||||||
| m_product_id | numeric | 10 | null |
|
|
|||||||||
| ad_client_id | numeric | 10 | null |
|
|
|||||||||
| ad_org_id | numeric | 10 | null |
|
|
|||||||||
| isactive | bpchar | 1 | 'Y'::bpchar |
|
|
|||||||||
| created | timestamp | 29,6 | now() |
|
|
|||||||||
| createdby | numeric | 10 | null |
|
|
|||||||||
| updated | timestamp | 29,6 | now() |
|
|
|||||||||
| updatedby | numeric | 10 | null |
|
|
|||||||||
| pricelist | numeric | 0 | 0 |
|
|
|||||||||
| pricestd | numeric | 0 | 0 |
|
|
|||||||||
| pricelimit | numeric | 0 | 0 |
|
|
|||||||||
| m_productprice_uu | varchar | 36 | √ | NULL::character varying |
|
|
||||||||
| m_productprice_id | numeric | 10 | NULL::numeric |
|
|
|||||||||
| cof_factormarkup | numeric | 0 | √ | '1'::numeric |
|
|
||||||||
| cof_replicatechanges | bpchar | 1 | √ | NULL::bpchar |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| m_productprice_key | Primary key | Asc | m_productprice_id |
| m_productprice_unique_idx | Must be unique | Asc/Asc | m_pricelist_version_id + m_product_id |
| m_productprice_uu_idx | Must be unique | Asc | m_productprice_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| m_productprice_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |