pulse setting

This commit is contained in:
NoBody313
2025-04-20 11:26:30 +07:00
parent ed14fc0a98
commit 1b59bd6512
4 changed files with 24 additions and 6 deletions
@@ -17,6 +17,7 @@ return new class extends Migration
$table->string('email')->unique();
$table->timestamp('email_verified_at')->nullable();
$table->string('password');
$table->string('role')->default('users');
$table->rememberToken();
$table->timestamps();
});