Add some changes

This commit is contained in:
2023-12-11 18:31:43 +05:00
parent 2eba88c7b1
commit 9ea3e71456
8 changed files with 65 additions and 42 deletions

View File

@@ -54,6 +54,7 @@ return new class extends Migration
$table->foreignId('user_id')->constrained('users')->restrictOnDelete();
$table->timestamps();
$table->softDeletes();
});
}