initial upload of extension sample

This commit is contained in:
Wolfgang Koch
2021-05-06 15:22:46 +02:00
commit 6657568824
34 changed files with 10469 additions and 0 deletions

4
node_modules/_base/db/schema.cds generated vendored Normal file
View File

@@ -0,0 +1,4 @@
using from './schema_bookshop';
using from './schema_orders';
annotate cds.UUID with @(Core.Computed : true);