updated jwt
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user