diff --git a/orders/db/schema.cds b/orders/db/schema.cds index c3b4f1c5..7fad161a 100644 --- a/orders/db/schema.cds +++ b/orders/db/schema.cds @@ -18,7 +18,7 @@ entity Orders_Items { } /** This is a stand-in for arbitrary ordered Products */ -entity Products @(cds.persistence.skip:'always') { +entity Products @(cds.persistence.skip:'always',cds.autoexpose) { key ID : String; }