add primary keys to Bestellung_contains_Zutaten
This commit is contained in:
parent
6cee14d630
commit
c9f4ed4e69
1 changed files with 2 additions and 2 deletions
4
erd.dbml
4
erd.dbml
|
@ -45,8 +45,8 @@ Table Lieferant {
|
|||
}
|
||||
|
||||
Table Bestellung_contains_Zutaten {
|
||||
BestellNr integer
|
||||
ZutatenNr integer
|
||||
BestellNr integer [primary key]
|
||||
ZutatenNr integer [primary key]
|
||||
Menge integer
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue