fixed bugs - do not change key names

This commit is contained in:
D065023
2019-12-11 11:46:55 +01:00
parent e686b1819b
commit 3b06003328
6 changed files with 36 additions and 35 deletions

View File

@@ -40,8 +40,8 @@ entity OrderItems : cuid {
@cds.persistence.skip: false
@cds.persistence.table
entity ShippingAddresses as projection on extAddresses {
key AddressID as addressID,
key BusinessPartner as businessPartner,
key AddressID,
key BusinessPartner,
Country as country,
CityName as cityName,
PostalCode as postalCode,