Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
created | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
datelastinventory | timestamp | 29,6 | √ | null |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
m_attributesetinstance_id | numeric | 10 | null |
|
|
||||||
m_locator_id | numeric | 10 | null |
|
|
||||||
m_product_id | numeric | 10 | null |
|
|
||||||
qtyonhand | numeric | 0 | null |
|
|
||||||
updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
m_storageonhand_uu | varchar | 36 | √ | NULL::character varying |
|
|
|||||
datematerialpolicy | timestamp | 29,6 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_storageonhand_pkey | Primary key | Asc/Asc/Asc/Asc | m_product_id + m_locator_id + m_attributesetinstance_id + datematerialpolicy |
m_storageonhand_uu_idx | Must be unique | Asc | m_storageonhand_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_storageonhand_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |