Files
IHK-Projekt/02_Analyse_Konzept/Datenbank/IST Zustand/Datenbank Tabellen/StorageDevice.md

629 B

Aufbau Tabelle StorageDevice in Relationenschreibweise

Schema: TabellenName:(AttributName DatenTyp Restriktion)

Schlüssel: PK: Primärschlüssel, FK: Fremdschlüssel

StorageDevice(StorageArea [PK] [FK] string not_null, DeviceName [PK] string not_null, AisleName [FK], Type string not_null, Status string not_null, OperationMode string not_null, ClearingIncrement int not_null, HasCriticalFault bool not_null, HasCamera bool not_null, IsLockedinAisle bool not_null, Description string, Creator string not_null, Created datetime not_null, CcuVersion int not_null, Timestamp datetime not_null, Process string not_null)