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