Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
obj_id | varchar | 16 | tww_app.generate_oid('tww_od'::text, 'maintenance_event'::text) |
|
|
INTERLIS STANDARD OID (with Postfix/Präfix), see www.interlis.ch |
||||||||||||||
base_data | text | 2147483647 | √ | null |
|
|
e.g. damage protocol. Effectively link document via class file and data_media. / Z.B. Schadensprotokoll. Effektives Dokument via Klasse Datei und Datentraeger verlinken. / par ex. protocole de dommages. Lier le document effectif via la classe FICHIER et SUPPORT_DONNEES. |
|||||||||||||
cost | numeric | 10,2 | √ | null |
|
|
||||||||||||||
data_details | text | 2147483647 | √ | null |
|
|
yyy_Ort, wo sich weitere Detailinformationen zum Ereignis finden (z.B. Nr. eines Videobandes) / Ort, wo sich weitere Detailinformationen zum Ereignis finden (z.B. Nr. eines Videobandes) / Lieu où se trouvent les données détaillées (par ex. n° d’une bande vidéo) |
|||||||||||||
duration | int2 | 5 | √ | null |
|
|
Duration of event in days / Dauer des Ereignisses in Tagen / Durée de l’événement en jours |
|||||||||||||
identifier | text | 2147483647 | √ | null |
|
|
||||||||||||||
operator | text | 2147483647 | √ | null |
|
|
Operator of operating company or administration / Sachbearbeiter Firma oder Verwaltung (kann auch Operateur sein bei Untersuchung) / Responsable de saisie du bureau |
|||||||||||||
reason | text | 2147483647 | √ | null |
|
|
yyy_Reason for this event: Folgende standartisierten Textvorgaben sind für VSA-KEK zu wernden: andere, Garantieabnahme, Neubauabnahme, Sanierungsabnahme, Zustandskontrolle / Ursache für das Ereignis. Folgende standardisierten Textvorgaben sind für VSA-KEK zu verwenden: andere, Garantieabnahme, Neubauabnahme, Sanierungsabnahme, Zustandskontrolle / Les spécifications de texte normalisées suivantes doivent être utilisées : autre, réception de garantie, réception d’une nouvelle construction (réception d’ouvrage), réception de mesures correctives, contrôle d’état |
|||||||||||||
remark | text | 2147483647 | √ | null |
|
|
General remarks / Allgemeine Bemerkungen / Remarques générales |
|||||||||||||
result | text | 2147483647 | √ | null |
|
|
Result or important comments for this event from the perspective of the editor / Resultat oder wichtige Bemerkungen aus Sicht des Bearbeiters / Résultat ou commentaire importante de l’événement du point de vue de l’éditeur |
Constraint Name | Constraint |
---|---|
me_base_data_length_max_50 | ((char_length(base_data) <= 50)) |
me_data_details_length_max_50 | ((char_length(data_details) <= 50)) |
me_result_length_max_255 | ((char_length(result) <= 255)) |
me_operator_length_max_50 | ((char_length(operator) <= 50)) |
me_identifier_length_max_41 | ((char_length(identifier) <= 41)) |
me_reason_length_max_50 | ((char_length(reason) <= 50)) |
me_remark_length_max_80 | ((char_length(remark) <= 80)) |