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