Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| m_movementlineconfirm_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_movementconfirm_id | numeric | 10 | null |
|
|
||||||
| m_movementline_id | numeric | 10 | null |
|
|
||||||
| description | varchar | 255 | √ | null |
|
|
|||||
| targetqty | numeric | 0 | 0 |
|
|
||||||
| confirmedqty | numeric | 0 | 0 |
|
|
||||||
| differenceqty | numeric | 0 | 0 |
|
|
||||||
| scrappedqty | numeric | 0 | 0 |
|
|
||||||
| processed | bpchar | 1 | 'N'::bpchar |
|
|
||||||
| m_inventoryline_id | numeric | 10 | √ | null |
|
|
|||||
| m_movementlineconfirm_uu | varchar | 36 | √ | NULL::character varying |
|
|
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| m_movementlineconfirm_pkey | Primary key | Asc | m_movementlineconfirm_id |
| m_movementlineconfirm_uu_idx | Must be unique | Asc | m_movementlineconfirm_uu |
Check Constraints
| Constraint Name | Constraint |
|---|---|
| m_movementlineconfirm_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |
| m_movementlineconfirm_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |