Columns
Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
obj_id | varchar | 16 | tww_app.generate_oid('tww_od'::text, 'cover'::text) |
|
|
INTERLIS STANDARD OID (with Postfix/Präfix), see www.interlis.ch |
||||||||
brand | text | 2147483647 | √ | null |
|
|
Name of manufacturer / Name der Herstellerfirma / Nom de l’entreprise de fabrication |
|||||||
cover_shape | int4 | 10 | √ | null |
|
|
shape of cover / Form des Deckels / Forme du couvercle |
|||||||
diameter | int2 | 5 | √ | null |
|
|
yyy_Abmessung des Deckels (bei eckigen Deckeln minimale Abmessung) / Abmessung des Deckels (bei eckigen Deckeln minimale Abmessung) / Dimension du couvercle (dimension minimale pour couvercle anguleux) |
|||||||
fastening | int4 | 10 | √ | null |
|
|
yyy_Befestigungsart des Deckels / Befestigungsart des Deckels / Genre de fixation du couvercle |
|||||||
level | numeric | 7,3 | √ | null |
|
|
Height of cover / Deckelhöhe / Cote du couvercle |
|||||||
material | int4 | 10 | √ | null |
|
|
Material of cover / Deckelmaterial / Matériau du couvercle |
|||||||
positional_accuracy | int4 | 10 | √ | null |
|
|
Quantfication of accuarcy of position of cover (center hole) / Quantifizierung der Genauigkeit der Lage des Deckels (Pickelloch) / Plage de précision des coordonnées planimétriques du couvercle. |
|||||||
situation3d_geometry | geometry | 2147483647 | √ | null |
|
|
Situation of cover (cover hole), National position coordinates (East, North) / Lage des Deckels (Pickelloch) / Positionnement du couvercle (milieu du couvercle) |
|||||||
sludge_bucket | int4 | 10 | √ | null |
|
|
yyy_Angabe, ob der Deckel mit einem Schlammeimer versehen ist oder nicht / Angabe, ob der Deckel mit einem Schlammeimer versehen ist oder nicht / Indication si le couvercle est pourvu ou non d’un ramasse-boues |
|||||||
venting | int4 | 10 | √ | null |
|
|
venting with wholes for aeration / Deckel mit Lüftungslöchern versehen / Couvercle pourvu de trous d’aération |
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pkey_tww_od_cover_obj_id | Primary key | Asc | obj_id |
in_tww_cover_situation3d_geometry | Performance | Asc | situation3d_geometry |
Check Constraints
Constraint Name | Constraint |
---|---|
co_brand_length_max_50 | ((char_length(brand) <= 50)) |