I made Laravel project, and when I register new user on production, he gets in users table id for 10 numbers.. instead (1, 2, 3, 4, 5, ..) it goes (1, 11, 21, 31, ..) I deployed project on Heroku and this is weird in my database. In local numbers go good.
Asked
Active
Viewed 16 times
0
-
explain more ! g – Hosserin Ibrahim Jul 23 '22 at 17:23
-
I read now that ClearDB has auto_increment 10, so I can't change that... Thank you for helping.. – Jul 23 '22 at 17:47