Level 39
SET @@auto_increment_increment=1;
3 likes
Be part of JetBrains PHPverse 2026 on June 9 – a free online event bringing PHP devs worldwide together.
I have an app that its ids incrementing ids by 1 normally LOCALLY
But in Heroku clear~DB Mysql it is incrementing by 10 ?
$table->id()->startingValue(1000);
SET @@auto_increment_increment=1;
Please or to participate in this conversation.