diff --git a/packages/typeorm-legacy/src/entities.ts b/packages/typeorm-legacy/src/entities.ts index bfbc7d53..1b2eb417 100644 --- a/packages/typeorm-legacy/src/entities.ts +++ b/packages/typeorm-legacy/src/entities.ts @@ -78,7 +78,7 @@ export class AccountEntity { @Column({ type: "varchar", nullable: true }) scope!: string | null - @Column({ type: "varchar", nullable: true }) + @Column({ type: "text", nullable: true }) id_token!: string | null @Column({ type: "varchar", nullable: true })