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