fix struct
This commit is contained in:
parent
1d7a9c7ab1
commit
898d24b680
1 changed files with 1 additions and 1 deletions
|
@ -71,5 +71,5 @@ DEFINE FIELD ingredient ON TABLE SupplierContainsIngredients TYPE record<Ingredi
|
||||||
DEFINE TABLE OrderContainsIngredients SCHEMALESS;
|
DEFINE TABLE OrderContainsIngredients SCHEMALESS;
|
||||||
|
|
||||||
DEFINE FIELD quantity ON TABLE OrderContainsIngredients TYPE int;
|
DEFINE FIELD quantity ON TABLE OrderContainsIngredients TYPE int;
|
||||||
DEFINE FIELD `order` ON TABLE OrderContainsIngredients TYPE record<Order>;
|
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