How can I create a field (non-primary id) in a rails table that auto_increments like an id but that starts from the number 10,000? My app is using sqlite3 and rails 4.
Thank you
The suggested solution does not address my question. I was looking for a raw SQL answer.