This commit is contained in:
2026-03-08 04:56:21 -05:00
parent bd25023720
commit 8ce6fcec4d
3 changed files with 25 additions and 21 deletions

View File

@@ -49,7 +49,6 @@ return new class extends Migration
$table->string('token');
$table->string('refresh_token');
$table->integer('expiresIn');
$table->string('user_jwt_token');
});
}