string('default_view', 50); }); } /** * Reverse the migrations. * * @return void */ public function down() { Schema::table('albums', function (Blueprint $table) { $table->dropColumn('default_view'); }); } }