Use version 3.17.4 (#1)

This commit is contained in:
johannes-vogel
2019-09-21 11:36:45 +02:00
committed by GitHub
parent 387b25b1bf
commit 33b24c8d96
4 changed files with 4 additions and 4 deletions

View File

@@ -3,6 +3,7 @@ namespace sap.capire.products;
using { Currency, cuid, managed, sap.common.CodeList } from '@sap/cds/common';
entity Products : cuid, managed {
ID : String(36);
title : localized String(111);
descr : localized String(1111);
stock : Integer;