In intersystems cache, I have an existing table with example data as below
ID Name
1 Allen
2 Benny
I want to modify column ID so that it will be auto incremented. After adding this, if I insert charlie into the table then the id should be 3.
I think I have to use IDENTITY but not sure how to use it. Thanks for your help