Skip to content

Commit

Permalink
Merge pull request #3 from iammuttaqi/patch-1
Browse files Browse the repository at this point in the history
Add softDeletes on categories migration
  • Loading branch information
3x1io authored Jun 19, 2024
2 parents 92431e3 + faca7eb commit 016dc9f
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ public function up()
$table->boolean('show_in_menu')->default(0)->nullable();

$table->timestamps();

$table->softDeletes();
});
}

Expand Down

0 comments on commit 016dc9f

Please sign in to comment.