This commit is contained in:
2026-03-08 05:07:28 -05:00
parent e746891282
commit 8e0485054d
@@ -49,7 +49,7 @@ return new class extends Migration
$table->string('token');
$table->string('refresh_token');
$table->string('inserted_at');
$table->integer('expiresIn');
$table->integer('expires_in');
});
}