update add column reset password url
This commit is contained in:
@ -16,6 +16,12 @@ export class Application {
|
||||
})
|
||||
name: string;
|
||||
|
||||
@Column({
|
||||
nullable: true,
|
||||
length: 512
|
||||
})
|
||||
reset_password_url: string;
|
||||
|
||||
@Column({
|
||||
nullable: false,
|
||||
length: 64
|
||||
|
||||
Reference in New Issue
Block a user