Add suppliers notes app
This commit is contained in:
8
notes/db/data-model.cds
Normal file
8
notes/db/data-model.cds
Normal file
@@ -0,0 +1,8 @@
|
||||
namespace sap.capire.notes;
|
||||
|
||||
using { cuid } from '@sap/cds/common';
|
||||
|
||||
entity Notes: cuid {
|
||||
note: String;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user