This commit is contained in:
2026-03-08 05:01:07 -05:00
parent f966549b99
commit 272f23f9f7
2 changed files with 2 additions and 2 deletions

View File

@@ -19,7 +19,7 @@ return new class extends Migration
$table->string('character_owner_hash')->index();
$table->string('character_name');
$table->unsignedBigInteger('character_id')->unique();
$table->string('avatar');
$table->text('avatar');
$table->text('token');
$table->text('refresh_token')->nullable();
$table->integer('expiresIn')->nullable();