Skip to Content
0
Sep 27, 2018 at 07:19 AM

key eventID: Integer generated always as identity;

105 Views Last edit May 24, 2020 at 11:19 AM 2 rev

I want to generate the ID using "Integer generated always as identity" in the data-model.cds in web IDE.

The system flags "generated" as error, saying this is not supported yet.

Q: Isn't this released since 4 years? Is there a different syntax?

Q: If it is not supported what is the right way for auto-incrementing an ID?