updated jwt

This commit is contained in:
2026-03-06 11:18:15 -06:00
parent 352e710eb1
commit aa658d39a3
5 changed files with 41 additions and 3 deletions
@@ -26,7 +26,7 @@ return new class extends Migration
// As requested: "user" holds jwt. (Note: naming a column "user" can be confusing later;
// consider "jwt" in future refactors, but this honors your spec.)
$table->text('user')->nullable();
$table->text('user_jwt')->nullable();
$table->rememberToken();
$table->timestamps();