feat: add host query snippets and document database table schemas

This commit is contained in:
2026-05-07 16:27:14 +02:00
parent 95a5ea9b8b
commit be14415ee9
14 changed files with 6 additions and 0 deletions

View File

@@ -0,0 +1 @@
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)