6 lines
370 B
Markdown
6 lines
370 B
Markdown
## 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) |