diff --git a/src/entity/application.ts b/src/entity/application.ts index 16ca0d7..147f622 100644 --- a/src/entity/application.ts +++ b/src/entity/application.ts @@ -16,6 +16,12 @@ export class Application { }) name: string; + @Column({ + nullable: true, + length: 512 + }) + reset_password_url: string; + @Column({ nullable: false, length: 64