Checking this feature but we're not sure how to implement it correctly. There is an issue with single-column primary keys.
Currently, we're exporting it as:
$table->bigInteger('id')->autoIncrement()->unsigned();
but there is no way how to pass the custom index to such a definition. On the other side, when we define index as $table->primary()
there is no way how to set it as autoincrement.
Can you please send me details about how you're configuring such indexes?