Below will create a file named “create_posts_table” with a flag to name the database table “posts”
php artisan make:migration create_posts_table --create="posts"
Below will create a file named “create_posts_table” with a flag to name the database table “posts”
php artisan make:migration create_posts_table --create="posts"