diff --git a/db/schema.cds b/db/schema.cds index e8decf2..d15cb3d 100644 --- a/db/schema.cds +++ b/db/schema.cds @@ -11,6 +11,7 @@ entity Books : managed { price : Price; currency : Currency; } +//testing for github commit entity Authors : managed { key ID : Integer;