Hello everyone,
i set up one database model on my hana trial instance. but within the cds syntax i am not able to find to define autoincrement functionality to the key column. somebody how to implement this?
Suppose i have the following entity:
entity A {
key column1: Integer,
column2: String(10)
}
Thanks!
Best regards,
Manjinder Singh