Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| lbr_averagecostline_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 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| createdby | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| updated | timestamp | 29,6 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| updatedby | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| lbr_averagecost_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| m_product_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| lbr_avgcosttype | bpchar | 1 | 'P'::bpchar | 
                                         | 
                                    
                                         | 
                                    ||||||
| description | varchar | 255 | √ | NULL::character varying | 
                                         | 
                                    
                                         | 
                                    |||||
| cumulatedamt | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| cumulatedqty | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| currentcostprice | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| futurecostprice | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| lbr_avgcostzoom | bpchar | 1 | 'N'::bpchar | 
                                         | 
                                    
                                         | 
                                    ||||||
| currentqty | numeric | 0 | √ | null | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| lbr_averagecostline_key | Primary key | Asc | lbr_averagecostline_id | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| lbr_averagecostline_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |