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