laravel create table migratiopn code example
Example 1: laravel make migrattion
php artisan make:migration create_flights_table
Example 2: php artisan migrat
php artisan migrate
php artisan make:migration create_flights_table
php artisan migrate