install Jetstream

This commit is contained in:
2025-01-26 09:45:22 +00:00
parent f3acd28788
commit 71507f9818
93 changed files with 6918 additions and 13 deletions
@@ -18,6 +18,8 @@ return new class extends Migration
$table->timestamp('email_verified_at')->nullable();
$table->string('password');
$table->rememberToken();
$table->foreignId('current_team_id')->nullable();
$table->string('profile_photo_path', 2048)->nullable();
$table->timestamps();
});