creating cds model of chinook db

This commit is contained in:
Dzmitry_Tamashevich@epam.com
2020-09-29 16:35:55 +03:00
committed by Daniel Hutzel
parent dc72442764
commit e33a455154
21 changed files with 425 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
using {sap.capire.media.store as my} from '../db/schema';
service MediaService {
entity Employees as projection on my.Employees;
}