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 |
|
|
||||||
| issotrx | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
| m_attributesetinstance_id | numeric | 10 | null |
|
|
||||||
| m_product_id | numeric | 10 | null |
|
|
||||||
| m_warehouse_id | numeric | 10 | null |
|
|
||||||
| qty | numeric | 0 | null |
|
|
||||||
| updated | timestamp | 29,6 | statement_timestamp() |
|
|
||||||
| updatedby | numeric | 10 | null |
|
|
||||||
| m_storagereservation_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| m_storagereservation_pkey | Primary key | Asc/Asc/Asc/Asc | m_product_id + m_warehouse_id + issotrx + m_attributesetinstance_id |
| m_storagereservation_uu_idx | Must be unique | Asc | m_storagereservation_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| m_storagereservation_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| m_storagereservation_issotrx_check | ((issotrx = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |