update add column reset password url

This commit is contained in:
2025-01-20 09:22:46 +07:00
parent 0c1e163e0a
commit d5009b94d2

View File

@ -16,6 +16,12 @@ export class Application {
})
name: string;
@Column({
nullable: true,
length: 512
})
reset_password_url: string;
@Column({
nullable: false,
length: 64