This commit is contained in:
2026-03-08 05:16:26 -05:00
parent 7bc7edd9d8
commit e75f8f62c6

View File

@@ -43,7 +43,7 @@ return new class extends Migration
Schema::create('esi_token', function (Blueprint $table) {
$table->id();
$table->string('character_id');
$table->text('token');
$table->text('access_token');
$table->text('refresh_token');
$table->string('inserted_at');
$table->integer('expires_in');