laravel 8 change migration code example
Example 1: laravel make model with migration 5.8
php artisan make:model Settings --migration
Example 2: change existing migration laravel
php artisan make:migration update_description_in_products_table
php artisan make:model Settings --migration
php artisan make:migration update_description_in_products_table