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