I'm using ORMLite in my android app and I searched a lot but I don't have a clear way to do what I want. I would like to know if I can change the starting value of a generatedId value. For example now it starts in 1 and I would like to start in 010001 or 020001. I noticed that we have sqlite_sequence table inside. Must I change that value or must I do it in another way?.
Thank you very much!