Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
---|---|---|---|---|---|---|---|---|---|---|---|
ad_client_id | numeric | 10 | null |
|
|
||||||
ad_org_id | numeric | 10 | null |
|
|
||||||
ad_table_id | numeric | 10 | null |
|
|
||||||
c_doctype_id | numeric | 10 | √ | null |
|
|
|||||
created | timestamp | 29,6 | null |
|
|
||||||
createdby | numeric | 10 | null |
|
|
||||||
documentno | varchar | 255 | √ | null |
|
|
|||||
isactive | bpchar | 1 | 'Y'::bpchar |
|
|
||||||
issotrx | bpchar | 1 | null |
|
|
||||||
lineno | numeric | 10 | √ | NULL::numeric |
|
|
|||||
m_attributesetinstance_id | numeric | 10 | null |
|
|
||||||
m_product_id | numeric | 10 | null |
|
|
||||||
m_storagereservationlog_id | numeric | 10 | null |
|
|
||||||
m_storagereservationlog_uu | varchar | 36 | null |
|
|
||||||
m_warehouse_id | numeric | 10 | null |
|
|
||||||
record_id | numeric | 10 | null |
|
|
||||||
updated | timestamp | 29,6 | null |
|
|
||||||
updatedby | numeric | 10 | null |
|
|
||||||
deltaqty | numeric | 0 | null |
|
|
||||||
oldqty | numeric | 0 | null |
|
|
||||||
newqty | numeric | 0 | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
m_storagereservationlog_key | Primary key | Asc | m_storagereservationlog_id |
m_storagereservationlog_uu_idx | Must be unique | Asc | m_storagereservationlog_uu |
Check Constraints
Constraint Name | Constraint |
---|---|
m_storagereservationlog_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
m_storagereservationlog_issotrx_check | ((issotrx = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |