Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_pinstance_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| m_transaction_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 | 
                                         | 
                                    
                                         | 
                                    ||||||
| movementtype | bpchar | 2 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| m_locator_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| m_product_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| m_attributesetinstance_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| movementdate | timestamp | 29,6 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| movementqty | numeric | 0 | 0 | 
                                         | 
                                    
                                         | 
                                    ||||||
| m_inoutline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_inout_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_movementline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_movement_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_inventoryline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_inventory_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_productionline_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| m_production_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| c_projectissue_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| c_project_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| search_order_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| search_invoice_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| search_inout_id | numeric | 10 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| t_transaction_uu | varchar | 36 | √ | NULL::character varying | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| t_transaction_pkey | Primary key | Asc/Asc | ad_pinstance_id + m_transaction_id | 
| t_transaction_uu_idx | Must be unique | Asc | t_transaction_uu | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| t_transaction_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |