diff --git a/data/create_strucure.surrealql b/data/create_strucure.surrealql index 2881cfb..26b6c2d 100644 --- a/data/create_strucure.surrealql +++ b/data/create_strucure.surrealql @@ -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; @@ -73,4 +72,4 @@ DEFINE TABLE OrderContainsIngredients SCHEMALESS; DEFINE FIELD quantity ON TABLE OrderContainsIngredients TYPE int; DEFINE FIELD `order` ON TABLE OrderContainsIngredients TYPE record; -DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record; \ No newline at end of file +DEFINE FIELD ingredient ON TABLE OrderContainsIngredients TYPE record;