string('bot_nick')->default('localhorsttv'); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('twitch_bot_commands', function(Blueprint $table) { $table->dropColumn('bot_nick'); }); } };