feat: initialize HostBooking and ConveyorDispo code structure and document project processes and database schema
This commit is contained in:
6
03_Realisierung/Datenbank Tabellen/OrdersConveyor.md
Normal file
6
03_Realisierung/Datenbank Tabellen/OrdersConveyor.md
Normal file
@@ -0,0 +1,6 @@
|
||||
## Aufbau Tabelle OrdersConveyor in Relationenschreibweise
|
||||
|
||||
### Schema: TabellenName:(AttributName DatenTyp Restriktion)
|
||||
### Schlüssel: PK: Primärschlüssel, FK: Fremdschlüssel
|
||||
|
||||
OrdersConveyor(Id [PK] int not_null, OrdersHostId [FK] int not_null, Source string not_null, Destination string not_null, PalletizingDestinations string, LeNo [FK] string not_null, Status string not_null, StartTime datetime, Error string, IsManual bool not_null, 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