Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| mp_prognosis_id | numeric | 10 | null | 
                                        
  | 
                                    
                                         | 
                                    ||||||
| ad_pinstance_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| ad_client_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| ad_org_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| isactive | bpchar | 1 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| created | timestamp | 29,6 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| createdby | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| updated | timestamp | 29,6 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| updatedby | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    ||||||
| a_asset_id | numeric | 10 | √ | NULL::numeric | 
                                         | 
                                    
                                        
  | 
                                    |||||
| mp_maintain_id | numeric | 10 | √ | NULL::numeric | 
                                         | 
                                    
                                        
  | 
                                    |||||
| description | varchar | 255 | √ | NULL::character varying | 
                                         | 
                                    
                                         | 
                                    |||||
| programmingtype | varchar | 1 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| ciclo | numeric | 10 | √ | NULL::numeric | 
                                         | 
                                    
                                         | 
                                    |||||
| datetrx | timestamp | 29,6 | null | 
                                         | 
                                    
                                         | 
                                    ||||||
| processed | bpchar | 1 | √ | NULL::bpchar | 
                                         | 
                                    
                                         | 
                                    |||||
| selected | bpchar | 1 | √ | NULL::bpchar | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| mp_prognosis_key | Primary key | Asc | mp_prognosis_id | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| mp_prognosis_processed_check | ((processed = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) | 
| mp_prognosis_selected_check | ((selected = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) | 
| mp_prognosis_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |