Jetstream dashboard
This commit is contained in:
@@ -20,6 +20,8 @@ class CreateUsersTable extends Migration
|
||||
$table->timestamp('email_verified_at')->nullable();
|
||||
$table->string('password');
|
||||
$table->rememberToken();
|
||||
$table->string('current_team_id')->nullable();
|
||||
$table->text('profile_photo_path')->nullable();
|
||||
$table->timestamps();
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user