Fix Key in Products

This commit is contained in:
johannes-vogel
2019-09-22 13:32:18 +02:00
committed by GitHub
parent 33b24c8d96
commit bfaaf36e14

View File

@@ -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;