PoC for code sandboxing

This commit is contained in:
Daniel
2020-05-26 14:12:12 +02:00
parent 0a552b4346
commit 835f450686
7 changed files with 138 additions and 0 deletions

6
ext/db/schema.cds Normal file
View File

@@ -0,0 +1,6 @@
using { sap.capire.bookshop.Books } from '@capire/bookshop';
extend Books with {
ISBN : String;
discount : Decimal @assert.range:[0,1];
}