refactor: migrate project structure by reorganizing realization code snippets into documentation and analysis categories.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
## Aufbau Tabelle Location in Relationenschreibweise
|
||||
|
||||
### Schema: TabellenName:(AttributName DatenTyp Restriktion)
|
||||
### Schlüssel: PK: Primärschlüssel, FK: Fremdschlüssel
|
||||
|
||||
Location(LocationId [PK] string not_null, StorageArea [PK] [FK] string not_null, AisleName [PK] [FK] string not_null SideSrc int not_null, HorizontalWay int not_null, VerticalWay int not_null, Position int not_null, Field string, DepthMax int not_null, DepthFree int not_null, Height int not_null, IsLocked bool not_null, AbcArea string, Type string not_null, Priority int not_null, Zone int not_null, LastLe string, Username string, IsLocationTestActive bool not_null, Creator string not_null, Created datetime not_null, CcuVersion int not_null, Timestamp datetime not_null, Process string not_null)
|
||||
Reference in New Issue
Block a user