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