My application is in development and I've deployed my rails-backend too Heroku. However when I look at my heroku backend the id's of all my data aren't going 1,2,3,4,5, extc. but they are going from 1,11,21,31,41,51...extc. I don't understand why this is going on if I'm pretty much using the same rails commands when deploying the database via Heroku. The api
Asked
Active
Viewed 15 times
0
-
Welcome, to improve your experience on SO please read https://stackoverflow.com/help/how-to-ask, – Mohammad Hossin Samadian Feb 01 '21 at 14:25
-
you can see "Auto increment " in mysql – Mohammad Hossin Samadian Feb 01 '21 at 14:26