refactor: restructure host message handling by implementing specialized handlers and updating database schema documentation
This commit is contained in:
6
03_Realisierung/Datenbank Tabellen/ResourceSettings.md
Normal file
6
03_Realisierung/Datenbank Tabellen/ResourceSettings.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
|
||||
|
||||
ResourceSettings(Name [PK] string not_null, Type string, Capacity, int not_null, Overload int not_null, Creator string, Created datetime, CcuVersion int, Timestamp datetime, Process string)
|
||||
Reference in New Issue
Block a user