Add key for OData compliance

This commit is contained in:
Christian Georgi
2023-11-14 09:29:41 +01:00
committed by Christian Georgi
parent 46a091fe8b
commit bffec247d8
2 changed files with 6 additions and 2 deletions

View File

@@ -20,6 +20,7 @@
* The actual data, organized by column name
*/
entity Data @cds.persistence.skip {
key ID : String; // to be OData-compliant
record : array of {
column : String;
data : String;