xxxxxxxxxx
php artisan make:migration update_user_guide_in_product_translations_table
xxxxxxxxxx
php artisan make:migration add_paid_to_users_table --table=users
xxxxxxxxxx
composer require doctrine/dbal
php artisan make:migration add_end_at_filed_to_appointment_table
xxxxxxxxxx
To Generate Laravel Migrations from an existing database.
Use the following package.
https://github.com/Xethron/migrations-generator