Files
cloud-cap-samples/packages/bookshop/db/schema.cds
Elena Oresharova edc2fdae91 Update for unit 6
2020-02-09 13:13:02 +01:00

9 lines
153 B
Plaintext

namespace sap.capire.bookshop;
@cds.persistence.exists
entity Books {
key ID: UUID;
title : String(111);
descr : String(1111);
}