Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| i_inoutlineconfirm_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 | 
                                         | 
                                    
                                         | 
                                    ||||||
| i_isimported | bpchar | 1 | 'N'::bpchar | 
                                         | 
                                    
                                         | 
                                    ||||||
| i_errormsg | varchar | 2000 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| m_inoutlineconfirm_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| confirmationno | varchar | 20 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| description | varchar | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| confirmedqty | numeric | 0 | √ | 0 | 
                                         | 
                                    
                                         | 
                                    |||||
| scrappedqty | numeric | 0 | √ | 0 | 
                                         | 
                                    
                                         | 
                                    |||||
| differenceqty | numeric | 0 | √ | 0 | 
                                         | 
                                    
                                         | 
                                    |||||
| processing | bpchar | 1 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| processed | bpchar | 1 | 'N'::bpchar | 
                                         | 
                                    
                                         | 
                                    ||||||
| i_inoutlineconfirm_uu | varchar | 36 | √ | NULL::character varying | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| i_inoutlineconfirm_pkey | Primary key | Asc | i_inoutlineconfirm_id | 
| i_inoutlineconfirm_uu_idx | Must be unique | Asc | i_inoutlineconfirm_uu | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| i_inoutlineconfirm_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) | 
| i_inoutlineconfirm_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |