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