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