Skip to content

Commit

Permalink
fix model
Browse files Browse the repository at this point in the history
* removed cuid in favor of key string
  • Loading branch information
navinkrishnan committed Mar 12, 2024
1 parent 26beb62 commit e628a29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/schema.cds
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ namespace sap.capire.incidents;
* Customers using products sold by our company.
* Customers can create support Incidents.
*/
entity Customers : cuid, managed {
entity Customers : managed {
key ID : String;
firstName : String;
lastName : String;
Expand Down

0 comments on commit e628a29

Please sign in to comment.