fix dupe line
This commit is contained in:
parent
3df36ca6a0
commit
dca95ae1f6
1 changed files with 1 additions and 2 deletions
|
@ -38,7 +38,6 @@ DEFINE FIELD protein ON TABLE Ingredient TYPE float;
|
|||
DEFINE TABLE Order SCHEMALESS;
|
||||
|
||||
DEFINE FIELD invoice_amount ON TABLE Order TYPE float;
|
||||
DEFINE FIELD net_price ON TABLE Order TYPE float;
|
||||
DEFINE FIELD order_date ON TABLE Order TYPE string;
|
||||
DEFINE FIELD customer ON TABLE Order TYPE record<Customer>;
|
||||
|
||||
|
@ -73,4 +72,4 @@ DEFINE TABLE OrderContainsIngredients SCHEMALESS;
|
|||
|
||||
DEFINE FIELD quantity ON TABLE OrderContainsIngredients TYPE int;
|
||||
DEFINE FIELD `order` ON TABLE OrderContainsIngredients TYPE record<Order>;
|
||||
DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record<Ingredient>;
|
||||
DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record<Ingredient>;
|
||||
|
|
Loading…
Reference in a new issue