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