feat: initialize HostBooking and ConveyorDispo code structure and document project processes and database schema
This commit is contained in:
6
03_Realisierung/Datenbank Tabellen/OrdersMiniload.md
Normal file
6
03_Realisierung/Datenbank Tabellen/OrdersMiniload.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## Aufbau Tabelle OrdersMiniload in Relationenschreibweise
|
||||
|
||||
### Schema: TabellenName:(AttributName DatenTyp Restriktion)
|
||||
### Schlüssel: PK: Primärschlüssel, FK: Fremdschlüssel
|
||||
|
||||
OrdersMiniload(Id [PK] int not_null, OrdersHostId [FK] int not_null, AisleName [FK] string not_null, DeviceName [FK] string not_null, StorageArea [FK] string not_null, Type string not_null, LeNo [FK] string, Status string not_null, StatusSrc string, IdSubOrder int not_null, TotalOrders int not_null, LoadDevice string, Error string, IsSourceBooked bool not_null, IsDestinationBooked bool not_null, IsManual bool not_null, Priority int not_null, StartTime datetime, Source_LocationId string, Source_Depth int, Destination_LocationId string, Destination_Depth int, Creator string not_null, Created datetime not_null, CcuVersion int not_null, Process string not_null, Timestamp datetime not_null)
|
||||
Reference in New Issue
Block a user