laravel 6 set primary key to different column to another migration code example
Example 1: laravel migration
php artisan migrate
Example 2: laravel make migration
php artisan make:migration CreateUsersTable
php artisan migrate
php artisan make:migration CreateUsersTable