...
This commit is contained in:
7
_packages/bookstore/tests/books.cds
Normal file
7
_packages/bookstore/tests/books.cds
Normal file
@@ -0,0 +1,7 @@
|
||||
using { sap.capire.products as my } from '../db/schema';
|
||||
|
||||
service BooksService {
|
||||
entity Books as SELECT from my.Products;
|
||||
}
|
||||
|
||||
annotate cds.UUID with @odata.Type: 'Edm.String';
|
||||
Reference in New Issue
Block a user