I have columns as mentioned bellow:
public function up() { Schema::create(\'stnk\', function(Blueprint $table) { $table->increments(\'id\
The above answer is great or if it will not hurt you, just rollback the migration and change the name and run migration again.
php artisan migrate:rollback