.
This commit is contained in:
@@ -9,8 +9,8 @@ entity Orders : cuid, managed {
|
|||||||
}
|
}
|
||||||
|
|
||||||
entity Orders.Items {
|
entity Orders.Items {
|
||||||
key ID : UUID;
|
|
||||||
/*key*/ up_ : Association to Orders; // REVISIT: 'key' doesn't work due to bug in runtime
|
/*key*/ up_ : Association to Orders; // REVISIT: 'key' doesn't work due to bug in runtime
|
||||||
|
key ID : UUID;
|
||||||
product : Association to Products;
|
product : Association to Products;
|
||||||
amount : Integer;
|
amount : Integer;
|
||||||
title : String; //> intentionally replicated as snapshot from product.title or alike
|
title : String; //> intentionally replicated as snapshot from product.title or alike
|
||||||
|
|||||||
Reference in New Issue
Block a user