Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ad_ldapprocessor_id | numeric | 10 | null | 
                                        
  | 
                                    
                                         | 
                                    |||||||||
| ad_client_id | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    |||||||||
| ad_org_id | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    |||||||||
| created | timestamp | 29,6 | now() | 
                                         | 
                                    
                                         | 
                                    |||||||||
| createdby | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    |||||||||
| updated | timestamp | 29,6 | now() | 
                                         | 
                                    
                                         | 
                                    |||||||||
| updatedby | numeric | 10 | null | 
                                         | 
                                    
                                         | 
                                    |||||||||
| isactive | bpchar | 1 | 'Y'::bpchar | 
                                         | 
                                    
                                         | 
                                    |||||||||
| name | varchar | 60 | null | 
                                         | 
                                    
                                         | 
                                    |||||||||
| description | varchar | 255 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||||||
| ldapport | numeric | 10 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||||
| datelastrun | timestamp | 29,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||||||
| datenextrun | timestamp | 29,6 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||||||
| supervisor_id | numeric | 10 | null | 
                                         | 
                                    
                                        
  | 
                                    |||||||||
| keeplogdays | numeric | 10 | 0 | 
                                         | 
                                    
                                         | 
                                    |||||||||
| processing | bpchar | 1 | √ | null | 
                                         | 
                                    
                                         | 
                                    ||||||||
| ad_ldapprocessor_uu | varchar | 36 | √ | NULL::character varying | 
                                         | 
                                    
                                         | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| ad_ldapprocessor_pkey | Primary key | Asc | ad_ldapprocessor_id | 
| ad_ldapprocessor_uu_idx | Must be unique | Asc | ad_ldapprocessor_uu | 
| ad_ldapprocessorport | Must be unique | Asc | ldapport | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| ad_ldapprocessor_isactive_check | ((isactive = ANY (ARRAY['Y'::bpchar, 'N'::bpchar]))) |