Update create user route

This commit is contained in:
Dayamond
2025-10-21 16:48:18 +02:00
parent c691f81ebb
commit 42a98f3435
3 changed files with 9 additions and 3 deletions
@@ -19,7 +19,7 @@ return new class extends Migration
$table->string('password');
$table->string('phone')->nullable();
$table->integer('validate');
$table->integer('role');
$table->integer('role')->nullable();
$table->timestamps();
});
}