Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| obj_id | varchar | 16 | tww_app.generate_oid('tww_od'::text, 'wastewater_structure_text'::text) | 
                                         | 
                                    
                                         | 
                                    INTERLIS STANDARD OID (with Postfix/Präfix), see www.interlis.ch  | 
                                |||||
| classname | text | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    Name of class that textclass is related to / Name der Klasse zu der die Textklasse gehört / nom de la classe à laquelle appartient la classe de texte  | 
                                ||||
| plantype | int4 | 10 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| remark | text | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    General remarks  | 
                                ||||
| text | text | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    Value composed of attribute values, multiple lines possible / Aus Attributwerten zusammengesetzter Wert, mehrzeilig möglich / valeur calculée à partir d’attributs, plusieurs lignes possible  | 
                                ||||
| texthali | int2 | 5 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| textori | numeric | 4,1 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| textpos_geometry | geometry | 2147483647 | √ | null | 
                                         | 
                                    
                                         | 
                                    |||||
| textvali | int2 | 5 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    |||||
| last_modification | timestamp | 29,6 | √ | now() | 
                                         | 
                                    
                                         | 
                                    Last modification / Letzte_Aenderung / Derniere_modification: INTERLIS_1_DATE  | 
                                ||||
| fk_wastewater_structure | varchar | 16 | √ | null | 
                                         | 
                                    
                                        
  | 
                                    
Indexes
| Constraint Name | Type | Sort | Column(s) | 
|---|---|---|---|
| pkey_tww_od_wastewater_structure_text_obj_id | Primary key | Asc | obj_id | 
| in_tww_wastewater_structure_text_textpos_geometry | Performance | Asc | textpos_geometry | 
Check Constraints
| Constraint Name | Constraint | 
|---|---|
| wx_remark_length_max_80 | ((char_length(remark) <= 80)) | 
| wx_classname_length_max_50 | ((char_length(classname) <= 50)) |