Add SoftDeletes feature to User model.
This commit is contained in:
@@ -19,6 +19,7 @@ return new class extends Migration
|
||||
$table->string('password');
|
||||
$table->rememberToken();
|
||||
$table->timestamps();
|
||||
$table->softDeletes();
|
||||
});
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user