Answer the question
In order to leave comments, you need to log in
Rails: Is object creation a step to update the "id" column?
Actually here.
When creating a new record in the table, its id changes not from 1 to 2, 3, 4, etc., but to 11, 21, 31, 41, etc.
I don't understand what could be the issue.
Can someone come across a similar one and can tell in which direction to dig?
Answer the question
In order to leave comments, you need to log in
Found the answer somewhere on the Internet:
i have experience use ClearDB on Heroku.
- default mysql engine is MyISAM. if you want another engine, modify migration file.
- default charset is ascii. if you want utf-8, modify migration file
i use ClearDB for personal project so don't know about performance.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question