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