Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
m_matchinv_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 |
|
|
||||||||||||||||||
m_inoutline_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
c_invoiceline_id | numeric | 10 | null |
|
|
||||||||||||||||||
m_product_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
datetrx | timestamp | 29,6 | null |
|
|
||||||||||||||||||
qty | numeric | 0 | 0 |
|
|
||||||||||||||||||
processing | bpchar | 1 | null |
|
|
||||||||||||||||||
processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
posted | bpchar | 1 | 'N'::bpchar |
|
|
||||||||||||||||||
documentno | varchar | 30 | √ | null |
|
|
|||||||||||||||||
dateacct | timestamp | 29,6 | √ | null |
|
|
|||||||||||||||||
m_attributesetinstance_id | numeric | 10 | √ | null |
|
|
|||||||||||||||||
description | varchar | 255 | √ | null |
|
|
|||||||||||||||||
processedon | numeric | 0 | √ | null |
|
|
|||||||||||||||||
m_matchinv_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||||||||||||||
reversal_id | numeric | 10 | √ | NULL::numeric |
|
|
|||||||||||||||||
ref_matchinv_id | numeric | 10 | √ | NULL::numeric |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_matchinv_pkey | Primary key | Asc | m_matchinv_id |
idxm_matchinv_proc_on | Performance | Asc/Asc/Asc/Asc | posted + processed + processedon + ad_client_id |
m_matchinv_ship | Performance | Asc/Asc | c_invoiceline_id + m_inoutline_id |
m_matchinv_uu_idx | Must be unique | Asc | m_matchinv_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_matchinv_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_matchinv_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |