diff --git a/db/schema.cds b/db/schema.cds index e8decf2..5a22a13 100644 --- a/db/schema.cds +++ b/db/schema.cds @@ -15,6 +15,7 @@ entity Books : managed { entity Authors : managed { key ID : Integer; name : String @mandatory; + email : String(255); dateOfBirth : Date; dateOfDeath : Date; placeOfBirth : String;