PoC for code sandboxing
This commit is contained in:
6
ext/db/schema.cds
Normal file
6
ext/db/schema.cds
Normal file
@@ -0,0 +1,6 @@
|
||||
using { sap.capire.bookshop.Books } from '@capire/bookshop';
|
||||
|
||||
extend Books with {
|
||||
ISBN : String;
|
||||
discount : Decimal @assert.range:[0,1];
|
||||
}
|
||||
Reference in New Issue
Block a user