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