Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | NULL::numeric |
|
|
||||||
ad_org_id | numeric | 10 | NULL::numeric |
|
|
||||||
c_bp_group_id | numeric | 10 | √ | null |
|
|
|||||
c_bpartner_id | numeric | 10 | √ | null |
|
|
|||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
enddate | timestamp | 29,6 | √ | null |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
m_pricelist_id | numeric | 10 | √ | null |
|
|
|||||
m_promotionprecondition_id | numeric | 10 | null |
|
|
||||||
m_promotion_id | numeric | 10 | null |
|
|
||||||
m_warehouse_id | numeric | 10 | √ | null |
|
|
|||||
promotioncode | varchar | 30 | √ | null |
|
|
|||||
promotioncounter | numeric | 10 | √ | 0 |
|
|
|||||
promotionusagelimit | numeric | 10 | √ | 0 |
|
|
|||||
seqno | numeric | 10 | 0 |
|
|
||||||
startdate | timestamp | 29,6 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
c_activity_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||
m_promotionprecondition_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_promotionprecondition_key | Primary key | Asc | m_promotionprecondition_id |
m_promotionprecondition_uu_idx | Must be unique | Asc | m_promotionprecondition_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_promotionprecondition_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |