json('other')->nullable(); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('user_settings', function (Blueprint $table) { $table->dropColumn('other'); }); } }