Fix Key in Products
This commit is contained in:
@@ -3,7 +3,7 @@ namespace sap.capire.products;
|
||||
using { Currency, cuid, managed, sap.common.CodeList } from '@sap/cds/common';
|
||||
|
||||
entity Products : cuid, managed {
|
||||
ID : String(36);
|
||||
key ID : String(36);
|
||||
title : localized String(111);
|
||||
descr : localized String(1111);
|
||||
stock : Integer;
|
||||
|
||||
Reference in New Issue
Block a user