Columns
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 |
|||||||||||||
status | int4 | 10 | √ | null |
|
|
Disposition state of the maintenance event / Phase in der sich das Erhaltungsereignis befindet / Phase dans laquelle se trouve l’événement de maintenance |
|||||||||||||
time_point | timestamp | 29,6 | √ | null |
|
|
Date and time of the event / Zeitpunkt des Ereignisses / Date et heure de l’événement |
|||||||||||||
last_modification | timestamp | 29,6 | √ | now() |
|
|
Last modification / Letzte_Aenderung / Derniere_modification: INTERLIS_1_DATE |
|||||||||||||
fk_dataowner | varchar | 16 | √ | null |
|
|
Foreignkey to Metaattribute dataowner (as an organisation) - this is the person or body who is allowed to delete, change or maintain this object / Metaattribut Datenherr ist diejenige Person oder Stelle, die berechtigt ist, diesen Datensatz zu löschen, zu ändern bzw. zu verwalten / Maître des données gestionnaire de données, qui est la personne ou l’organisation autorisée pour gérer, modifier ou supprimer les données de cette table/classe |
|||||||||||||
fk_provider | varchar | 16 | √ | null |
|
|
Foreignkey to Metaattribute provider (as an organisation) - this is the person or body who delivered the data / Metaattribut Datenlieferant ist diejenige Person oder Stelle, die die Daten geliefert hat / FOURNISSEUR DES DONNEES Organisation qui crée l’enregistrement de ces données |
|||||||||||||
fk_operating_company | varchar | 16 | √ | null |
|
|
||||||||||||||
fk_measure | varchar | 16 | √ | null |
|
|
Indexes
Constraint Name | Type | Sort | Column(s) |
---|---|---|---|
pkey_tww_od_maintenance_event_obj_id | Primary key | Asc | obj_id |
in_od_maintenance_event_identifier | Must be unique | Asc/Asc | identifier + fk_dataowner |
Check Constraints
Constraint Name | Constraint |
---|---|
me_result_length_max_255 | ((char_length(result) <= 255)) |
me_data_details_length_max_50 | ((char_length(data_details) <= 50)) |
me_identifier_length_max_41 | ((char_length(identifier) <= 41)) |
me_base_data_length_max_50 | ((char_length(base_data) <= 50)) |
me_operator_length_max_50 | ((char_length(operator) <= 50)) |
me_reason_length_max_50 | ((char_length(reason) <= 50)) |
me_remark_length_max_80 | ((char_length(remark) <= 80)) |