cleanup
This commit is contained in:
@@ -27,7 +27,7 @@ entity Orders : cuid, managed {
|
|||||||
Items : Composition of many OrderItems on Items.parent = $self;
|
Items : Composition of many OrderItems on Items.parent = $self;
|
||||||
total : Decimal(9,2) @readonly;
|
total : Decimal(9,2) @readonly;
|
||||||
currency : Currency;
|
currency : Currency;
|
||||||
shippingAddress : Association to one ShippingAddresses; // TODO: Composition or Association?
|
shippingAddress : Association to one ShippingAddresses;
|
||||||
}
|
}
|
||||||
entity OrderItems : cuid {
|
entity OrderItems : cuid {
|
||||||
parent : Association to Orders;
|
parent : Association to Orders;
|
||||||
|
|||||||
Reference in New Issue
Block a user