Compare commits
No commits in common. "898d24b680eddf8e0b0428b44ee856a396497d64" and "1c474b8301f5cb0280595fd3d927bf97b8b2bac6" have entirely different histories.
898d24b680
...
1c474b8301
2 changed files with 314 additions and 448 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