Specifications:
Following command solved my problem:
1. php artisan tinker 2. Schema::drop('your_table_name') 3. php artisan migrate