We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1cc0602 commit 1507333Copy full SHA for 1507333
db/books.cds
@@ -51,6 +51,4 @@ annotate Authors with
51
entity Genres : sap.common.CodeList {
52
key ID : Integer;
53
parent : Association to Genres;
54
- children : Composition of many Genres
55
- on children.parent = $self;
56
}
0 commit comments