Add key for OData compliance
This commit is contained in:
committed by
Christian Georgi
parent
46a091fe8b
commit
bffec247d8
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user