Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | NULL::numeric |
|
|
||||||
ad_org_id | numeric | 10 | NULL::numeric |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
ismandatorypl | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
m_promotiongroup_id | numeric | 10 | √ | null |
|
|
|||||
m_promotionline_id | numeric | 10 | null |
|
|
||||||
m_promotion_id | numeric | 10 | null |
|
|
||||||
minimumamt | numeric | 0 | √ | null |
|
|
|||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
m_promotionline_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_promotionline_key | Primary key | Asc | m_promotionline_id |
m_promotionline_uu_idx | Must be unique | Asc | m_promotionline_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_promotionline_ismandatorypl_check | ((ismandatorypl = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_promotionline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |