Zum Inhalt

Tabelle StudentTransportation

Spalten

Diese Tabelle hat 6 Spalten.

Mandant

INTEGER · NOT NULL

Verweis auf Tabelle Schueler

ID

INTEGER · NOT NULL

Mandantenbezogene, eindeutige ID

EnbreaID

VARCHAR(24)

Externer Identifikator aus ENBREA

Student

INTEGER

Verweis auf Tabelle Schueler

InboundRoute

INTEGER

OutboundRoute

INTEGER

Verweis auf Tabelle StudentRoutes

Primärschlüssel

Diese Tabelle hat einen Primärschlüssel.

StudentTransportation

Mandant, ID

Fremdschlüssel

Diese Tabelle hat 3 Fremdschlüssel.

FK_STUDENTTRANSPORT_OUTROUTES

Mandant, OutboundRoute » StudentRoutes (ID, Mandant) · ON UPDATE CASCADE · ON DELETE SET NULL

FK_STUDENTTRANSPORT_SCHUELER

Mandant, Student » Schueler (ID, Mandant) · ON UPDATE CASCADE · ON DELETE CASCADE

FK_STUDENTTRANSPORT_INROUTES

InboundRoute, Mandant » StudentRoutes (ID, Mandant) · ON UPDATE CASCADE · ON DELETE SET NULL

Indizes

Diese Tabelle hat 4 Indizes.

FK_STUDENTTRANSPORT_INROUTES

Mandant, InboundRoute

FK_STUDENTTRANSPORT_OUTROUTES

Mandant, OutboundRoute

FK_STUDENTTRANSPORT_SCHUELER

Mandant, Student

PK_STUDENTTRANSPORT

Mandant, ID