Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
c_tax_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
istaxincluded | bpchar | 1 | null |
|
|
||||||
m_rma_id | numeric | 10 | null |
|
|
||||||
m_rmatax_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
processed | bpchar | 1 | null |
|
|
||||||
taxamt | numeric | 0 | null |
|
|
||||||
taxbaseamt | numeric | 0 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
c_taxprovider_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_rmatax_key | Primary key | Asc/Asc | c_tax_id + m_rma_id |
m_rmatax_uu_idx | Must be unique | Asc | m_rmatax_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_rmatax_istaxincluded_check | ((istaxincluded = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_rmatax_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_rmatax_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |