Is there a way for me to set the increment value of id in Rails? Instead of +1, to be +10 (or some other function I specify).
In MySQL there is an option @@auto_increment_increment. Is there a way to set in Rails through ActiveRecord? I am working with both Postgres.