Compare commits
5 commits
1c474b8301
...
898d24b680
Author | SHA1 | Date | |
---|---|---|---|
898d24b680 | |||
1d7a9c7ab1 | |||
94bb010fc9 | |||
b1a37544d5 | |||
0d10773d5e |
2 changed files with 448 additions and 314 deletions
|
@ -71,5 +71,5 @@ DEFINE FIELD ingredient ON TABLE SupplierContainsIngredients TYPE record<Ingredi
|
|||
DEFINE TABLE OrderContainsIngredients SCHEMALESS;
|
||||
|
||||
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>;
|
||||
|
|
File diff suppressed because it is too large
Load diff
Loading…
Add table
Reference in a new issue