table making-


                 php artisan make:migration create_products_table --create=products

               ----- in this the  products in last is the name of table 

               php artisan make:migration create_tutorial_table --create=tutorial

   ----- in this the tutorial in last is the name of table